I have a Mitsubishi PLC where I have defined many addresses in the device setup as shown below.
I have defined a "description" for all of the address I have added. However, when I go into perspective and pull the tags up I can see the browse path and address through tag items but I cannot see the description.
Is there a way to see the address description in Perspective so I can use it in bindings for other objects?
Sadly these Description fields on drivers that have a tag configuration page like this are a wasted effort.
They get exposed over OPC UA in the Description attribute, but there's nothing in Ignition that actually uses or reads that Description attribute when the tags are created.
Your effort would be better spent defining the Documentation tag property after the tags have been created in Ignition, which you would then be able to read in other parts of Ignition.
Ok. That is basically what I am seeing. The description field in the address definition is just super easy to fill out as I can build it from a CSV. With needing to do the Documentation tag I will need to fill each one in individually which will not be an easy or fast task.
You could automate adding it to the tags using system.tag.configure
; not quite as easy as this page though.