PRINTMSG
(Statement)
Displays a message with a caption and icon on the color LCD of the teach pendant.
PRINTMSG <Message character>,<Icon type>,<Caption character string>
The system displays the message designated by each argument with a caption and icon on the color LCD of the teach pendant.
Icon type
|
Icon
|
---|---|
0
|
|
1
|
|
2
|
|
3
|
|
4
|
|
A maximum of 60 characters can be used for a message character string and a maximum of 40 characters for a caption character string.
PRINTMSG "Hello World !", 1, "Message"
|
'Displays "Hello World !" with a
'caption and icon.
|