PRINTLBL (Statement)


Sets a label (caption) for a user definition button.


PRINTLBL <Panel number>, <Button number>,<Caption character string>


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>.





PRINTLBL 3, 1, "E_STOP"
'Sets the label of the first button on the third panel
'to "E_STOP".


Top