OpStartState
Standard Word: SpindleOpStartState
Variable: Spindle.OpStartState
Type: Enum
Normally, the “Spindle.State” variable is not active at the beginning of the operation.
It becomes active when “SPINDL/RPM,6000,CLW” (or a similar expression in different CAMs) in the operation in the APT/CL file comes up.
If this value is desired to be used at the beginning of the operation, the “Spindle.OpStartState” variable should be used instead of the “Spindle.State” variable.
This variable can be used in scripts defined in Event Operation Start.. In addition, the word “SpindleOpStartState” is created from this variable. This word is then used in the Format Operation Start. command.
“SpindleOpStartState” is an enum type variable and the options and usage patterns on the “Edit” page are the same as the “Spindle.State” variable.
See the “Spindle.State” variable description for more information about spindle speed states.