MC_GroupContinue

MC_GroupContinue 1:

FUNCTION_BLOCK MC_GroupContinue

This function blocks allows to continue the movement that has been previously stopped by the MC_Interrupt function block.

Syntax

Definition:

FUNCTION_BLOCK MC_GroupContinue
VAR_INPUT
    Execute  : BOOL := FALSE;
END_VAR
VAR_OUTPUT
    Busy     : BOOL := FALSE;
    Done     : BOOL := FALSE;
    Error    : BOOL := FALSE;
    ErrorID  : UDINT := 0;
END_VAR
VAR_IN_OUT
    AxesGroup  : T_StaeubliRobot;
END_VAR

MC_GroupContinue 2: Inputs

Name

Type

Description

Execute

BOOL

Rising edge starts function execution

MC_GroupContinue 3: Outputs

Name

Type

Description

Busy

BOOL

Set when function block is executing. Reset when Done or Error is set

Done

BOOL

This output is set when function block has terminated with success

Error

BOOL

This output is set when function block has terminated with error

ErrorID

UDINT

Error code

MC_GroupContinue 4:/MC_GroupContinue 5: Inputs/Outputs

Name

Type

Description

AxesGroup

T_StaeubliRobot

Data block for a robot