AX-Series Motion Controller Instructions Manual Chapter 2
76
2.1.14 MC_Jog
Supported Devices: AX-308E, AX-8, AX-364E
MC_Jog enables an axis to be moved forward or backward.
FB/FC Instruction Graphic Expression ST Language
FB MC_Jog
MC_Jog_instance (
Axis : =,
JogForward: =,
JogBackward: =,
Velocity : =,
Acceleration : =,
Deceleration : =,
Jerk : =,
Busy =>,
CommandAborted =>,
Error =>,
Inputs
Name Function Data Type
Setting Value
Timing to Take Effect
JogForward
JogForward changes
BOOL
True/False
-
JogBackward
JogBackward changes
BOOL
True/False
-
Velocity
The target velocity
LREAL Positive or 0(0)
When Execute turns to True and Busy is
False.
Acceleration
Acceleration rate.
(Unit: user unit/s
2
)
LREAL Positive(0)
When Execute turns to True and Busy is
False.
Deceleration
Deceleration rate.
(Unit: user unit/s
2
)
LREAL Positive(0)
When Execute turns to True and Busy is
False.
Jerk
Jerk value.
(Unit: user unit/s3)
LREAL Positive(0)
When Execute turns to True and Busy is
False.
Outputs
Output Range (Default Value)
True when the instruction is run.
CommandAborted
True when the instruction is
BOOL True/False (False)
True when an error occurs.