Posted By
Michael Flodman
Aug 24, 2026 10:49:40 AM
Found In
Egroup:
Automation Control
\
view thread
Just to elaborate on the tech note and define or add a little to the addressing of arrays, you can address arrays to the bit level like this example. Define a 2-dimensional array - TagValue(X,Y] Define a 3-dimensional array - TagValue[X,Y,Z] to address the array using indexed addressing - TagValue[IndexX, ...
|