FLL (Fill File) Ladder Logic Instruction
The Fill File instruction is a ladder logic rung output instruction that copies data from the Source to the Destination x amount of elements long The Source data remains unchanged. Insure the Length does not travel outside of the array boundaries. Use the SIZE instruction to determine how many elements are in an array. The instruction … Read more