;
; This file must be located in the PC-DMIS directory with pcdlrn.exe to be processed
; Comment lines must have a; as the first character
; To use a command, delete the; at the start of the line
;
; Set the scale resolution in mm. The hard-coded default is 0.0005
;
SCALE_RESOLUTION_X 0.0005
SCALE_RESOLUTION_Y 0.0005
SCALE_RESOLUTION_Z 0.0005
;
; Set the move settle time maximum wait time in milliseconds
;
EDGE_RETRY_TIMEOUT_X 800
EDGE_RETRY_TIMEOUT_Y 800
EDGE_RETRY_TIMEOUT_Z 800
EDGE_RETRY_TIMEOUT_MAG 800
;
; distance to destination in scale counts for move to be judged completely
;
EDGE_RETRY_BANDWIDTH_X 1
EDGE_RETRY_BANDWIDTH_Y 1
EDGE_RETRY_BANDWIDTH_Z 1
EDGE_RETRY_BANDWIDTH_MAG 1
;
; Size of the zoom backlash move to ensure zoom cell repeatability regards of the last move direction
; This value is read from the machine controller
;
ZOOMBACKLASHMOVE 300
;
; illumination settle time to ensure that the illumination is set and stable before measurement is done
;
ILLUMINATIONSETTLETIME 50
;
;ROTARY=1
TOUCH_PROBE=1
;
;Test Auto retract setting
;
MANUAL_RETRACT_SPEED 6.0
; LOGINIT = 0x0001 Log machine initialization
; LOGACTIONS = 0x0002 Log command actions
; LOGCOMM = 0x0004 Log communication (file grows rapidly)
; LOGFLUSH = 0x0008 Close/open file on every write to grab info before crash
; full logging without flushing would be 1 + 2 + 4 or 7
DEBUG 0