UI.TcGVL 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. MFCVerification:ConfigMfcVer;
  13. Chiller:ConfigChiller;
  14. InnerChiller:ConfigChiller;
  15. OuterChiller:ConfigChiller;
  16. TopChiller:ConfigChiller;
  17. DryPump:ConfigDryPump;
  18. Mfcgas1:ConfigMfcGas;
  19. Mfcgas2:ConfigMfcGas;
  20. Mfcgas3:ConfigMfcGas;
  21. Mfcgas4:ConfigMfcGas;
  22. Mfcgas5:ConfigMfcGas;
  23. Mfcgas6:ConfigMfcGas;
  24. Mfcgas7:ConfigMfcGas;
  25. Mfcgas8:ConfigMfcGas;
  26. Mfcgas9:ConfigMfcGas;
  27. Mfcgas10:ConfigMfcGas;
  28. Mfcgas11:ConfigMfcGas;
  29. Mfcgas12:ConfigMfcGas;
  30. MfcN2:ConfigMfcGas;
  31. MfcHe:ConfigMfcGas;
  32. Pump:ConfigPump;
  33. Purge:ConfigPurge;
  34. PendulumHeater:ConfigHeater;
  35. LidHeater:ConfigHeater;
  36. ChamberHeater:ConfigHeater;
  37. IGSHeater:ConfigHeater;
  38. TapeHeater:ConfigHeater;
  39. ForelineHeater:ConfigHeater;
  40. ElectrostaticVoltageSource:ConfigElectrostaticVoltageSource;
  41. TurboPump:ConfigTurboPump;
  42. PendulumValve:ConfigPendulumValve;
  43. IdleClean:ConfigIdleClean;
  44. EPD:ConfigEPD;
  45. HighTemperatureChiller:ConfigHighTempChiller;
  46. //RECIPE
  47. Step_Num:INT;
  48. SetpArray:ARRAY[1..100] OF RecipeEachStep;
  49. //INTERLOCK
  50. TurboN2PurgePressure:INT; //PS103
  51. //PROCESS
  52. Process_Start:BOOL;
  53. Process_Stop:BOOL;
  54. //*********************READ**************
  55. // Process_Finished:BOOL;
  56. //WARNING&ALARM
  57. Warning_And_Alarm_RST:BOOL;
  58. END_VAR
  59. ]]></Declaration>
  60. </GVL>
  61. </TcPlcObject>