11 - 137 11 - 137
MELSEC-Q
11 INSTRUCTIONS AND FUNCTIONS
LPRINT
Instruction
LPRINT
• Outputs data to the printer.
LPRINT [ <equation> [, <equation> ] ...] [;]
Syntax
equation
• • • •
Specify the data to be output to the printer.
Examples
LPRINT “ABC”
• • • •
Outputs ABC to the printer.
ABC
Description
• The LPRINT instruction outputs data to the printer.
• This instruction is the same as the PRINT instruction except for the fact that it outputs data
to the printer (See PRINT Instruction.)
• The output printer is specified with the ZLDV instruction.
While printing is in progress, all keys will not be accepted, including the Break ,
Ctrl + C keys.
To stop printing, turn off the printer or set it to the offline status.
The printer output process will stop after approximately 5 seconds.
REMARK
See the PRINT, SPC and TAB instructions, and Section 7.3.3.