Trying to make an OPC-UA connection in Maker?

I've been working with Maker edition but can't figure out what I am doing wrong?

I can create to a 3rd party Opc-Ua server connection and I can even see the tags.

But when I go to the designer and connect to the "Opc-Ua" connection (which it shows in my dropdown list of connection) there is NO Tags displayed.

The status windows shows that I am connected to the Opc-UA server.

What am I missing?

Show us some screenshots? I'm confused by these two statements:

3rd party opc ua tags will show up in the browse devices dialogue which you can open from the designer under the tag browser, +, browse devices. You can then drag tags from that dialogue into your ignition tag browser to use in your project

OK, I've started over and I'm just trying to make a "Device Connection", I'm using the Micro820 Driver. It shows that it is connected - The connection name = Polymer. This is all on my bench on a local connection, laptop is 192.168.1.118, Plc = 192.168.1.101 (port=44818), I have my firewall turned off.

Now I try to setup a realtime tag provider I select Remote Tag Provide (Gateway Network) Here I name the "Tag Provider = PolymerTags, Gateway= 192.168.1.101 (Address of Plc) Provider= ???? I have tried several different things I am assuming the Provider is the connection which is Polymer. But I don't know.
Now when I go to designer and try to Browse my tags I can select fro the dropdown list "PolymerTags" which is my tag provider , but none of my tags show up?

Why are you doing anything with remote tag providers? They aren't relevant here.

Either open the OPC browser or open the "browse devices" dialog and then bring the desired tags in.

OK, I'm sorry I don't understand. But I just can't figure this out.

I have create a OPC-UA Connection see picture

And as you can see it shows "Connected".

I then went to OPC-UA Client and as you can see I can see the single tag I have in my OPC_UA server. See Picture:

So how do I get these tags (My single tag "START") to show up in my designer tag browser window so that I can use them in my project? See picture

You drag and drop from the OPC Browser to the Tag Browser. Or manually create an OPC Tag and set its OPC Item Path to the path copied from the OPC Browser.

In that dropdown box you would normally have a tag provider called "default". If you haven't deleted it already, select it. Then click that "+" button over to the left to start browsing/adding tags.

If you have deleted it, you'll have to go back into the gateway and add a new standard tag provider.

I already linked you to documentation that explains this browse/drag/drop process via that "+" button: Tag Browser | Ignition User Manual

You can also open the OPC Browser directly from the View menu.

It seems like you would benefit a lot from taking some of the free Inductive University training.

1 Like

Thanks, I have been reading and looking at the tutorial videos.

This got me where I finally can see the tags and now I can work with them.

Thanks for helping.