ParameterFormat.xml 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Aitex>
  3. <TableParameterFormat ChamberType="LeakCheckCondition" Version="1.0" TableNumber="3">
  4. <!--###########################################-->
  5. <Catalog DisplayName="ParameterInfo">
  6. <Group DisplayName="Parameter Information">
  7. <Step ModuleName="" DeviceType="" DisplayName="No." ControlName="TableNo" InputType="ReadOnly" />
  8. <Step ModuleName="" DeviceType="" DisplayName="Name" ControlName="Name" InputType="TextInput" />
  9. </Group>
  10. </Catalog>
  11. <!--###########################################-->
  12. <Catalog DisplayName="Table">
  13. <Group DisplayName="Leak Check" ControlName="LeakCheck">
  14. <Step ModuleName="" DeviceType="" DefaultValue="1:VG13" DisplayName="Press Sensor" ControlName="PressSensor" InputType="TextInput" Description=""/>
  15. <Step ModuleName="" DeviceType="" DisplayName="PH = HIGH LIMIT" DefaultValue="0" ControlName="PHHighLimit" InputType="DoubleInput" InputMode="" Min="0" Max="2000"/>
  16. <Step ModuleName="" DeviceType="" DisplayName="PL = LOW LIMIT" DefaultValue="0" ControlName="PLLowLimit" InputType="DoubleInput" InputMode="" Min="0" Max="2000"/>
  17. <Step ModuleName="" DeviceType="" DisplayName="BPLIMIT = BASE PRESSURE LIMIT" DefaultValue="0" ControlName="BPLimit" InputType="DoubleInput" InputMode="" Min="-10" Max="2000"/>
  18. <Step ModuleName="" DeviceType="" DefaultValue="00:00.0" DisplayName="Delay Time" ControlName="DelayTime" InputType="TextInput" />
  19. <Step ModuleName="" DeviceType="" DefaultValue="00:00.0" DisplayName="Check Time" ControlName="CheckTime" InputType="TextInput" />
  20. <Step ModuleName="" DeviceType="" DisplayName="Leak Limit" DefaultValue="0" ControlName="LeakLimit" InputType="DoubleInput" InputMode="" Min="0" Max="2000"/>
  21. <Step ModuleName="" DeviceType="" DisplayName="Retry Limit" DefaultValue="0" ControlName="RetryLimit" InputType="NumInput" InputMode="" Min="0" Max="2000"/>
  22. <Step ModuleName="" DeviceType="" DefaultValue="Monitor" DisplayName="PH BP" ControlName="PHBP" InputType="TextInput" />
  23. <Step ModuleName="" DeviceType="" DefaultValue="Monitor" DisplayName="PL BP" ControlName="PLBP" InputType="TextInput" />
  24. <Step ModuleName="" DeviceType="" DefaultValue="Monitor" DisplayName="BP BPLimit" ControlName="BPBPLimit" InputType="TextInput" />
  25. <Step ModuleName="" DeviceType="" DefaultValue="Monitor" DisplayName="Error Command" ControlName="ErrorCommand" InputType="TextInput" />
  26. <Step ModuleName="" DeviceType="" DefaultValue="Monitor" DisplayName="Retry Over Command" ControlName="RetryOverCommand" InputType="TextInput" />
  27. </Group>
  28. </Catalog>
  29. </TableParameterFormat>
  30. <TableParameterSchema>
  31. <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  32. <xs:simpleType name="booleanType">
  33. <xs:restriction base="xs:string">
  34. <xs:enumeration value="0" />
  35. <xs:enumeration value="1" />
  36. <xs:enumeration value="False" />
  37. <xs:enumeration value="True" />
  38. <xs:enumeration value="false" />
  39. <xs:enumeration value="true" />
  40. </xs:restriction>
  41. </xs:simpleType>
  42. <xs:element name="TableParameterData">
  43. <xs:complexType>
  44. <xs:sequence>
  45. <xs:element maxOccurs="unbounded" name="Step">
  46. <xs:complexType>
  47. <xs:attribute name="TableNo" type="xs:string" use="required" />
  48. <xs:attribute name="Name" type="xs:string" use="required" />
  49. <xs:attribute name="Type" type="xs:string" use="required" />
  50. <xs:attribute name="UseTemp" type="xs:decimal" use="required" />
  51. </xs:complexType>
  52. </xs:element>
  53. </xs:sequence>
  54. <xs:attribute name="ParameterChamberType" type="xs:string" fixed="Parameter" use="required" />
  55. <xs:attribute name="ParameterType" type="xs:string" use="required" />
  56. <xs:attribute name="ParameterVersion" type="xs:string" fixed="1.0" use="required" />
  57. <xs:attribute name="CreatedBy" type="xs:string" use="required" />
  58. <xs:attribute name="CreationTime" type="xs:dateTime" use="required" />
  59. <xs:attribute name="LastRevisedBy" type="xs:string" use="required" />
  60. <xs:attribute name="LastRevisionTime" type="xs:dateTime" use="required" />
  61. <xs:attribute name="Description" type="xs:string" use="required" />
  62. </xs:complexType>
  63. </xs:element>
  64. </xs:schema>
  65. </TableParameterSchema>
  66. </Aitex>