MC_AbortTrigger

The MC_AbortTrigger FB is used to abort commands that are related to trigger events (e.g. MC_TouchProbe).

Blockdiagramm

Parameters of the FB

VAR_IN_OUT

Variable name

Data type

Description

axis

AXIS_REF

Axis reference

TriggerInput

TRIGGER_REF

Reference for the trigger signal source
(see chapter entitled Data structure TRIGGER_REF).

VAR_INPUT

Variable name

Data type

Description

Execute

BOOL

Aborts a command of an FB MC_TouchProbe on the rising edge.

VAR_OUTPUT

Variable name

Data type

Description

Done

BOOL

Measuring command is aborted.

Busy

BOOL

Is TRUE while a measuring command is aborted.

Error

BOOL

Is TRUE when an error occurs in the FB.

ErrorID

WORD

Error code.

Behaviour of the FB