Move String in Advanced Ladder

See also: String in Advanced Ladder

See also: Project Toolbox for Advanced Ladder

 

When power is applied to this element, it moves the programmed number of characters from SOURCE to DESTINATION.

  • SOURCE can be either a Register Type and Offset reference, or a string constant.

  • DESTINATION must be a Register Type and Offset Reference.

  • N is the number of characters to move, and must be a decimal constant.

If SOURCE is a string constant, then the Number of Characters entry box is disabled, and contains the count of the number of characters typed in. Note that a hexadecimal sequence ('$0A') appearing in a string constant is counted as a single character.

 

Configuration with source and destination as a Register Reference:

Note: Double click on the function block to open the String Configuration dialog.

 

Configuration with source as a String Constant:

 

Return to the Top: Move String in Advanced Ladder