Programming a Simple Machining Command
(Original Document)
Instruction
A simple machining command instruction is as follows:
Instruction
Instruction code
Icon
Preparing simple machining
32
Executing simple machining
30
Instruction 32 and 30 are used to create a simple machining profile consisting of:
Example
SMOVE (AXIS_CH0,1,90,32,0,1000,0) AXIS_CH0 of type T_AXIS_STD
SMOVE (AXIS_CH0,2,90,30,5000000,500,0) AXIS_CH0 of type T_AXIS_STD
Programming