MachiningMode
Standard Word: OperationMachiningMode
Variable: Operation.MachiningMode
Type: Enum
In millturn CNCs, all operations and their types are determined by prescanning the APT/CL file.The information about whether the current active operation is milling or turning and on which spindle it takes place is kept in “Operation.MachiningMode” variable.Therefore, this variable takes 4 different values. These are: 1- “TurningModeMain”, 2- “TurningModeSub”, 3- “MillnigModeMain” and 4- “MillingModeSub”.“OperationMachiningMode” word can be created using this variable.“Operation.MachiningMode” variable can be used in scripts defined in Event Operation Start..“OperationMachiningMode” word can be used inside Format Operation Start. command. However, it is not usually used as a word. Instead, it is used as a variable in scripts for comparison and control purposes.