Using allen bradly PLC and created a screen in ignition. I can tag most things but the tags provided from a previous contractor are long addresses i cant adress properly in the tag interface.
Take this tag for example = B3[23].15
Its a bit used for a “cooling call” in a compressor system.
When i open the tag tree in the designer (were all the imported tags are) i can only drill so fare down into the tag tree to only reference B3[23].
How do i reference the full tag?
I can reference everything else properly and its working just issues with long tags.
I’m not sure I would call that a long tag name, either way, just add the bit reference to the end after selecting the Word reference: ns=1;s=[YourDevice]B3[23].15
In the modern Logix driver, when constructing a path to a non-browsable item, the part of the OPC Item Path that follows [deviceName] will basically be identical to the syntax used within Rockwell’s Studio 5000.
For legacy ControlLogix and CompactLogix drivers, there are some extra elements inserted when arrays are involved, but the tail of the Item Path will follow RSLogix 5000 syntax.