1814 HEIDENHAIN Technical Manual iTNC 530 HSCI
9.8.64 PULL WORD ACCUMULATOR FROM THE DATA STACK (PLW)
Syntax: PLW (PULL WORDACCU)
Operands: None
Action:
The PLW command is the counterpart to the PSW command. Data that has
been buffered with the PUSH command can be restored from the data stack
by using the PULL command. During word processing, the iTNC copies with
the PLW command two words of the current data stack address into the word
accumulator. If the stack is empty, the iTNC displays an error message.
Example:
See PSW command.
9.8.65 UNCONDITIONAL JUMP (JP)
Syntax: JP (JUMP)
Operands: Label (LBL)
Action:
After a JP command, the iTNC jumps to the label that you have entered and
resumes the program from there. The JP command interrupts a logic
sequence.
Example:
See JPT command.