SystemConfig.default.xml 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" encoding="utf-16"?>
  2. <SystemConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <uiLayoutXmlFile value="UILayout.Hz.xml"/>
  4. <!--<uiLayoutXmlFile value="UILayout.xml"/>-->
  5. <!--<topViewLogoFile value="LogoJETP.png"/>-->
  6. <DataElements>
  7. <!--在Monitor页面 如下内容:
  8. Vapor MFC1/MFC2/MFC3,
  9. Vapor1 Temp/
  10. Vapor 2 Temp/
  11. Vapor 3 Temp,
  12. Gas Line Temp,
  13. Pump Line Temp,
  14. Chamber Wall Temp,
  15. RF Power,
  16. RF Reflect Power,
  17. RF Pulsing Frequency (若系统配置Configuration里选择了Pulsing RF时该选项显示,若系统配置Configuration里选择了CW RF,则不显示该项),
  18. RF Pulsing DC(若HW Configuration里选择了Pulsing RF时该选项显示,若HW Configuration里选择了CW RF,则不显示该项)
  19. Chamber Pressure,
  20. Valve Position(若在HW Configuration选项中选择了有蝶阀,则该项显示)
  21. -->
  22. <DataElement displayName="Pressure" cn="腔体压力值" en="" dbName="System.IoPressureMeter.PressureMeterChamber.Feedback" isPressureAxis="true"/>
  23. <DataElement displayName="TV Position" cn="蝶阀位置反馈值" en="" dbName="System.IoThrottleValve.ThrottleValve.TVPosition" isPressureAxis="false"/>
  24. <DataElement displayName="TV Position SP" cn="蝶阀位置设定值" en="" dbName="System.IoThrottleValve.ThrottleValve.TVPositionSetPoint" isPressureAxis="false"/>
  25. <DataElement displayName="TV Pressure" cn="蝶阀压力反馈值" en="" dbName="System.IoThrottleValve.ThrottleValve.TVPressure" isPressureAxis="false"/>
  26. <DataElement displayName="TV Pressure SP" cn="蝶阀压力设定值" en="" dbName="System.IoThrottleValve.ThrottleValve.TVPressureSetPoint" isPressureAxis="false"/>
  27. <DataElement displayName="Pump N2 Flow" cn="蝶阀压力设定值" en="" dbName="System.IoPump.MainPump.N2PressureValue" isPressureAxis="false"/>
  28. <DataElement displayName="Pump Water Flow" cn="蝶阀压力设定值" en="" dbName="System.IoPump.MainPump.WaterFlowValue" isPressureAxis="false"/>
  29. <DataElement displayName="RF Power SP" cn="射频功率设定值" en="" dbName="System.IoRf.Rf.RFSetPoint" isPressureAxis=""/>
  30. <DataElement displayName="RF Forward Power" cn="射频输出功率" en="" dbName="System.IoRf.Rf.RFForwardPower" isPressureAxis=""/>
  31. <DataElement displayName="RF Reflect Power" cn="射频反射功率" en="" dbName="System.IoRf.Rf.RFReflectPower" isPressureAxis=""/>
  32. <DataElement displayName="RF Match C1" cn="射频适配器C1反馈值" en="" dbName="System.IoRf.Rf.RFMatchPositionC1Feedback" isPressureAxis=""/>
  33. <DataElement displayName="RF Match C2" cn="射频适配器C2反馈值" en="" dbName="System.IoRf.Rf.RFMatchPositionC2Feedback" isPressureAxis=""/>
  34. <DataElement displayName="RF Match C1 SP" cn="射频适配器C1设定值" en="" dbName="System.IoRf.Rf.RFMatchPositionC1SetPoint" isPressureAxis=""/>
  35. <DataElement displayName="RF Match C2 SP" cn="射频适配器C2设定值" en="" dbName="System.IoRf.Rf.RFMatchPositionC2SetPoint" isPressureAxis=""/>
  36. <DataElement displayName="RF Pulsing Frequency SP" cn="射频频率设定值" en="" dbName="System.IoRf.Rf.RFFrequency" isPressureAxis=""/>
  37. <DataElement displayName="RF Pulsing DC SP" cn="射频电流设定值" en="" dbName="System.IoRf.Rf.RFDuty" isPressureAxis=""/>
  38. <DataElement displayName="Gas1 MFC" cn="Gas1 MFC流量" en="" dbName="System.IoMfc.MfcGas1.FeedBack" isPressureAxis=""/>
  39. <DataElement displayName="Gas1 MFC SP" cn="Gas1 MFC设定值" en="" dbName="System.IoMfc.MfcGas1.SetPoint" isPressureAxis=""/>
  40. <DataElement displayName="Gas2 MFC" cn="Gas2 MFC流量" en="" dbName="System.IoMfc.MfcGas2.FeedBack" isPressureAxis=""/>
  41. <DataElement displayName="Gas2 MFC SP" cn="Gas2 MFC设定值" en="" dbName="System.IoMfc.MfcGas2.SetPoint" isPressureAxis=""/>
  42. <DataElement displayName="Gas3 MFC" cn="Gas3 MFC流量" en="" dbName="System.IoMfc.MfcGas3.FeedBack" isPressureAxis=""/>
  43. <DataElement displayName="Gas3 MFC SP" cn="Gas3 MFC设定值" en="" dbName="System.IoMfc.MfcGas3.SetPoint" isPressureAxis=""/>
  44. <DataElement displayName="Gas4 MFC" cn="Gas4 MFC流量" en="" dbName="System.IoMfc.MfcGas4.FeedBack" isPressureAxis=""/>
  45. <DataElement displayName="Gas4 MFC SP" cn="Gas4 MFC设定值" en="" dbName="System.IoMfc.MfcGas4.SetPoint" isPressureAxis=""/>
  46. <DataElement displayName="Gas5 MFC" cn="Gas5 MFC流量" en="" dbName="System.IoMfc.MfcGas5.FeedBack" isPressureAxis=""/>
  47. <DataElement displayName="Gas5 MFC SP" cn="Gas5 MFC设定值" en="" dbName="System.IoMfc.MfcGas5.SetPoint" isPressureAxis=""/>
  48. </DataElements>
  49. </SystemConfig>