SCName.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. namespace Aitex.Core.RT.SCCore
  2. {
  3. public class SCName
  4. {
  5. #region TransferConfig
  6. public const string TransferConfig_InitAllTimeout = "TransferConfig_InitAllTimeout";
  7. public const string TransferConfig_MotorPushBarInAcceleration = "TransferConfig_MotorPushBarInAcceleration";
  8. public const string TransferConfig_MotorPushBarInDeceleration = "TransferConfig_MotorPushBarInDeceleration";
  9. public const string TransferConfig_MotorPushBarInStartFrequency = "TransferConfig_MotorPushBarInStartFrequency";
  10. public const string TransferConfig_MotorPushBarInDefaultServoSpeed = "TransferConfig_MotorPushBarInDefaultServoSpeed";
  11. public const string TransferConfig_MotorPushBarInDefaultManualSpeed = "TransferConfig_MotorPushBarInDefaultManualSpeed";
  12. public const string TransferConfig_MotorPushBarInServoOnTimeout = "TransferConfig_MotorPushBarInServoOnTimeout";
  13. public const string TransferConfig_MotorPushBarInMoveTimeout = "TransferConfig_MotorPushBarInMoveTimeout";
  14. public const string TransferConfig_MotorPushBarInStopTimeout = "TransferConfig_MotorPushBarInStopTimeout";
  15. public const string TransferConfig_MotorPushBarInResetAlarmTimeout = "TransferConfig_MotorPushBarInResetAlarmTimeout";
  16. public const string TransferConfig_MotorPushBarInHomeTimeout = "TransferConfig_MotorPushBarInHomeTimeout";
  17. public const string TransferConfig_MotorLoadStationInAcceleration = "TransferConfig_MotorLoadStationInAcceleration";
  18. public const string TransferConfig_MotorLoadStationInDeceleration = "TransferConfig_MotorLoadStationInDeceleration";
  19. public const string TransferConfig_MotorLoadStationInStartFrequency = "TransferConfig_MotorLoadStationInStartFrequency";
  20. public const string TransferConfig_MotorLoadStationInDefaultServoSpeed = "TransferConfig_MotorLoadStationInDefaultServoSpeed";
  21. public const string TransferConfig_MotorLoadStationInDefaultManualSpeed = "TransferConfig_MotorLoadStationInDefaultManualSpeed";
  22. public const string TransferConfig_MotorLoadStationInServoOnTimeout = "TransferConfig_MotorLoadStationInServoOnTimeout";
  23. public const string TransferConfig_MotorLoadStationInMoveTimeout = "TransferConfig_MotorLoadStationInMoveTimeout";
  24. public const string TransferConfig_MotorLoadStationInStopTimeout = "TransferConfig_MotorLoadStationInStopTimeout";
  25. public const string TransferConfig_MotorLoadStationInResetAlarmTimeout = "TransferConfig_MotorLoadStationInResetAlarmTimeout";
  26. public const string TransferConfig_MotorLoadStationInHomeTimeout = "TransferConfig_MotorLoadStationInHomeTimeout";
  27. public const string TransferConfig_MotorPushBarChamberAcceleration = "TransferConfig_MotorPushBarChamberAcceleration";
  28. public const string TransferConfig_MotorPushBarChamberDeceleration = "TransferConfig_MotorPushBarChamberDeceleration";
  29. public const string TransferConfig_MotorPushBarChamberStartFrequency = "TransferConfig_MotorPushBarChamberStartFrequency";
  30. public const string TransferConfig_MotorPushBarChamberDefaultServoSpeed = "TransferConfig_MotorPushBarChamberDefaultServoSpeed";
  31. public const string TransferConfig_MotorPushBarChamberDefaultManualSpeed = "TransferConfig_MotorPushBarChamberDefaultManualSpeed";
  32. public const string TransferConfig_MotorPushBarChamberServoOnTimeout = "TransferConfig_MotorPushBarChamberServoOnTimeout";
  33. public const string TransferConfig_MotorPushBarChamberMoveTimeout = "TransferConfig_MotorPushBarChamberMoveTimeout";
  34. public const string TransferConfig_MotorPushBarChamberStopTimeout = "TransferConfig_MotorPushBarChamberStopTimeout";
  35. public const string TransferConfig_MotorPushBarChamberResetAlarmTimeout = "TransferConfig_MotorPushBarChamberResetAlarmTimeout";
  36. public const string TransferConfig_MotorPushBarChamberHomeTimeout = "TransferConfig_MotorPushBarChamberHomeTimeout";
  37. public const string TransferConfig_MotorLoadStationOutAcceleration = "TransferConfig_MotorLoadStationOutAcceleration";
  38. public const string TransferConfig_MotorLoadStationOutDeceleration = "TransferConfig_MotorLoadStationOutDeceleration";
  39. public const string TransferConfig_MotorLoadStationOutStartFrequency = "TransferConfig_MotorLoadStationOutStartFrequency";
  40. public const string TransferConfig_MotorLoadStationOutDefaultServoSpeed = "TransferConfig_MotorLoadStationOutDefaultServoSpeed";
  41. public const string TransferConfig_MotorLoadStationOutDefaultManualSpeed = "TransferConfig_MotorLoadStationOutDefaultManualSpeed";
  42. public const string TransferConfig_MotorLoadStationOutServoOnTimeout = "TransferConfig_MotorLoadStationOutServoOnTimeout";
  43. public const string TransferConfig_MotorLoadStationOutMoveTimeout = "TransferConfig_MotorLoadStationOutMoveTimeout";
  44. public const string TransferConfig_MotorLoadStationOutStopTimeout = "TransferConfig_MotorLoadStationOutStopTimeout";
  45. public const string TransferConfig_MotorLoadStationOutResetAlarmTimeout = "TransferConfig_MotorLoadStationOutResetAlarmTimeout";
  46. public const string TransferConfig_MotorLoadStationOutHomeTimeout = "TransferConfig_MotorLoadStationOutHomeTimeout";
  47. #endregion
  48. #region System
  49. public const string System_IsEnableLocalPlc = "System_IsEnableLocalPlc";
  50. public const string System_IsEnableRemotePlc = "System_IsEnableRemotePlc";
  51. public const string System_TimeLimitForOpenCloseSlitVavle = "System_TimeLimitForOpenCloseSlitVavle";
  52. public const string System_TimeLimitOfOpenGasVavle = "System_TimeLimitOfOpenGasVavle";
  53. public const string System_TimeLimitOfCloseGasValve = "System_TimeLimitOfCloseGasValve";
  54. public const string System_IsSimulatorMode = "System_IsSimulatorMode";
  55. public const string System_IsMesMode = "System_IsMesMode";
  56. public const string System_Company = "System_Company";
  57. public const string System_IsAtmCycleMode = "System_IsAtmCycleMode";
  58. public const string System_IsCheckSafeInterlockBeforeAutoRun = "System_IsCheckSafeInterlockBeforeAutoRun";
  59. public const string System_PumpBasePressure = "System_PumpBasePressure";
  60. public const string System_PumpTimeLimit = "System_PumpTimeLimit";
  61. public const string System_VentTime = "System_VentTime";
  62. public const string System_VentTimeLimit = "System_VentTimeLimit";
  63. public const string System_GasFlowPressureAlarmTime = "System_GasFlowPressureAlarmTime";
  64. public const string System_GasFlowPressureAlarmRange = "System_GasFlowPressureAlarmRange";
  65. public const string System_RfPowerAlarmRange = "System_RfPowerAlarmRange";
  66. public const string System_RfPowerAlarmTime = "System_RfPowerAlarmTime";
  67. public const string System_Language = "System_Language";
  68. public const string System_MatchMode = "System_MatchMode";
  69. public const string System_MatchPositionC1 = "System_MatchPositionC1";
  70. public const string System_MatchPositionC2 = "System_MatchPositionC2";
  71. public const string System_IsMatchPresetMode = "System_IsMatchPresetMode";
  72. public const string System_RfOnTimeLastPMTime = "System_RfOnTimeLastPMTime";
  73. public const string System_RfOnTimeFromLastPM = "System_RfOnTimeFromLastPM";
  74. public const string System_RfOnTimeTotal = "System_RfOnTimeTotal";
  75. public const string System_RfOnTimePMInterval = "System_RfOnTimePMInterval";
  76. public const string System_RfOnTimeEnableAlarm = "System_RfOnTimeEnableAlarm";
  77. public const string System_PumpOnTimeLastPMTime = "System_PumpOnTimeLastPMTime";
  78. public const string System_PumpOnTimeFromLastPM = "System_PumpOnTimeFromLastPM";
  79. public const string System_PumpOnTimeTotal = "System_PumpOnTimeTotal";
  80. public const string System_PumpOnTimePMInterval = "System_PumpOnTimePMInterval";
  81. public const string System_PumpOnTimeEnableAlarm = "System_PumpOnTimeEnableAlarm";
  82. public const string System_RfReflectPowerAlarmRange = "System_RfReflectPowerAlarmRange";
  83. public const string System_RfReflectPowerAlarmTime = "System_RfReflectPowerAlarmTime";
  84. public const string System_RfMatchModeDuringProcess = "System_RfMatchModeDuringProcess";
  85. public const string System_BuzzerBlinkingTime = "System_BuzzerBlinkingTime";
  86. public const string System_IsTestMode = "System_IsTestMode";
  87. public const string System_EnableFa = "System_EnableFa";
  88. public const string System_FaLocalIPAddress = "System_FaLocalIPAddress";
  89. public const string System_YZQZMachineNumber = "System_YZQZMachineNumber";
  90. public const string System_YZQZMachineType = "System_YZQZMachineType";
  91. public const string System_YZQZWebapi = "System_YZQZWebapi";
  92. public const string System_YZQZWanPan = "System_YZQZWanPan";
  93. #endregion
  94. #region BarcodeConfig
  95. public const string BarcodeConfig_EnableBarcode = "BarcodeConfig_EnableBarcode";
  96. public const string BarcodeConfig_EnableSelectRecipeInAutoRun = "BarcodeConfig_EnableSelectRecipeInAutoRun";
  97. public const string BarcodeConfig_MinLotInputBarcodeLength = "BarcodeConfig_MinLotInputBarcodeLength";
  98. public const string BarcodeConfig_MaxLotInputBarcodeLength = "BarcodeConfig_MaxLotInputBarcodeLength";
  99. public const string BarcodeConfig_MaxLotBarcodeCount = "BarcodeConfig_MaxLotBarcodeCount";
  100. public const string BarcodeConfig_MinRecipeInputBarcodeLength = "BarcodeConfig_MinRecipeInputBarcodeLength";
  101. public const string BarcodeConfig_MaxRecipeInputBarcodeLength = "BarcodeConfig_MaxRecipeInputBarcodeLength";
  102. public const string BarcodeConfig_MaxRecipeBarcodeCount = "BarcodeConfig_MaxRecipeBarcodeCount";
  103. #endregion
  104. #region RfConfig
  105. public const string RfConfig_EnablePulsingFunction = "RfConfig_EnablePulsingFunction";
  106. public const string RfConfig_EnableReflectPower = "RfConfig_EnableReflectPower";
  107. public const string RfConfig_EnableC1C2Position = "RfConfig_EnableC1C2Position";
  108. public const string RfConfig_EnableVoltageCurrent = "RfConfig_EnableVoltageCurrent";
  109. public const string RfConfig_PowerRange = "RfConfig_PowerRange";
  110. public const string RfConfig_Coefficient = "RfConfig_Coefficient";
  111. public const string RfConfig_PowerRegulationFactor = "RfConfig_PowerRegulationFactor";
  112. #endregion
  113. #region GasLineConfig
  114. public const string GasLineConfig_Gas1Name = "GasLineConfig_Gas1Name";
  115. public const string GasLineConfig_Gas1Enable = "GasLineConfig_Gas1Enable";
  116. public const string GasLineConfig_Gas1MfcN2Scale = "GasLineConfig_Gas1MfcN2Scale";
  117. public const string GasLineConfig_Gas1MfcScaleFactor = "GasLineConfig_Gas1MfcScaleFactor";
  118. public const string GasLineConfig_Gas1MfcEnableAlarm = "GasLineConfig_Gas1MfcEnableAlarm";
  119. public const string GasLineConfig_Gas1MfcAlarmRange = "GasLineConfig_Gas1MfcAlarmRange";
  120. public const string GasLineConfig_Gas1MfcAlarmTime = "GasLineConfig_Gas1MfcAlarmTime";
  121. public const string GasLineConfig_Gas1MfcDefaultSetPoint = "GasLineConfig_Gas1MfcDefaultSetPoint";
  122. public const string GasLineConfig_Gas1PressureMinValue = "GasLineConfig_Gas1PressureMinValue";
  123. public const string GasLineConfig_Gas1PressureMaxValue = "GasLineConfig_Gas1PressureMaxValue";
  124. public const string GasLineConfig_Gas1PressureWarningTime = "GasLineConfig_Gas1PressureWarningTime";
  125. public const string GasLineConfig_Gas1PressureAlarmTime = "GasLineConfig_Gas1PressureAlarmTime";
  126. public const string GasLineConfig_Gas1MfcFlowRegulationFactor = "GasLineConfig_Gas1MfcFlowRegulationFactor";
  127. public const string GasLineConfig_Gas2Name = "GasLineConfig_Gas2Name";
  128. public const string GasLineConfig_Gas2Enable = "GasLineConfig_Gas2Enable";
  129. public const string GasLineConfig_Gas2MfcN2Scale = "GasLineConfig_Gas2MfcN2Scale";
  130. public const string GasLineConfig_Gas2MfcScaleFactor = "GasLineConfig_Gas2MfcScaleFactor";
  131. public const string GasLineConfig_Gas2MfcEnableAlarm = "GasLineConfig_Gas2MfcEnableAlarm";
  132. public const string GasLineConfig_Gas2MfcAlarmRange = "GasLineConfig_Gas2MfcAlarmRange";
  133. public const string GasLineConfig_Gas2MfcAlarmTime = "GasLineConfig_Gas2MfcAlarmTime";
  134. public const string GasLineConfig_Gas2MfcDefaultSetPoint = "GasLineConfig_Gas2MfcDefaultSetPoint";
  135. public const string GasLineConfig_Gas2PressureMinValue = "GasLineConfig_Gas2PressureMinValue";
  136. public const string GasLineConfig_Gas2PressureMaxValue = "GasLineConfig_Gas2PressureMaxValue";
  137. public const string GasLineConfig_Gas2PressureWarningTime = "GasLineConfig_Gas2PressureWarningTime";
  138. public const string GasLineConfig_Gas2PressureAlarmTime = "GasLineConfig_Gas2PressureAlarmTime";
  139. public const string GasLineConfig_Gas2MfcFlowRegulationFactor = "GasLineConfig_Gas2MfcFlowRegulationFactor";
  140. public const string GasLineConfig_Gas3Name = "GasLineConfig_Gas3Name";
  141. public const string GasLineConfig_Gas3Enable = "GasLineConfig_Gas3Enable";
  142. public const string GasLineConfig_Gas3MfcN2Scale = "GasLineConfig_Gas3MfcN2Scale";
  143. public const string GasLineConfig_Gas3MfcScaleFactor = "GasLineConfig_Gas3MfcScaleFactor";
  144. public const string GasLineConfig_Gas3MfcEnableAlarm = "GasLineConfig_Gas3MfcEnableAlarm";
  145. public const string GasLineConfig_Gas3MfcAlarmRange = "GasLineConfig_Gas3MfcAlarmRange";
  146. public const string GasLineConfig_Gas3MfcAlarmTime = "GasLineConfig_Gas3MfcAlarmTime";
  147. public const string GasLineConfig_Gas3MfcDefaultSetPoint = "GasLineConfig_Gas3MfcDefaultSetPoint";
  148. public const string GasLineConfig_Gas3PressureMinValue = "GasLineConfig_Gas3PressureMinValue";
  149. public const string GasLineConfig_Gas3PressureMaxValue = "GasLineConfig_Gas3PressureMaxValue";
  150. public const string GasLineConfig_Gas3PressureWarningTime = "GasLineConfig_Gas3PressureWarningTime";
  151. public const string GasLineConfig_Gas3PressureAlarmTime = "GasLineConfig_Gas3PressureAlarmTime";
  152. public const string GasLineConfig_Gas3MfcFlowRegulationFactor = "GasLineConfig_Gas3MfcFlowRegulationFactor";
  153. public const string GasLineConfig_Gas4Name = "GasLineConfig_Gas4Name";
  154. public const string GasLineConfig_Gas4Enable = "GasLineConfig_Gas4Enable";
  155. public const string GasLineConfig_Gas4MfcN2Scale = "GasLineConfig_Gas4MfcN2Scale";
  156. public const string GasLineConfig_Gas4MfcScaleFactor = "GasLineConfig_Gas4MfcScaleFactor";
  157. public const string GasLineConfig_Gas4MfcEnableAlarm = "GasLineConfig_Gas4MfcEnableAlarm";
  158. public const string GasLineConfig_Gas4MfcAlarmRange = "GasLineConfig_Gas4MfcAlarmRange";
  159. public const string GasLineConfig_Gas4MfcAlarmTime = "GasLineConfig_Gas4MfcAlarmTime";
  160. public const string GasLineConfig_Gas4MfcDefaultSetPoint = "GasLineConfig_Gas4MfcDefaultSetPoint";
  161. public const string GasLineConfig_Gas4PressureMinValue = "GasLineConfig_Gas4PressureMinValue";
  162. public const string GasLineConfig_Gas4PressureMaxValue = "GasLineConfig_Gas4PressureMaxValue";
  163. public const string GasLineConfig_Gas4PressureWarningTime = "GasLineConfig_Gas4PressureWarningTime";
  164. public const string GasLineConfig_Gas4PressureAlarmTime = "GasLineConfig_Gas4PressureAlarmTime";
  165. public const string GasLineConfig_Gas4MfcFlowRegulationFactor = "GasLineConfig_Gas4MfcFlowRegulationFactor";
  166. public const string GasLineConfig_Gas5Name = "GasLineConfig_Gas5Name";
  167. public const string GasLineConfig_Gas5Enable = "GasLineConfig_Gas5Enable";
  168. public const string GasLineConfig_Gas5MfcN2Scale = "GasLineConfig_Gas5MfcN2Scale";
  169. public const string GasLineConfig_Gas5MfcScaleFactor = "GasLineConfig_Gas5MfcScaleFactor";
  170. public const string GasLineConfig_Gas5MfcEnableAlarm = "GasLineConfig_Gas5MfcEnableAlarm";
  171. public const string GasLineConfig_Gas5MfcAlarmRange = "GasLineConfig_Gas5MfcAlarmRange";
  172. public const string GasLineConfig_Gas5MfcAlarmTime = "GasLineConfig_Gas5MfcAlarmTime";
  173. public const string GasLineConfig_Gas5MfcDefaultSetPoint = "GasLineConfig_Gas5MfcDefaultSetPoint";
  174. public const string GasLineConfig_Gas5PressureMinValue = "GasLineConfig_Gas5PressureMinValue";
  175. public const string GasLineConfig_Gas5PressureMaxValue = "GasLineConfig_Gas5PressureMaxValue";
  176. public const string GasLineConfig_Gas5PressureWarningTime = "GasLineConfig_Gas5PressureWarningTime";
  177. public const string GasLineConfig_Gas5PressureAlarmTime = "GasLineConfig_Gas5PressureAlarmTime";
  178. public const string GasLineConfig_Gas5MfcFlowRegulationFactor = "GasLineConfig_Gas5MfcFlowRegulationFactor";
  179. public const string GasLineConfig_CdaPressureMinValue = "GasLineConfig_CdaPressureMinValue";
  180. public const string GasLineConfig_CdaPressureMaxValue = "GasLineConfig_CdaPressureMaxValue";
  181. public const string GasLineConfig_CdaPressureWarningTime = "GasLineConfig_CdaPressureWarningTime";
  182. public const string GasLineConfig_CdaPressureAlarmTime = "GasLineConfig_CdaPressureAlarmTime";
  183. public const string GasLineConfig_N2PressureMinValue = "GasLineConfig_N2PressureMinValue";
  184. public const string GasLineConfig_N2PressureMaxValue = "GasLineConfig_N2PressureMaxValue";
  185. public const string GasLineConfig_N2PressureWarningTime = "GasLineConfig_N2PressureWarningTime";
  186. public const string GasLineConfig_N2PressureAlarmTime = "GasLineConfig_N2PressureAlarmTime";
  187. #endregion
  188. #region VaporLineConfig
  189. public const string VaporLineConfig_Vapor1Name = "VaporLineConfig_Vapor1Name";
  190. public const string VaporLineConfig_Vapor1Enable = "VaporLineConfig_Vapor1Enable";
  191. public const string VaporLineConfig_Vapor1EnableMfc = "VaporLineConfig_Vapor1EnableMfc";
  192. public const string VaporLineConfig_Vapor1MfcN2Scale = "VaporLineConfig_Vapor1MfcN2Scale";
  193. public const string VaporLineConfig_Vapor1MfcScaleFactor = "VaporLineConfig_Vapor1MfcScaleFactor";
  194. public const string VaporLineConfig_Vapor1MfcEnableAlarm = "VaporLineConfig_Vapor1MfcEnableAlarm";
  195. public const string VaporLineConfig_Vapor1MfcAlarmRange = "VaporLineConfig_Vapor1MfcAlarmRange";
  196. public const string VaporLineConfig_Vapor1MfcAlarmTime = "VaporLineConfig_Vapor1MfcAlarmTime";
  197. public const string VaporLineConfig_Vapor2Name = "VaporLineConfig_Vapor2Name";
  198. public const string VaporLineConfig_Vapor2Enable = "VaporLineConfig_Vapor2Enable";
  199. public const string VaporLineConfig_Vapor2EnableMfc = "VaporLineConfig_Vapor2EnableMfc";
  200. public const string VaporLineConfig_Vapor2MfcN2Scale = "VaporLineConfig_Vapor2MfcN2Scale";
  201. public const string VaporLineConfig_Vapor2MfcScaleFactor = "VaporLineConfig_Vapor2MfcScaleFactor";
  202. public const string VaporLineConfig_Vapor2MfcEnableAlarm = "VaporLineConfig_Vapor2MfcEnableAlarm";
  203. public const string VaporLineConfig_Vapor2MfcAlarmRange = "VaporLineConfig_Vapor2MfcAlarmRange";
  204. public const string VaporLineConfig_Vapor2MfcAlarmTime = "VaporLineConfig_Vapor2MfcAlarmTime";
  205. public const string VaporLineConfig_Vapor3Name = "VaporLineConfig_Vapor3Name";
  206. public const string VaporLineConfig_Vapor3Enable = "VaporLineConfig_Vapor3Enable";
  207. public const string VaporLineConfig_Vapor3EnableMfc = "VaporLineConfig_Vapor3EnableMfc";
  208. public const string VaporLineConfig_Vapor3MfcN2Scale = "VaporLineConfig_Vapor3MfcN2Scale";
  209. public const string VaporLineConfig_Vapor3MfcScaleFactor = "VaporLineConfig_Vapor3MfcScaleFactor";
  210. public const string VaporLineConfig_Vapor3MfcEnableAlarm = "VaporLineConfig_Vapor3MfcEnableAlarm";
  211. public const string VaporLineConfig_Vapor3MfcAlarmRange = "VaporLineConfig_Vapor3MfcAlarmRange";
  212. public const string VaporLineConfig_Vapor3MfcAlarmTime = "VaporLineConfig_Vapor3MfcAlarmTime";
  213. #endregion
  214. #region PressureControlConfig
  215. public const string PressureControlConfig_IsIndependentControl = "PressureControlConfig_IsIndependentControl";
  216. public const string PressureControlConfig_EnableBoosterPump = "PressureControlConfig_EnableBoosterPump";
  217. public const string PressureControlConfig_EnableBoosterPumpFrequency = "PressureControlConfig_EnableBoosterPumpFrequency";
  218. public const string PressureControlConfig_EnableDryPump = "PressureControlConfig_EnableDryPump";
  219. public const string PressureControlConfig_EnableThrottleValve = "PressureControlConfig_EnableThrottleValve";
  220. public const string PressureControlConfig_ChamberPressureGaugePrecision = "PressureControlConfig_ChamberPressureGaugePrecision";
  221. public const string PressureControlConfig_PumpEnableWaterFlow = "PressureControlConfig_PumpEnableWaterFlow";
  222. public const string PressureControlConfig_PumpWaterFlowMinValue = "PressureControlConfig_PumpWaterFlowMinValue";
  223. public const string PressureControlConfig_PumpWaterFlowMaxValue = "PressureControlConfig_PumpWaterFlowMaxValue";
  224. public const string PressureControlConfig_PumpWaterFlowOutOfToleranceWarningTime = "PressureControlConfig_PumpWaterFlowOutOfToleranceWarningTime";
  225. public const string PressureControlConfig_PumpWaterFlowOutOfToleranceAlarmTime = "PressureControlConfig_PumpWaterFlowOutOfToleranceAlarmTime";
  226. public const string PressureControlConfig_PumpEnableN2Pressure = "PressureControlConfig_PumpEnableN2Pressure";
  227. public const string PressureControlConfig_PumpN2PressureMinValue = "PressureControlConfig_PumpN2PressureMinValue";
  228. public const string PressureControlConfig_PumpN2PressureMaxValue = "PressureControlConfig_PumpN2PressureMaxValue";
  229. public const string PressureControlConfig_PumpN2PressureOutOfToleranceWarningTime = "PressureControlConfig_PumpN2PressureOutOfToleranceWarningTime";
  230. public const string PressureControlConfig_PumpN2PressureOutOfToleranceAlarmTime = "PressureControlConfig_PumpN2PressureOutOfToleranceAlarmTime";
  231. public const string PressureControlConfig_PumpN2PurgeMaxTimeWhenPumpOff = "PressureControlConfig_PumpN2PurgeMaxTimeWhenPumpOff";
  232. public const string PressureControlConfig_MinVacuumGaugePressureAfterVent = "PressureControlConfig_MinVacuumGaugePressureAfterVent";
  233. public const string PressureControlConfig_AtmPressure = "PressureControlConfig_AtmPressure";
  234. #endregion
  235. #region ProcessConfig
  236. public const string ProcessConfig_ChamberPressureMaxValue = "ProcessConfig_ChamberPressureMaxValue";
  237. public const string ProcessConfig_PurgePumpTimeLimit = "ProcessConfig_PurgePumpTimeLimit";
  238. public const string ProcessConfig_PurgeVentTimeLimit = "ProcessConfig_PurgeVentTimeLimit";
  239. public const string ProcessConfig_PurgePumpStableTime = "ProcessConfig_PurgePumpStableTime";
  240. public const string ProcessConfig_PurgeVentStableTime = "ProcessConfig_PurgeVentStableTime";
  241. public const string ProcessConfig_PurgePumpPressure = "ProcessConfig_PurgePumpPressure";
  242. public const string ProcessConfig_PurgeVentPressure = "ProcessConfig_PurgeVentPressure";
  243. public const string ProcessConfig_PurgeCycleCount = "ProcessConfig_PurgeCycleCount";
  244. public const string ProcessConfig_PurgeVentTime = "ProcessConfig_PurgeVentTime";
  245. public const string ProcessConfig_ElectrodeTemperatureAlarmRange = "ProcessConfig_ElectrodeTemperatureAlarmRange";
  246. public const string ProcessConfig_ElectrodeTemperatureAlarmTime = "ProcessConfig_ElectrodeTemperatureAlarmTime";
  247. public const string ProcessConfig_ElectrodeTemperatureCriticalDefault = "ProcessConfig_ElectrodeTemperatureCriticalDefault";
  248. public const string ProcessConfig_RecipeCycleCouterFlag = "ProcessConfig_RecipeCycleCouterFlag";
  249. public const string ProcessConfig_ProcessFinishedReminderFlag = "ProcessConfig_ProcessFinishedReminderFlag";
  250. #endregion
  251. #region CoolingConfig
  252. public const string CoolingConfig_EnableElectrodeTcLeftAsControlTc = "CoolingConfig_EnableElectrodeTcLeftAsControlTc";
  253. public const string CoolingConfig_ElectrodeTcDifferenceMaxValue = "CoolingConfig_ElectrodeTcDifferenceMaxValue";
  254. public const string CoolingConfig_ElectrodeCriticalTemperatureManualProcess = "CoolingConfig_ElectrodeCriticalTemperatureManualProcess";
  255. public const string CoolingConfig_RfCoolingValveMaxOpenTime = "CoolingConfig_RfCoolingValveMaxOpenTime";
  256. public const string CoolingConfig_PumpCoolingValveMaxOpenTime = "CoolingConfig_PumpCoolingValveMaxOpenTime";
  257. public const string CoolingConfig_ElectrodeOverTemperatureTime = "CoolingConfig_ElectrodeOverTemperatureTime";
  258. public const string CoolingConfig_ElectrodeCoolingWaterOpenTime = "CoolingConfig_ElectrodeCoolingWaterOpenTime";
  259. public const string CoolingConfig_WaterFlowPumpMinValue = "CoolingConfig_WaterFlowPumpMinValue";
  260. public const string CoolingConfig_WaterFlowPumpMaxValue = "CoolingConfig_WaterFlowPumpMaxValue";
  261. public const string CoolingConfig_WaterFlowPumpOutOfToleranceWarningTime = "CoolingConfig_WaterFlowPumpOutOfToleranceWarningTime";
  262. public const string CoolingConfig_WaterFlowPumpOutOfToleranceAlarmTime = "CoolingConfig_WaterFlowPumpOutOfToleranceAlarmTime";
  263. public const string CoolingConfig_WaterFlowRfMinValue = "CoolingConfig_WaterFlowRfMinValue";
  264. public const string CoolingConfig_WaterFlowRfMaxValue = "CoolingConfig_WaterFlowRfMaxValue";
  265. public const string CoolingConfig_WaterFlowRfOutOfToleranceWarningTime = "CoolingConfig_WaterFlowRfOutOfToleranceWarningTime";
  266. public const string CoolingConfig_WaterFlowRfOutOfToleranceAlarmTime = "CoolingConfig_WaterFlowRfOutOfToleranceAlarmTime";
  267. public const string CoolingConfig_WaterTemperatureInletMinValue = "CoolingConfig_WaterTemperatureInletMinValue";
  268. public const string CoolingConfig_WaterTemperatureInletMaxValue = "CoolingConfig_WaterTemperatureInletMaxValue";
  269. public const string CoolingConfig_WaterTemperatureInletOutOfToleranceWarningTime = "CoolingConfig_WaterTemperatureInletOutOfToleranceWarningTime";
  270. public const string CoolingConfig_WaterTemperatureInletOutOfToleranceAlarmTime = "CoolingConfig_WaterTemperatureInletOutOfToleranceAlarmTime";
  271. #endregion
  272. }
  273. }