E_ShotScopeQmMode

The response that the PLC is to execute when the deviation occurs.

Syntax:

{attribute 'qualified_only'}
{attribute 'strict'}
{attribute 'to_string'}
TYPE E_ShotScopeQmMode :
(
    eNoAction := 1,
    eThrowAlarm,
    eBadPart,
    eStopCycle
);
END_TYPE

Values

Name

Description

eNoAction

No action should be taken

eThrowAlarm

An alarm should be triggered.

eBadPart

The manufactured part is to be sorted out.

eStopCycle

Production is to be halted.

Requirements

Development environment

Target platform

PLC libraries to include

TwinCAT 4026 >= v3.1.4026.19
TwinCAT 4024 >= v3.1.4024.71

PC or CX (x64, x86)

Tc3_PlasticBaseApplication (>= v12.16.0.0)