<ExecTime>:
Optional parameters to define the instant in time when the string is written.
Type: INT
Range of values: 0, 1
0 (default) No dedicated main run block is not gen‐
erated to write the character string. This
is realized in the next NC block that can
be executed. Active continuous-path
mode is not interrupted.
1 A dedicated main run block is generated
to write the character string. Active con‐
tinuous-path mode is interrupted.
Examples
Program code Comment
N10 G91 G64 F100 ; continuous path mode
N20 X1 Y1
N30 WRTPR("N30") ; The character string "N30" is first written to N40.
; Continuous-path mode is kept.
N40 X1 Y1
N50 WRTPR("N50",1) ; The character string "N50" is written to N50.
; Continuous-path mode is interrupted.
N60 X1 Y1
Fundamentals
2.14 Supplementary commands
NC programming
350 Programming Manual, 12/2019, 6FC5398-2EP40-0BA0