Related function blocks – Yaskawa MotionWorks IEC User Manual

Page 124

Advertising
background image

PLCopenPlus Function Blocks for Motion Control 2013-04-13

116

motion to stop. If while this alarm is active, the drive is power cycled, the
controller will not re-enable the drive.

• The Active output will be TRUE if the servo axis is under control of
MC_Power. If the Enable input bit is FALSE, the Active output indicates
that the MC_Power is controlling the disabled state of the axis. If the
Enable input bit is TRUE and the Status and Active bits are TRUE,
MC_Power is controlling the enabled state of the axis.

• An example of recommended servo enable procedure is shown in the

MPiec Programming Best Practices Guideline

. (section 7.5)

Related Function Blocks

MC_ReadAxisError

: Reports axis specific warnings or alarms.

MC_Reset

: Clears axis specific alarms.

PLCopen Toolbox

- AxisControl: Combines MC_Power,

MC_ReadAxisError

,

and

MC_Reset

to Enable/disable an axis along with providing axis warnings

and alarms as outputs.

Y_ReadAlarm

: Reports general controller alarms NOT related to a specific

axis.

Y_ClearAlarms

: Clears general controller alarms NOT related to a specific

axis.

Advertising