1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?xml version="1.0" encoding="utf-8"?>
- <TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
- <GVL Name="UI" Id="{3f5a37c1-892b-4f04-a8f1-a50350d791df}">
- <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;
- Mfcgas2:ConfigMfcGas;
- Mfcgas3:ConfigMfcGas;
- Mfcgas4:ConfigMfcGas;
- Mfcgas5:ConfigMfcGas;
- Mfcgas6:ConfigMfcGas;
- Mfcgas7:ConfigMfcGas;
- Mfcgas8:ConfigMfcGas;
- Mfcgas9:ConfigMfcGas;
- Mfcgas10:ConfigMfcGas;
- Mfcgas11:ConfigMfcGas;
- Mfcgas12:ConfigMfcGas;
- MfcN2:ConfigMfcGas;
- MfcHe:ConfigMfcGas;
-
- Pump:ConfigPump;
-
- Purge:ConfigPurge;
-
- PendulumHeater:ConfigHeater;
- LidHeater:ConfigHeater;
- ChamberHeater:ConfigHeater;
- IGSHeater:ConfigHeater;
- TapeHeater:ConfigHeater;
- ForelineHeater:ConfigHeater;
-
-
- PendulumValve:ConfigPendulumValve;
-
-
-
-
- //RECIPE
- Step_Num:INT;
- SetpArray:ARRAY[1..100] OF RecipeEachStep;
-
- //INTERLOCK
- TurboN2PurgePressure:INT; //PS103
-
- //PROCESS
- Process_Start:BOOL;
- Process_Stop:BOOL;
- //*********************READ**************
- // Process_Finished:BOOL;
- //WARNING&ALARM
- Warning_And_Alarm_RST:BOOL;
-
- END_VAR
- ]]></Declaration>
- </GVL>
- </TcPlcObject>
|