265
SETTINGS
June 1999
96-8000
67 GRAPHICS Y OFFSET
This setting locates the top of the scaling window relative to the machine Y zero position, (See "Displays"
section). Its default is zero.
68 GRAPHICS Z OFFSET
Reserved for future use.
69 DPRNT LEADING SPACES
This is an on/off setting. It suppresses leading spaces that are generated by a macro DPRNT format state-
ment. In a DPRNT statement the format specifies the number of characters printed to the serial port for the
whole portion of a variable. If the number is smaller than the space allowed for, then leading spaces are sent to
the serial port. When this setting is OFF, then no leading spaces are generated. The following example illus-
trates control behavior when this setting is OFF or ON.
#1= 3.0 ; Setting 69: OFF ON
G0 G90 X#1 ; OUTPUT: X3.0000 X 3.0000
DPRNT[X#1[44]] ;
The default value is OFF.
70 DPRNT OPEN/CLOS DCODE
This is an on/off setting. It controls whether the POPEN and PCLOS statements in macros send DC control
codes to the serial port. When the setting is ON, these statements will send DC control codes. When it is
OFF, the control codes are suppressed. Its default value is ON.
71 DEFAULT G51 SCALING
Specifies the scaling for a G51 command when the P address is not contained in the same block. It must be in
the range of .001 to 8380.000. This settings default is 1.000.
72 DEFAULT G68 ROTATION
Specifies the rotation, in degrees, for a G68 command when the R address is not contained in the same block.
It must be in the range of 0.0000 to 360.0000. This settings default is 0.0000.
73 G68 INCREMENTAL ANGLE
This is an on/off setting. It is a switch that allows the internal variable that controls rotation to be incremented
for each call to a G68 command. When this switch is ON, and a G68 command is executed in the absolute
mode (G91), then the value specified in the R address is added to the internal variable. Otherwise, the internal
variable is set to the rotation value specified by R. The default setting is OFF.
74 9xxxx PROGS TRACE
This setting, along with Setting 75, is useful for debugging CNC programs. When Setting 74 is set to ON, the
control will display all blocks that are executed in programs that have an O number of 9000 or above. When the
setting is OFF, the control will not display 9000 series blocks. The default setting is ON.
75 9xxx PROGS SINGLE BLK
When Setting 75 is set to ON and the control is operating in SINGLE BLOCK mode, then the control will stop
at each block in a 9000 series program and wait for the operator to press CYCLE START. When Setting 75 is
set to OFF, then all blocks in a 9000 series program are executed in a continuous manner even if SINGLE
BLOCK is ON. The default setting is ON.