12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?xml version="1.0" encoding="utf-8"?>
- <TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
- <DUT Name="APCControlDI" Id="{5f65c9df-d99b-4971-b922-c771e40d6739}">
- <Declaration><![CDATA[TYPE APCControlDI :
- STRUCT
- P1ZeroOffsetOutRangeAlm_b : BOOL ;
- P1ZeroAdjOutRangeAlm_b : BOOL ;
- P1SpanAdjOutRangeAlm_b : BOOL ;
- P2ZeroOffsetOutRangeAlm_b : BOOL ;
- P2ZeroAdjOutRangeAlm_b : BOOL ;
- P2SpanAdjOutRangeAlm_b : BOOL ;
- P1PressCtrlInterlockAlm_b : BOOL ;
- P2PressCtrlInterlockAlm_b : BOOL ;
- ValveOpenCtrlInterlockAlm_b : BOOL ;
- ValveHoldCtrlInterlockAlm_b : BOOL ;
- ValveCloseInterlockAlm_b : BOOL ;
- AutoTeachingInterlockAlm_b : BOOL ;
- P1DisconnectionAlm_b : BOOL ;
- P2DisconnectionAlm_b : BOOL ;
- PumpStopInterlockAlm_b : BOOL ;
- AutoTeachingErr1Alm_b : BOOL ;
- AutoTeachingErr2Alm_b : BOOL ;
- Spare1_b : BOOL ;
- Spare2_b : BOOL ;
- Spare3_b : BOOL ;
- Spare4_b : BOOL ;
- Spare5_b : BOOL ;
- Spare6_b : BOOL ;
- Spare7_b : BOOL ;
- Spare8_b : BOOL ;
- Spare9_b : BOOL ;
- SpareA_b : BOOL ;
- SpareB_b : BOOL ;
- SpareC_b : BOOL ;
- SpareD_b : BOOL ;
- SpareE_b : BOOL ;
- SpareF_b : BOOL ;
- END_STRUCT
- END_TYPE
- ]]></Declaration>
- </DUT>
- </TcPlcObject>
|