Vector Copy enables you to set a range of operands, copy the values of each operand within that range (source), then write those values into a corresponding range of operands of the same length (target). You can copy from/to a vector of MI registers or Database registers by selecting the appropriate function.
Note that since there is no Ladder element for this function; you perform it by storing values into:
SI 141 to determine the source vector,
SI 142 to determine the length of the vector,
SI 143 to determine the target vector,
SI 140 to select the type of function. Storing the function number calls the function. In your application, call the function after you have entered all of the other parameters.
To use Copy Vector:
|
Note that when you run Test (Debug) Mode, the current value in SI 140 will not be displayed. |