1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" encoding="utf-8"?>
- <TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
- <GVL Name="UI" Id="{98e032ad-def7-4770-b9b1-2da9fed16a14}">
- <Declaration><![CDATA[{attribute 'qualified_only'}
- VAR_GLOBAL
- HeartBeat:REAL;
- //HW
- NDO:STR_NDO;
- AO:STR_AO;
- //Config
- PMConfig:ConfigPM;
- Chiller:ConfigChiller;
- InnerChiller:ConfigChiller;
- OuterChiller:ConfigChiller;
- TopChiller:ConfigChiller;
- DryPump:ConfigDryPump;
- Mfcgas1:ConfigMfcGas;
- MfcN2:ConfigMfcGas;
- MfcHe:ConfigMfcGas;
- Pump:ConfigPump;
- Purge:ConfigPurge;
- PendulumHeater:ConfigHeater;
- LidHeater:ConfigHeater;
- ChamberHeater:ConfigHeater;
- ForelineHeater:ConfigHeater;
- STAGE:ConfigHeater;
- PendulumValve:ConfigPendulumValve;
- //RECIPE
- Step_Num:INT;
- SetpArray:ARRAY[1..100] OF RecipeEachStep;
- //INTERLOCK
- TurboN2PurgePressure:INT; //PS103
- //PROCESS
- Process_Start:BOOL;
- Process_Stop:BOOL;
- Warning_And_Alarm_RST:BOOL;
- END_VAR
- ]]></Declaration>
- </GVL>
- </TcPlcObject>
|