Hi All,
The tag I have created for a PLC tag that is REAL[10] is not working, it only works when I use
ns=1;s=[TOPIC]ARRAY_NAME[i] as the item path. If I use ns=1;s=[TOPIC]ARRAY_NAME (without indexing an array element), I will get this Quality error:
“Error_Configuration("Bad_AttributeIdInvalid: The attribute is not supported for the specified Node.")”
It looks like Ignition is not recognizing the array as an OPC node, because the item path seems fine.
Screenshots:
Float Array Tag in Ignition (DOESN’T WORK):
Item Path copied from OPC Browser: ns=1;s=[FMS_PLC_03_00A]B100_MTCW_CT_STOPsp
Error:
Float Array Tag in Ignition but indexing an element (WORKS):
Item Path used: ns=1;s=[FMS_PLC_03_00A]B100_MTCW_CT_STOPsp[0]
I might be missing something. Thank you in advanced for your help!
Danny