How do I access ABCLX array elements in Plant SCADA's equipment editor (for example Scada_Float{12})? The braces cause an error when updating equipment: 'undefined variable reference'.
How do I access ABCLX array elements in Plant SCADA's equipment editor (for example Scada_Float{12})? The braces cause an error when updating equipment: 'undefined variable reference'.
try square brackets [ ].
Square brackets don't error (I can't connect to an actual PLC at the moment to confirm it works). I also found that double braces update to single braces (for example Scada_Float{{12}} becomes Scada_Float{12}).
Square brackets don't error (I can't connect to an actual PLC at the moment to confirm it works). I also found that double braces update to single braces (for example Scada_Float{{12}} becomes Scada_Float{12}).