·604·
Installation manual
CNC 8055
CNC 8055i
15.
CUSTOMIZABLE SCREENS
SOFT: V02.2X
Example of a configuration file
The graphic element W11 will always show the selected % of spindle speed
override.
;;-------------------- Tool and offset (T, D)
;(AUTOREFRESH W12=TOOL)
The graphic element W12 will always show the number of the selected tool.
;(AUTOREFRESH W13=TOD)
The graphic element W10 will always show the number of the selected tool
offset.
;(END)
End of debug and end of the section corresponding to the screen
;;===============================================
;; Screen (202) in MC/TC/CO mode
;;===============================================
;[STDCONV],PLCM1125
We wish to customize the "Standard screen of the conversational mode"
when mark M1125=1
;(DEBUG)
Starting at this line, program 999500 keeps a log of the errors originated
when debugging the configuration file.
;(DISABLE 0)
The OEM screen will replace the standard CNC screen.
;(WGDWIN 202)
The OEM screen is 202
;;--------------------- Coordinates of the Z and X axes
;(AUTOREFRESH W1=POSZ)
The graphic element W1 will always show the Z axis position (coordinates)
;(AUTOREFRESH W2=POSX)
The graphic element W2 will always show the X axis position (coordinates)
;;-------------------- Machine cursors
;(AUTOREFRESH W3=POSZ)
The graphic element W3 (ledbar) will always show the Z axis position.
;(AUTOREFRESH W4=POSX)
The graphic element W4 (ledbar) will always show the X axis position.
;;--------------------- Axes feedrate (F)
;(AUTOREFRESH W5=FEED)
The graphic element W5 will always show the feedrate of the axes.
;(END)
End of debug, end of the portion of the configuration file corresponding to
the screen and end of the configuration file.