LD IODDT_Var
XMOVE N_Run, Movetype_G9, Code_G, SPACE, Position_X, Position_Y, Position_Z, Speed_F, Action_M
XMOVE(IODDT_Var, N_Run, Movetype_G9, Code_G, SPACE, Position_X, Position_Y, Position_Z, Speed_F, Action_M);
Parameter
|
Type
|
Comment
|
---|---|---|
IODDT_Var
|
IODDT variable corresponding to the channel on which the function is to be carried out.
Example: IODDT_Var of type T_INTERPO_STD
|
|
N_Run
|
Number of movement carried out by the function.
|
|
Movetype_G9
|
Type of movement carried out by the function.
|
|
Code_G
|
Function instruction code.
|
|
SPACE
|
Number of the plane or space in which the function is carried out. This parameter specifies the list of axes concerned by the movement:
|
|
Position_X
|
Coordinate on the X axis of the position to be reached or towards which the part is to move.
|
|
Position_Y
|
Coordinate on the Y axis of the position to be reached or towards which the part is to move.
|
|
Position_Z
|
Coordinate on the Z axis of the position to be reached or towards which the part is to move.
|
|
Speed_F
|
Movement speed of moving part This depends on the chosen unit of measurement.
|
|
Action_M
|
Manages the following actions:
|
|
* IODDT represents the set of types associated with a module or a channel on which the function is to be carried out.
|