How do I map the tags in a Weidmuller 1334950000 UC20-WL2000-AC from my Ignition Designer Tag Browser

how do I map the tags in a Weidmuller 1334950000 UC20-WL2000-AC from my Ignition Designer Tag Browser?
I've tried several things and although I do see some tags, none of the tags from the I/O modules seem to populate.

I am new to Ignition, BTW.
Also, I am using a CODESYS app running in my Weidmuller UC20-WL2000-AC. I do see some system tags after I created a connection to the Weidmuller which seems to be working fine. Its basically the I/O modules attached to the controller that I cannot see from Ignition Tag browser.

Thanks for the help!

What kind of connection did you make to this?

Hi Kevin,
Thanks for your reply.
So, I used the gateway to connect (Using OPC UA connections) and created a TCP Driver connection. Connected via Ethernet to the default static IP address and used port 502 on the Weidmuller Controller (both to default values per documentation).
After creating it I got the following status:
image
(something that caught my eye was the "0/1 Connected:" message as if there's no connection at all (??))
When I used the Ignition quick Client, and browsed into Devices in the Ignition OPC UA Server => Devices, I got the following (apparently I do have some tags available):

Then in the Ignition Designer (in my Vision Project) I did get to see the device and actually also get some tag values for some system tags in the Tag browser like so:

However, I do not get to see the Analog and Digital I/O modules connected to the backplane of the Weidmuller Controller.

Again, My Codesys project does map those I/O modules. My Codesys app is up and running.

Not sure what I am missing. Again, I am new to Ignition and I am learning through the Ignition University.
Thanks so much!

The TCP driver is not suitable for this. It's not suitable for most things - it's mainly for connecting to barcode scanners and scales, or other things that just spit out regular ASCII data.

Do you have a user manual or documentation for this device? You need to figure out if it supports OPC UA or some other protocol Ignition has a driver for.

These might be relevant:

from https://catalog.weidmueller.com/catalog/Start.do?localeId=en&ObjectID=1334950000

Oh I see. Yes it is supposed to support OPC UA.
1334950000_UC20-WL2000-AC_en (1).pdf (391.6 KB)

What type connection would you recommend I use?
Thanks!

OPC UA would be best if you can get it working. You'll get full tag browsing that way.

Modbus TCP will work if not, but that requires manually creating and addressing tags in Ignition, because there is no such thing as "tags" or "browsing" in the Modbus protocol.

Thank you, I will go over all that.

I'm not entirely sure the NodeRed stuff is even necessary. I saw one video where the web UI on this thing made it super easy to enable the OPC UA server. Not sure if it was the same model or what.

BTW, What does "0/1 Connected" mean?

At the moment that TCP driver is not able to connect. You need to delete those TCP device instances though. They are not going to be useful here.

Ok, will do. I am trying a few things based on your feedback. Will advise what I get!