MC_GroupDisable

MC_GroupDisable 1:

TF5410
TwinCAT 3 Motion Collision Avoidance

TF5420
TwinCAT 3 Motion Pick-and-Place

 

MC Group with Pick-and-Place

MC Group Coordinated Motion

MC_GroupDisable 2:

MC_GroupDisable 3:

MC_GroupDisable 4:

This function block disables the group. After successful execution, the group changes its state to GroupDisabled (see State diagrams).

Notice

Disabling a group in motion results in an immediate stop.

When axes stop suddenly, the permissible deceleration limits are likely to be exceeded. Depending on the drive hardware, this could lead to current peaks and runtime errors.
Before executing MC_GroupDisable, use MC_GroupHalt or MC_GroupStop to avoid this situation.

MC_GroupDisable 5: VAR_INPUT

VAR_INPUT
    Execute  : BOOL;
END_VAR

Name

Type

Description

Execute

BOOL

The command is triggered by a rising edge at this input.

MC_GroupDisable 6: MC_GroupDisable 7: VAR_IN_OUT

VAR_IN_OUT
   AxesGroup             : AXES_GROUP_REF;
END_VAR

Name

Type

Description

AxesGroup

AXES_GROUP_REF

Reference to a group of axes (see Cyclic group interface).

MC_GroupDisable 8: VAR_OUTPUT

VAR_OUTPUT
    Done                  : BOOL;
    Busy                  : BOOL;
    Error                 : BOOL;
    ErrorId               : UDINT;
END_VAR

Name

Type

Description

Done

BOOL

This output becomes TRUE when the command was successfully executed.

Busy

BOOL

This output becomes TRUE when the command is started with Execute and remains so as long as the function block executes the command. If Busy becomes FALSE again, the function block is ready for a new command. At the same time one of the outputs Done, CommandAborted (if available) or Error is set.

Error

BOOL

This output becomes TRUE if an error has occurred during command execution.

ErrorId

UDINT

Contains the command-specific error code of the last executed command. Details of the error code can be found in the ADS error documentation or in the NC error documentation (error codes 0x4nnn and 0x8nnn).

Requirements

Development environment

Target system type

PLC libraries to be linked

TwinCAT V3.1.4018.26

TF5400 Advanced Motion Pack V3.1.1.17

PC or CX (x86 or x64)

Tc3_McCoordinatedMotion, Tc2_MC2