SINO.xml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CONFIGURATION>
  3. <!--ProcType,MFC/API.default is API-->
  4. <ProcType>API</ProcType>
  5. <!--Console,ON/OFF.default is On-->
  6. <Console>OFF</Console>
  7. <!--64,32.default is 32-->
  8. <Arch>64</Arch>
  9. <!--AutoLoad,ON/OFF.default is OFF-->
  10. <AutoLoad>OFF</AutoLoad>
  11. <!--0:do nothing,1:load with system,2:load later.default is 0-->
  12. <StartType>2</StartType>
  13. <!--PROCESS:load driver in a new process,MODULE:load driver in same process.default is Process-->
  14. <LoadType>MODULE</LoadType>
  15. <!--standalone,lead,subsystem,device-->
  16. <DRVTYPE>device</DRVTYPE>
  17. <!--1:TRACE,2:DEBUG,3:INFO,4:WARN,5:ERROR,6:FATAL-->
  18. <LOGLEVEL>1</LOGLEVEL>
  19. <!--1:open log,0:no log-->
  20. <logEnable>1</logEnable>
  21. <!--1:open loop,0:close loop-->
  22. <loopEnable>0</loopEnable>
  23. <!--loopTime(ms)_for_get_genInfo-->
  24. <loopTime>2000</loopTime>
  25. <DeviceNumber>2</DeviceNumber><!---->
  26. <!--1:Try Reconnect,0:not try-->
  27. <ReConnect>1</ReConnect>
  28. <!--N sec:ReTry connect after last try connect-->
  29. <ReConnectTimePeriod>10</ReConnectTimePeriod>
  30. <!--N sec:HeartBeatTimePeriod after connect-->
  31. <HeartBeatTimePeriod>10</HeartBeatTimePeriod>
  32. <MajorID>Generator</MajorID>
  33. <MinorID>Dr</MinorID>
  34. <VendorID>SINO</VendorID>
  35. <ProductID>HF</ProductID>
  36. <SerialID>1234</SerialID>
  37. <GUID>{18FDF176-DECE-445F-A52C-A14BDD3AC2C1}</GUID>
  38. <BusId>DevSINO</BusId>
  39. <connections>
  40. <GEN>
  41. <type>TCPIP</type>
  42. <ip>192.168.56.1</ip>
  43. <port>5000</port>
  44. </GEN>
  45. </connections>
  46. <!--dpc-->
  47. <driver>%ROOT%\NewModelDPCX64.dll</driver>
  48. <oemdriver>%ROOT%\OEMDrivers\Generator\SINO\CCOS.Dev.Generator.SINO64.dll</oemdriver>
  49. <!--configuration path,the context format is defined seperately in it's own ways -->
  50. <!--pass drvresource to DPC::DpcEntry-->
  51. <WSTable>1</WSTable>
  52. <WSWall>1</WSWall>
  53. <WSFree>3</WSFree>
  54. <WSTomo>3</WSTomo>
  55. <WSConventional>3</WSConventional>
  56. <SYNTable>0</SYNTable>
  57. <SYNWall>0</SYNWall>
  58. <SYNFree>0</SYNFree>
  59. <SYNTomo>0</SYNTomo>
  60. <SYNConventional>0</SYNConventional>
  61. <ConsoleRole>0</ConsoleRole>
  62. <IsConnect>0</IsConnect>
  63. <IsDemo>0</IsDemo>
  64. <LoadDll>CCOS.Dev.Generator.SINO64.dll</LoadDll>
  65. <!--新增加的字段,用来描述可修改配置项的具体信息-->
  66. <ConfigToolInfo>
  67. <AttributeInfo>
  68. <AttributeKey>GeneratorVender</AttributeKey>
  69. <AttributeDescripition>
  70. <Type>string</Type>
  71. <Access>RW</Access>
  72. <RangeMin>0</RangeMin>
  73. <RangeMax>100</RangeMax>
  74. <ListNum>0</ListNum>
  75. <ListInfo>
  76. <List/>
  77. </ListInfo>
  78. <Required>FALSE</Required>
  79. <DefaultValue>SDC</DefaultValue>
  80. </AttributeDescripition>
  81. <InnerKey>VendorID</InnerKey>
  82. <PathID>1</PathID>
  83. </AttributeInfo>
  84. <AttributeInfo>
  85. <AttributeKey>ip</AttributeKey>
  86. <AttributeDescripition>
  87. <Type>string</Type>
  88. <Access>RW</Access>
  89. <RangeMin/>
  90. <RangeMax/>
  91. <ListNum>0</ListNum>
  92. <ListInfo>
  93. <List/>
  94. </ListInfo>
  95. <Required>TRUE</Required>
  96. <DefaultValue>192.168.56.1</DefaultValue>
  97. </AttributeDescripition>
  98. <InnerKey>ip</InnerKey>
  99. <PathID>1</PathID>
  100. </AttributeInfo>
  101. <AttributeInfo>
  102. <AttributeKey>IsConnect</AttributeKey>
  103. <AttributeDescripition>
  104. <Type>int</Type>
  105. <Access>RW</Access>
  106. <RangeMin>0</RangeMin>
  107. <RangeMax>100</RangeMax>
  108. <ListNum>0</ListNum>
  109. <ListInfo>
  110. <List/>
  111. </ListInfo>
  112. <Required>FALSE</Required>
  113. <DefaultValue>1</DefaultValue>
  114. </AttributeDescripition>
  115. <InnerKey>IsConnect</InnerKey>
  116. <PathID>1</PathID>
  117. </AttributeInfo>
  118. <AttributeInfo>
  119. <AttributeKey>GeneratorModel</AttributeKey>
  120. <AttributeDescripition>
  121. <Type>string</Type>
  122. <Access>RW</Access>
  123. <RangeMin>0</RangeMin>
  124. <RangeMax>100</RangeMax>
  125. <ListNum>0</ListNum>
  126. <ListInfo>
  127. <List/>
  128. </ListInfo>
  129. <Required>FALSE</Required>
  130. <DefaultValue>HF</DefaultValue>
  131. </AttributeDescripition>
  132. <InnerKey>ProductID</InnerKey>
  133. <PathID>1</PathID>
  134. </AttributeInfo>
  135. <AttributeInfo>
  136. <AttributeKey>SCFType</AttributeKey>
  137. <AttributeDescripition>
  138. <Type>string</Type>
  139. <Access>RW</Access>
  140. <RangeMin>0</RangeMin>
  141. <RangeMax>100</RangeMax>
  142. <ListNum>0</ListNum>
  143. <ListInfo>
  144. <List/>
  145. </ListInfo>
  146. <Required>FALSE</Required>
  147. <DefaultValue>COM</DefaultValue>
  148. </AttributeDescripition>
  149. <InnerKey>connections,GEN,type</InnerKey>
  150. <PathID>1</PathID>
  151. </AttributeInfo>
  152. <AttributeInfo>
  153. <AttributeKey>WSTable</AttributeKey>
  154. <AttributeDescripition>
  155. <Type>int</Type>
  156. <Access>RW</Access>
  157. <RangeMin>0</RangeMin>
  158. <RangeMax>100</RangeMax>
  159. <ListNum>3</ListNum>
  160. <ListInfo>
  161. <List>1</List>
  162. <List>2</List>
  163. <List>3</List>
  164. </ListInfo>
  165. <Required>FALSE</Required>
  166. <DefaultValue>1</DefaultValue>
  167. </AttributeDescripition>
  168. <InnerKey>WSTable</InnerKey>
  169. <PathID>1</PathID>
  170. </AttributeInfo>
  171. <AttributeInfo>
  172. <AttributeKey>WSWall</AttributeKey>
  173. <AttributeDescripition>
  174. <Type>int</Type>
  175. <Access>RW</Access>
  176. <RangeMin>0</RangeMin>
  177. <RangeMax>100</RangeMax>
  178. <ListNum>3</ListNum>
  179. <ListInfo>
  180. <List>1</List>
  181. <List>2</List>
  182. <List>3</List>
  183. </ListInfo>
  184. <Required>FALSE</Required>
  185. <DefaultValue>1</DefaultValue>
  186. </AttributeDescripition>
  187. <InnerKey>WSWall</InnerKey>
  188. <PathID>1</PathID>
  189. </AttributeInfo>
  190. <AttributeInfo>
  191. <AttributeKey>WSFree</AttributeKey>
  192. <AttributeDescripition>
  193. <Type>int</Type>
  194. <Access>RW</Access>
  195. <RangeMin>0</RangeMin>
  196. <RangeMax>100</RangeMax>
  197. <ListNum>3</ListNum>
  198. <ListInfo>
  199. <List>1</List>
  200. <List>2</List>
  201. <List>3</List>
  202. </ListInfo>
  203. <Required>FALSE</Required>
  204. <DefaultValue>3</DefaultValue>
  205. </AttributeDescripition>
  206. <InnerKey>WSFree</InnerKey>
  207. <PathID>1</PathID>
  208. </AttributeInfo>
  209. <AttributeInfo>
  210. <AttributeKey>WSTomo</AttributeKey>
  211. <AttributeDescripition>
  212. <Type>int</Type>
  213. <Access>RW</Access>
  214. <RangeMin>0</RangeMin>
  215. <RangeMax>100</RangeMax>
  216. <ListNum>3</ListNum>
  217. <ListInfo>
  218. <List>1</List>
  219. <List>2</List>
  220. <List>3</List>
  221. </ListInfo>
  222. <Required>FALSE</Required>
  223. <DefaultValue>3</DefaultValue>
  224. </AttributeDescripition>
  225. <InnerKey>WSTomo</InnerKey>
  226. <PathID>1</PathID>
  227. </AttributeInfo>
  228. <AttributeInfo>
  229. <AttributeKey>WSConventional</AttributeKey>
  230. <AttributeDescripition>
  231. <Type>int</Type>
  232. <Access>RW</Access>
  233. <RangeMin>0</RangeMin>
  234. <RangeMax>100</RangeMax>
  235. <ListNum>3</ListNum>
  236. <ListInfo>
  237. <List>1</List>
  238. <List>2</List>
  239. <List>3</List>
  240. </ListInfo>
  241. <Required>FALSE</Required>
  242. <DefaultValue>3</DefaultValue>
  243. </AttributeDescripition>
  244. <InnerKey>WSConventional</InnerKey>
  245. <PathID>1</PathID>
  246. </AttributeInfo>
  247. <AttributeInfo>
  248. <AttributeKey>SYNTable</AttributeKey>
  249. <AttributeDescripition>
  250. <Type>int</Type>
  251. <Access>RW</Access>
  252. <RangeMin>0</RangeMin>
  253. <RangeMax>100</RangeMax>
  254. <ListNum>2</ListNum>
  255. <ListInfo>
  256. <List>1</List>
  257. <List>2</List>
  258. </ListInfo>
  259. <Required>FALSE</Required>
  260. <DefaultValue>1</DefaultValue>
  261. </AttributeDescripition>
  262. <InnerKey>SYNTable</InnerKey>
  263. <PathID>1</PathID>
  264. </AttributeInfo>
  265. <AttributeInfo>
  266. <AttributeKey>SYNWall</AttributeKey>
  267. <AttributeDescripition>
  268. <Type>int</Type>
  269. <Access>RW</Access>
  270. <RangeMin>0</RangeMin>
  271. <RangeMax>100</RangeMax>
  272. <ListNum>2</ListNum>
  273. <ListInfo>
  274. <List>1</List>
  275. <List>2</List>
  276. </ListInfo>
  277. <Required>FALSE</Required>
  278. <DefaultValue>1</DefaultValue>
  279. </AttributeDescripition>
  280. <InnerKey>SYNWall</InnerKey>
  281. <PathID>1</PathID>
  282. </AttributeInfo>
  283. <AttributeInfo>
  284. <AttributeKey>SYNFree</AttributeKey>
  285. <AttributeDescripition>
  286. <Type>int</Type>
  287. <Access>RW</Access>
  288. <RangeMin>0</RangeMin>
  289. <RangeMax>100</RangeMax>
  290. <ListNum>2</ListNum>
  291. <ListInfo>
  292. <List>1</List>
  293. <List>2</List>
  294. </ListInfo>
  295. <Required>FALSE</Required>
  296. <DefaultValue>1</DefaultValue>
  297. </AttributeDescripition>
  298. <InnerKey>SYNFree</InnerKey>
  299. <PathID>1</PathID>
  300. </AttributeInfo>
  301. <AttributeInfo>
  302. <AttributeKey>SYNTomo</AttributeKey>
  303. <AttributeDescripition>
  304. <Type>int</Type>
  305. <Access>RW</Access>
  306. <RangeMin>0</RangeMin>
  307. <RangeMax>100</RangeMax>
  308. <ListNum>2</ListNum>
  309. <ListInfo>
  310. <List>1</List>
  311. <List>2</List>
  312. </ListInfo>
  313. <Required>FALSE</Required>
  314. <DefaultValue>1</DefaultValue>
  315. </AttributeDescripition>
  316. <InnerKey>SYNTomo</InnerKey>
  317. <PathID>1</PathID>
  318. </AttributeInfo>
  319. <AttributeInfo>
  320. <AttributeKey>SYNConventional</AttributeKey>
  321. <AttributeDescripition>
  322. <Type>int</Type>
  323. <Access>RW</Access>
  324. <RangeMin>0</RangeMin>
  325. <RangeMax>1</RangeMax>
  326. <ListNum>2</ListNum>
  327. <ListInfo>
  328. <List>1</List>
  329. <List>2</List>
  330. </ListInfo>
  331. <Required>FALSE</Required>
  332. <DefaultValue>1</DefaultValue>
  333. </AttributeDescripition>
  334. <InnerKey>SYNConventional</InnerKey>
  335. <PathID>1</PathID>
  336. </AttributeInfo>
  337. <AttributeInfo>
  338. <AttributeKey>ConsoleRole</AttributeKey>
  339. <AttributeDescripition>
  340. <Type>int</Type>
  341. <Access>RW</Access>
  342. <RangeMin>0</RangeMin>
  343. <RangeMax>9</RangeMax>
  344. <ListNum>3</ListNum>
  345. <ListInfo>
  346. <List>1</List>
  347. <List>2</List>
  348. <List>3</List>
  349. </ListInfo>
  350. <Required>FALSE</Required>
  351. <DefaultValue>1</DefaultValue>
  352. </AttributeDescripition>
  353. <InnerKey>ConsoleRole</InnerKey>
  354. <PathID>1</PathID>
  355. </AttributeInfo>
  356. </ConfigToolInfo>
  357. </CONFIGURATION>