Change
Standard Word: ModeChange
Variable: Mode.Change
Type: Enum
On mill-turn CNCs, the variable that determines whether the current mode is milling or turning is the “Mode.Change” variable.
It is an enum type variable. All enum variables have two different uses:
1.When used in a script, “Mode.Change” variable returns a string as Turning. or Milling.. 2.When the word “ModeChange”, which is created from the “Mode.Change” variable, is used inside a command, this word returns the G or M commands defined inside the “Edit” tab of the word. G or M codes are set for Turning. and Milling. modes in this Edit page.