Array (File)/Misc Instructions
The file/miscellaneous instructions operate on arrays of data.
Available Instructions
Ladder Diagram
Selecting Mode of Operation
For FAL and FSC instructions, the mode tells the controller how to distribute the array operation.
If you want to: | Select this mode: |
---|---|
operate on all of the specified elements in an array before continuing on to the next instruction | All Mode |
distribute array operation over a number of scans enter the number of elements to operate on per scan (1-2147483647) | Numerical Mode |
manipulate one element of the array each time the rung-condition-in goes from false to true | Incremental Mode |
Provide Feedback