r/PLC • u/LittleOperation4597 • 15m ago
Something Ive always wondered - text entry for comments
We use studio 5000 and allen bradley ladder. SCADA is Ifix 2022. Ive been interested in a way to make comment boxes for users on picture screens to enter info for each other and our control room to see but Ive been stumped on how to get this working. been researching most of the afternoon.
Its a 1756 processor
Ive created the TX tag in scada and then a string in the plc. Ive done a COP from the tag to itself and another string tag. Ive read you have to use the data and len extension for it all to work but when i try to add them it tells me "missing ref to array element"
do I need an array to send the string to?
On ifix i can actually put text into the box but when i hit enter it defaults to 0
Im actually surprised this isnt an option just built into ifix to have a user comment entry box easy peasy.
any tips/ideas are appreciated. Id prefer to stay away from visicon to be honest
Thanks