siemens step 7 array of counters
siemens step 7 array of counters
(OP)
Not a siemens step 7 expert
I can do this same thing in AB RSLogix5000.
How do you create an array of counters in Step 7?
I can not do it as a DB object. Is their another way besides creating each one in the symbol table?
I can do this same thing in AB RSLogix5000.
How do you create an array of counters in Step 7?
I can not do it as a DB object. Is their another way besides creating each one in the symbol table?





RE: siemens step 7 array of counters
The other thing with Step 7 arrays is that you cannot easily use indirect addressing (except if you use SCL programming format).
You would have to use AR1 type indirect addressing to access the data.
RE: siemens step 7 array of counters
ST allows you to do somethine like ARRAY_DATA[OFFSET] to access data.
RE: siemens step 7 array of counters
RE: siemens step 7 array of counters