Features II JS/JSR4400N SCARA Robot
JSG GANTRY Robot
JR2000N Desktop Robot
83
LCD, 7SLED
■ Display the Specified Strings on the Teaching Pendant:
clrLCD, clrLineLCD, outLCD, eoutLCD
The following explains how to display/not display entered items on the teaching pendant LCD.
Command Category Command Parameter Job
clrLCD – Clear the LCD display.
clrLineLCD Clear Line Clear the specified line on the LCD display.
outLCD
Display Line,
Display Column,
Display Data
Display the entered strings at the specified
position on the LCD display.
LCD Control
eoutLCD
Display Line,
Display Column,
Display Data
Display the evaluation of the entered string
expression at the specified position on the
LCD display.
z Rows or columns can be specified using variables or expressions. For the eoutLCD command, the
displayed strings can be specified using string expressions.
outLCD 7,4,"PULSE": Display the string PULSE on the teaching pendant LCD.
eoutLCD 7,4,#sv(24) + #sv(25): Display the combined value of the string variables #sv(24) and
#sv(25) on the teaching pendant LCD.
There are 13 lines and 40
columns on the teaching
pendant LCD.
Up to 40 one-byte characters
(20 double-byte characters)
can be displayed in a row.
1
s