
Chapter 13 Input/Output Control Statements
13-21
PRINTDBG (Statement)
Function
Outputs data to the debug window.
Format
PRINTDBG <Message>[<Separator><Message>…][<Separator>]
Explanation
This statement outputs the value of <Message> in the debug window of the
pendant.
For <Separator> a comma (,) or semicolon (;) can be used.
In the case of a comma (,) a blank character should be inserted between the
comma and the <Message> that follows.
In the case of a semicolon (;) no blank character must be inserted between the
semicolon and <Message>.
If pose type data is output each element is separated with a blank character
and displayed.
The line is fed if there is no <Separator> at the end of <Message>.
Related Terms
PRINTMSG, PRINTLBL
Example
PRINTDBG “DEBUG” 'Outputs “DEBUG” on the debug window.
Comentarios a estos manuales