UI.TcGVL 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
  3. <GVL Name="UI" Id="{3f5a37c1-892b-4f04-a8f1-a50350d791df}">
  4. <Declaration><![CDATA[{attribute 'qualified_only'}
  5. VAR_GLOBAL
  6. HeartBeat:REAL;
  7. //HW
  8. NDO:STR_NDO;
  9. AO:STR_AO;
  10. //Config
  11. PMConfig:ConfigPM;
  12. Chiller:ConfigChiller;
  13. InnerChiller:ConfigChiller;
  14. OuterChiller:ConfigChiller;
  15. TopChiller:ConfigChiller;
  16. DryPump:ConfigDryPump;
  17. Mfcgas1:ConfigMfcGas;
  18. Mfcgas2:ConfigMfcGas;
  19. Mfcgas3:ConfigMfcGas;
  20. Mfcgas4:ConfigMfcGas;
  21. Mfcgas5:ConfigMfcGas;
  22. Mfcgas6:ConfigMfcGas;
  23. Mfcgas7:ConfigMfcGas;
  24. Mfcgas8:ConfigMfcGas;
  25. Mfcgas9:ConfigMfcGas;
  26. Mfcgas10:ConfigMfcGas;
  27. Mfcgas11:ConfigMfcGas;
  28. Mfcgas12:ConfigMfcGas;
  29. MfcN2:ConfigMfcGas;
  30. MfcHe:ConfigMfcGas;
  31. Pump:ConfigPump;
  32. Purge:ConfigPurge;
  33. PendulumHeater:ConfigHeater;
  34. LidHeater:ConfigHeater;
  35. ChamberHeater:ConfigHeater;
  36. IGSHeater:ConfigHeater;
  37. TapeHeater:ConfigHeater;
  38. ForelineHeater:ConfigHeater;
  39. PendulumValve:ConfigPendulumValve;
  40. //RECIPE
  41. Step_Num:INT;
  42. SetpArray:ARRAY[1..100] OF RecipeEachStep;
  43. //INTERLOCK
  44. TurboN2PurgePressure:INT; //PS103
  45. //PROCESS
  46. Process_Start:BOOL;
  47. Process_Stop:BOOL;
  48. //*********************READ**************
  49. // Process_Finished:BOOL;
  50. //WARNING&ALARM
  51. Warning_And_Alarm_RST:BOOL;
  52. END_VAR
  53. ]]></Declaration>
  54. </GVL>
  55. </TcPlcObject>