Yaskawa MotionWorks IEC User Manual

Page 95

Advertising
background image

PLCopenPlus Function Blocks for Motion Control 2013-04-13

87

B

Position

LREAL

A positive or negative value
within the coordinate system in
user units.

LREAL#0.0

E

Velocity

LREAL

Absolute value of the velocity in
user units/second

LREAL#0.0

E

Acceleration

LREAL

Value of the acceleration in user
units/second^2 (acceleration is
applicable with same sign of
torque and velocity)

LREAL#0.0

E

Deceleration

LREAL

Value of the deceleration in user
units/second^2 (deceleration is
applicable with opposite signs of
torque and velocity)

LREAL#0.0

E

Jerk

LREAL

Value of the Jerk [u/s

3

]. Value of

the jerk in user units/second^3.
Jerk not supported . Reserved for
future use.

LREAL#0.0

E

Direction

MC_Direction

Specifies the direction of motion.
Allowable modes are
positive_direction, shortest_way,
negative_direction,
current_direction.
MC_Direction#Positive_Direction
MC_Direction#Shortest_Way
MC_Direction#Negative_Direction
MC_Direction#Current_Direction

MC_Direction#Positive_Direction

E

BufferMode

MC_BufferMode

Defines the behavior of the axis -
allowable modes are Aborting,
Buffered, BlendingLow,
BlendingPrevious, BlendingNext,
and BlendingHigh.-
MC_BufferMode#Aborting
MC_BufferMode#Buffered
MC_BufferMode#BlendingLow
MC_BufferMode#BlendingPrevious
MC_BufferMode#BlendingNext
MC_BufferMode#BlendingHigh

MC_BufferMode#Aborting

VAR_OUTPUT

B

Done

BOOL

Set high when the commanded action has been completed successfully.
If another block takes control before the action is completed, the Done
output will not be set. This output is reset when execute goes low.

E

Busy

BOOL

Set high upon the rising edge of the 'Execute' or 'Enable' input, and
reset if Done, CommandAborted, or Error is true.

Advertising