
Chapter 13 Input/Output Control Statements
13-23
PRINTLBL (Statement)
Function
Sets a label (caption) for a user definition button.
Format
PRINTLBL <Panel number>, <Button number>,<Caption character string>
Explanation
This statement sets a label (caption) for each user-defined button on the
operation panel of the teach pendant.
For <Panel number>, a number from 0 to 6 can be designated.
For <Button number>, set a number from 0 to 11.
Designate the character string using a maximum of 6 characters in <Caption
character string>.
Related Terms
PRINTDBG, PRINTMSG
Example
PRINTLBL 3, 1, “E_STOP” 'Sets the label of the first button on the third panel
'to “E_STOP”.
Commenti su questo manuale