Mechina3DDR.xml 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CONFIGURATION>
  3. <ProcType>API</ProcType>
  4. <Console>OFF</Console>
  5. <Arch>64</Arch>
  6. <AutoLoad>OFF</AutoLoad>
  7. <StartType>2</StartType>
  8. <LoadType>MODULE</LoadType>
  9. <DRVTYPE>device</DRVTYPE>
  10. <LOGLEVEL>1</LOGLEVEL>
  11. <ReConnect>1</ReConnect>
  12. <loopTime>2000</loopTime>
  13. <DeviceNumber>1</DeviceNumber>
  14. <MajorID>Mechanical</MajorID>
  15. <MinorID>Dr</MinorID>
  16. <VendorID>HanQing</VendorID>
  17. <ProductID>3DDR</ProductID>
  18. <SerialID>1234</SerialID>
  19. <GUID>{66888A95-CDBE-6CA6-B53F-86185E4B9C88}</GUID>
  20. <BusId>DevMech</BusId>
  21. <connections>
  22. <MECH>
  23. <type>COM</type>
  24. <port>COM1</port>
  25. <baudrate>19200</baudrate>
  26. <bytesize>8</bytesize>
  27. <parity>0</parity>
  28. <stopbits>0</stopbits>
  29. </MECH>
  30. </connections>
  31. <driver>%ROOT%\NewModelDPCX64.dll</driver>
  32. <oemdriver>%ROOT%\OEMDrivers\Mechanical\3DDR\DIOS.Dev.Mech.HanQing3D64.dll</oemdriver>
  33. <ConsoleRole>0</ConsoleRole>
  34. <IsConnect>1</IsConnect>
  35. <IsDemo>0</IsDemo>
  36. <LoadDll>DIOS.Dev.Mech.HanQing3D64.dll</LoadDll>
  37. <ConfigToolInfo>
  38. <AttributeInfo>
  39. <AttributeKey>port</AttributeKey>
  40. <AttributeDescripition>
  41. <Type>string</Type>
  42. <Access>RW</Access>
  43. <RangeMin>COM0</RangeMin>
  44. <RangeMax>COM99</RangeMax>
  45. <ListNum>9</ListNum>
  46. <ListInfo>
  47. <List>COM1</List>
  48. <List>COM2</List>
  49. <List>COM3</List>
  50. <List>COM4</List>
  51. <List>COM5</List>
  52. <List>COM6</List>
  53. <List>COM7</List>
  54. <List>COM8</List>
  55. <List>COM9</List>
  56. </ListInfo>
  57. <Required>FALSE</Required>
  58. <DefaultValue>COM1</DefaultValue>
  59. </AttributeDescripition>
  60. <InnerKey>connections,GEN,port</InnerKey>
  61. <PathID>1</PathID>
  62. </AttributeInfo>
  63. <AttributeInfo>
  64. <AttributeKey>IsConnect</AttributeKey>
  65. <AttributeDescripition>
  66. <Type>int</Type>
  67. <Access>RW</Access>
  68. <RangeMin>0</RangeMin>
  69. <RangeMax>100</RangeMax>
  70. <ListNum>0</ListNum>
  71. <ListInfo>
  72. <List/>
  73. </ListInfo>
  74. <Required>FALSE</Required>
  75. <DefaultValue>1</DefaultValue>
  76. </AttributeDescripition>
  77. <InnerKey>IsConnect</InnerKey>
  78. <PathID>1</PathID>
  79. </AttributeInfo>
  80. <AttributeInfo>
  81. <AttributeKey>baudrate</AttributeKey>
  82. <AttributeDescripition>
  83. <Type>int</Type>
  84. <Access>RW</Access>
  85. <RangeMin>1200</RangeMin>
  86. <RangeMax>1382400</RangeMax>
  87. <ListNum>0</ListNum>
  88. <ListInfo>
  89. <List/>
  90. </ListInfo>
  91. <Required>FALSE</Required>
  92. <DefaultValue>19200</DefaultValue>
  93. </AttributeDescripition>
  94. <InnerKey>connections,GEN,baudrate</InnerKey>
  95. <PathID>1</PathID>
  96. </AttributeInfo>
  97. <AttributeInfo>
  98. <AttributeKey>bytesize</AttributeKey>
  99. <AttributeDescripition>
  100. <Type>int</Type>
  101. <Access>RW</Access>
  102. <RangeMin>0</RangeMin>
  103. <RangeMax>100</RangeMax>
  104. <ListNum>0</ListNum>
  105. <ListInfo>
  106. <List/>
  107. </ListInfo>
  108. <Required>FALSE</Required>
  109. <DefaultValue>8</DefaultValue>
  110. </AttributeDescripition>
  111. <InnerKey>connections,GEN,bytesize</InnerKey>
  112. <PathID>1</PathID>
  113. </AttributeInfo>
  114. <AttributeInfo>
  115. <AttributeKey>parity</AttributeKey>
  116. <AttributeDescripition>
  117. <Type>int</Type>
  118. <Access>RW</Access>
  119. <RangeMin>0</RangeMin>
  120. <RangeMax>2</RangeMax>
  121. <ListNum>0</ListNum>
  122. <ListInfo>
  123. <List/>
  124. </ListInfo>
  125. <Required>FALSE</Required>
  126. <DefaultValue>0</DefaultValue>
  127. </AttributeDescripition>
  128. <InnerKey>connections,GEN,parity</InnerKey>
  129. <PathID>1</PathID>
  130. </AttributeInfo>
  131. <AttributeInfo>
  132. <AttributeKey>stopbits</AttributeKey>
  133. <AttributeDescripition>
  134. <Type>int</Type>
  135. <Access>RW</Access>
  136. <RangeMin>0</RangeMin>
  137. <RangeMax>2</RangeMax>
  138. <ListNum>0</ListNum>
  139. <ListInfo>
  140. <List/>
  141. </ListInfo>
  142. <Required>FALSE</Required>
  143. <DefaultValue>2</DefaultValue>
  144. </AttributeDescripition>
  145. <InnerKey>connections,GEN,stopbits</InnerKey>
  146. <PathID>1</PathID>
  147. </AttributeInfo>
  148. <AttributeInfo>
  149. <AttributeKey>ConsoleRole</AttributeKey>
  150. <AttributeDescripition>
  151. <Type>int</Type>
  152. <Access>RW</Access>
  153. <RangeMin>0</RangeMin>
  154. <RangeMax>9</RangeMax>
  155. <ListNum>3</ListNum>
  156. <ListInfo>
  157. <List>1</List>
  158. <List>2</List>
  159. <List>3</List>
  160. </ListInfo>
  161. <Required>FALSE</Required>
  162. <DefaultValue>1</DefaultValue>
  163. </AttributeDescripition>
  164. <InnerKey>ConsoleRole</InnerKey>
  165. <PathID>1</PathID>
  166. </AttributeInfo>
  167. </ConfigToolInfo>
  168. </CONFIGURATION>