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_TYPEValues
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 | PC or CX (x64, x86) | Tc3_PlasticBaseApplication (>= v12.16.0.0) |