PSGRF.xml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481
  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>1</loopEnable>
  23. <!--loopTime(ms)_for_get_genInfo-->
  24. <loopTime>2000</loopTime>
  25. <DeviceNumber>1</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. <PFKVLimitMax>80</PFKVLimitMax>
  33. <PFKVLimitMin>39</PFKVLimitMin>
  34. <HLFKVLimitMax>151</HLFKVLimitMax>
  35. <HLFKVLimitMin>80</HLFKVLimitMin>
  36. <PFMALimitMax>40.0</PFMALimitMax>
  37. <PFMALimitMin>1.0</PFMALimitMin>
  38. <HLFMALimitMax>99.0</HLFMALimitMax>
  39. <HLFMALimitMin>40.0</HLFMALimitMin>
  40. <ReturnTime>50</ReturnTime>
  41. <MajorID>Generator</MajorID>
  42. <MinorID>Dr</MinorID>
  43. <VendorID>PSGRF</VendorID>
  44. <ProductID>HF</ProductID>
  45. <SerialID>1234</SerialID>
  46. <GUID>{18FDF176-DECE-445F-A52C-A14BDD3AC2C1}</GUID>
  47. <BusId>DevPSGRF</BusId>
  48. <connections>
  49. <GEN>
  50. <type>COM</type>
  51. <port>COM1</port>
  52. <baudrate>19200</baudrate>
  53. <bytesize>8</bytesize>
  54. <parity>0</parity>
  55. <stopbits>0</stopbits>
  56. </GEN>
  57. </connections>
  58. <!--dpc-->
  59. <driver>%ROOT%\NewModelDPCX64.dll</driver>
  60. <oemdriver>%ROOT%\OEMDrivers\Generator\PSGRF\CCOS.Dev.Generator.PSG_RF64.dll</oemdriver>
  61. <!--configuration path,the context format is defined seperately in it's own ways -->
  62. <!--pass drvresource to DPC::DpcEntry-->
  63. <WSTable>1</WSTable>
  64. <WSWall>1</WSWall>
  65. <WSFree>3</WSFree>
  66. <WSTomo>3</WSTomo>
  67. <WSConventional>3</WSConventional>
  68. <SYNTable>0</SYNTable>
  69. <SYNWall>0</SYNWall>
  70. <SYNFree>0</SYNFree>
  71. <SYNTomo>0</SYNTomo>
  72. <SYNConventional>0</SYNConventional>
  73. <ConsoleRole>0</ConsoleRole>
  74. <IsConnect>1</IsConnect>
  75. <IsDemo>0</IsDemo>
  76. <LoadDll>CCOS.Dev.Generator.PSG_RF64.dll</LoadDll>
  77. <ConfigToolInfo>
  78. <AttributeInfo>
  79. <AttributeKey>GeneratorVender</AttributeKey>
  80. <AttributeDescripition>
  81. <Type>string</Type>
  82. <Access>RW</Access>
  83. <RangeMin>0</RangeMin>
  84. <RangeMax>100</RangeMax>
  85. <ListNum>0</ListNum>
  86. <ListInfo>
  87. <List/>
  88. </ListInfo>
  89. <Required>FALSE</Required>
  90. <DefaultValue>DEMO</DefaultValue>
  91. </AttributeDescripition>
  92. <InnerKey>VendorID</InnerKey>
  93. <PathID>1</PathID>
  94. </AttributeInfo>
  95. <AttributeInfo>
  96. <AttributeKey>port</AttributeKey>
  97. <AttributeDescripition>
  98. <Type>string</Type>
  99. <Access>RW</Access>
  100. <RangeMin>COM0</RangeMin>
  101. <RangeMax>COM99</RangeMax>
  102. <ListNum>9</ListNum>
  103. <ListInfo>
  104. <List>COM1</List>
  105. <List>COM2</List>
  106. <List>COM3</List>
  107. <List>COM4</List>
  108. <List>COM5</List>
  109. <List>COM6</List>
  110. <List>COM7</List>
  111. <List>COM8</List>
  112. <List>COM9</List>
  113. </ListInfo>
  114. <Required>FALSE</Required>
  115. <DefaultValue>COM1</DefaultValue>
  116. </AttributeDescripition>
  117. <InnerKey>connections,GEN,port</InnerKey>
  118. <PathID>1</PathID>
  119. </AttributeInfo>
  120. <AttributeInfo>
  121. <AttributeKey>IsConnect</AttributeKey>
  122. <AttributeDescripition>
  123. <Type>int</Type>
  124. <Access>RW</Access>
  125. <RangeMin>0</RangeMin>
  126. <RangeMax>100</RangeMax>
  127. <ListNum>0</ListNum>
  128. <ListInfo>
  129. <List/>
  130. </ListInfo>
  131. <Required>FALSE</Required>
  132. <DefaultValue>1</DefaultValue>
  133. </AttributeDescripition>
  134. <InnerKey>IsConnect</InnerKey>
  135. <PathID>1</PathID>
  136. </AttributeInfo>
  137. <AttributeInfo>
  138. <AttributeKey>GeneratorModel</AttributeKey>
  139. <AttributeDescripition>
  140. <Type>string</Type>
  141. <Access>RW</Access>
  142. <RangeMin>0</RangeMin>
  143. <RangeMax>100</RangeMax>
  144. <ListNum>0</ListNum>
  145. <ListInfo>
  146. <List/>
  147. </ListInfo>
  148. <Required>FALSE</Required>
  149. <DefaultValue>HF</DefaultValue>
  150. </AttributeDescripition>
  151. <InnerKey>ProductID</InnerKey>
  152. <PathID>1</PathID>
  153. </AttributeInfo>
  154. <AttributeInfo>
  155. <AttributeKey>SCFType</AttributeKey>
  156. <AttributeDescripition>
  157. <Type>string</Type>
  158. <Access>RW</Access>
  159. <RangeMin>0</RangeMin>
  160. <RangeMax>100</RangeMax>
  161. <ListNum>0</ListNum>
  162. <ListInfo>
  163. <List/>
  164. </ListInfo>
  165. <Required>FALSE</Required>
  166. <DefaultValue>COM</DefaultValue>
  167. </AttributeDescripition>
  168. <InnerKey>connections,GEN,type</InnerKey>
  169. <PathID>1</PathID>
  170. </AttributeInfo>
  171. <AttributeInfo>
  172. <AttributeKey>baudrate</AttributeKey>
  173. <AttributeDescripition>
  174. <Type>int</Type>
  175. <Access>RW</Access>
  176. <RangeMin>1200</RangeMin>
  177. <RangeMax>1382400</RangeMax>
  178. <ListNum>0</ListNum>
  179. <ListInfo>
  180. <List/>
  181. </ListInfo>
  182. <Required>FALSE</Required>
  183. <DefaultValue>19200</DefaultValue>
  184. </AttributeDescripition>
  185. <InnerKey>connections,GEN,baudrate</InnerKey>
  186. <PathID>1</PathID>
  187. </AttributeInfo>
  188. <AttributeInfo>
  189. <AttributeKey>bytesize</AttributeKey>
  190. <AttributeDescripition>
  191. <Type>int</Type>
  192. <Access>RW</Access>
  193. <RangeMin>0</RangeMin>
  194. <RangeMax>100</RangeMax>
  195. <ListNum>0</ListNum>
  196. <ListInfo>
  197. <List/>
  198. </ListInfo>
  199. <Required>FALSE</Required>
  200. <DefaultValue>8</DefaultValue>
  201. </AttributeDescripition>
  202. <InnerKey>connections,GEN,bytesize</InnerKey>
  203. <PathID>1</PathID>
  204. </AttributeInfo>
  205. <AttributeInfo>
  206. <AttributeKey>parity</AttributeKey>
  207. <AttributeDescripition>
  208. <Type>int</Type>
  209. <Access>RW</Access>
  210. <RangeMin>0</RangeMin>
  211. <RangeMax>2</RangeMax>
  212. <ListNum>0</ListNum>
  213. <ListInfo>
  214. <List/>
  215. </ListInfo>
  216. <Required>FALSE</Required>
  217. <DefaultValue>0</DefaultValue>
  218. </AttributeDescripition>
  219. <InnerKey>connections,GEN,parity</InnerKey>
  220. <PathID>1</PathID>
  221. </AttributeInfo>
  222. <AttributeInfo>
  223. <AttributeKey>stopbits</AttributeKey>
  224. <AttributeDescripition>
  225. <Type>int</Type>
  226. <Access>RW</Access>
  227. <RangeMin>0</RangeMin>
  228. <RangeMax>2</RangeMax>
  229. <ListNum>0</ListNum>
  230. <ListInfo>
  231. <List/>
  232. </ListInfo>
  233. <Required>FALSE</Required>
  234. <DefaultValue>2</DefaultValue>
  235. </AttributeDescripition>
  236. <InnerKey>connections,GEN,stopbits</InnerKey>
  237. <PathID>1</PathID>
  238. </AttributeInfo>
  239. <AttributeInfo>
  240. <AttributeKey>WSTable</AttributeKey>
  241. <AttributeDescripition>
  242. <Type>int</Type>
  243. <Access>RW</Access>
  244. <RangeMin>0</RangeMin>
  245. <RangeMax>100</RangeMax>
  246. <ListNum>8</ListNum>
  247. <ListInfo>
  248. <List>1</List>
  249. <List>2</List>
  250. <List>3</List>
  251. <List>4</List>
  252. <List>5</List>
  253. <List>6</List>
  254. <List>7</List>
  255. <List>8</List>
  256. </ListInfo>
  257. <Required>FALSE</Required>
  258. <DefaultValue>1</DefaultValue>
  259. </AttributeDescripition>
  260. <InnerKey>WSTable</InnerKey>
  261. <PathID>1</PathID>
  262. </AttributeInfo>
  263. <AttributeInfo>
  264. <AttributeKey>WSWall</AttributeKey>
  265. <AttributeDescripition>
  266. <Type>int</Type>
  267. <Access>RW</Access>
  268. <RangeMin>0</RangeMin>
  269. <RangeMax>100</RangeMax>
  270. <ListNum>8</ListNum>
  271. <ListInfo>
  272. <List>1</List>
  273. <List>2</List>
  274. <List>3</List>
  275. <List>4</List>
  276. <List>5</List>
  277. <List>6</List>
  278. <List>7</List>
  279. <List>8</List>
  280. </ListInfo>
  281. <Required>FALSE</Required>
  282. <DefaultValue>1</DefaultValue>
  283. </AttributeDescripition>
  284. <InnerKey>WSWall</InnerKey>
  285. <PathID>1</PathID>
  286. </AttributeInfo>
  287. <AttributeInfo>
  288. <AttributeKey>WSFree</AttributeKey>
  289. <AttributeDescripition>
  290. <Type>int</Type>
  291. <Access>RW</Access>
  292. <RangeMin>0</RangeMin>
  293. <RangeMax>100</RangeMax>
  294. <ListNum>8</ListNum>
  295. <ListInfo>
  296. <List>1</List>
  297. <List>2</List>
  298. <List>3</List>
  299. <List>4</List>
  300. <List>5</List>
  301. <List>6</List>
  302. <List>7</List>
  303. <List>8</List>
  304. </ListInfo>
  305. <Required>FALSE</Required>
  306. <DefaultValue>3</DefaultValue>
  307. </AttributeDescripition>
  308. <InnerKey>WSFree</InnerKey>
  309. <PathID>1</PathID>
  310. </AttributeInfo>
  311. <AttributeInfo>
  312. <AttributeKey>WSTomo</AttributeKey>
  313. <AttributeDescripition>
  314. <Type>int</Type>
  315. <Access>RW</Access>
  316. <RangeMin>0</RangeMin>
  317. <RangeMax>100</RangeMax>
  318. <ListNum>8</ListNum>
  319. <ListInfo>
  320. <List>1</List>
  321. <List>2</List>
  322. <List>3</List>
  323. <List>4</List>
  324. <List>5</List>
  325. <List>6</List>
  326. <List>7</List>
  327. <List>8</List>
  328. </ListInfo>
  329. <Required>FALSE</Required>
  330. <DefaultValue>3</DefaultValue>
  331. </AttributeDescripition>
  332. <InnerKey>WSTomo</InnerKey>
  333. <PathID>1</PathID>
  334. </AttributeInfo>
  335. <AttributeInfo>
  336. <AttributeKey>WSConventional</AttributeKey>
  337. <AttributeDescripition>
  338. <Type>int</Type>
  339. <Access>RW</Access>
  340. <RangeMin>0</RangeMin>
  341. <RangeMax>100</RangeMax>
  342. <ListNum>8</ListNum>
  343. <ListInfo>
  344. <List>1</List>
  345. <List>2</List>
  346. <List>3</List>
  347. <List>4</List>
  348. <List>5</List>
  349. <List>6</List>
  350. <List>7</List>
  351. <List>8</List>
  352. </ListInfo>
  353. <Required>FALSE</Required>
  354. <DefaultValue>3</DefaultValue>
  355. </AttributeDescripition>
  356. <InnerKey>WSConventional</InnerKey>
  357. <PathID>1</PathID>
  358. </AttributeInfo>
  359. <AttributeInfo>
  360. <AttributeKey>SYNTable</AttributeKey>
  361. <AttributeDescripition>
  362. <Type>int</Type>
  363. <Access>RW</Access>
  364. <RangeMin>0</RangeMin>
  365. <RangeMax>100</RangeMax>
  366. <ListNum>2</ListNum>
  367. <ListInfo>
  368. <List>1</List>
  369. <List>2</List>
  370. </ListInfo>
  371. <Required>FALSE</Required>
  372. <DefaultValue>1</DefaultValue>
  373. </AttributeDescripition>
  374. <InnerKey>SYNTable</InnerKey>
  375. <PathID>1</PathID>
  376. </AttributeInfo>
  377. <AttributeInfo>
  378. <AttributeKey>SYNWall</AttributeKey>
  379. <AttributeDescripition>
  380. <Type>int</Type>
  381. <Access>RW</Access>
  382. <RangeMin>0</RangeMin>
  383. <RangeMax>100</RangeMax>
  384. <ListNum>2</ListNum>
  385. <ListInfo>
  386. <List>1</List>
  387. <List>2</List>
  388. </ListInfo>
  389. <Required>FALSE</Required>
  390. <DefaultValue>1</DefaultValue>
  391. </AttributeDescripition>
  392. <InnerKey>SYNWall</InnerKey>
  393. <PathID>1</PathID>
  394. </AttributeInfo>
  395. <AttributeInfo>
  396. <AttributeKey>SYNFree</AttributeKey>
  397. <AttributeDescripition>
  398. <Type>int</Type>
  399. <Access>RW</Access>
  400. <RangeMin>0</RangeMin>
  401. <RangeMax>100</RangeMax>
  402. <ListNum>2</ListNum>
  403. <ListInfo>
  404. <List>1</List>
  405. <List>2</List>
  406. </ListInfo>
  407. <Required>FALSE</Required>
  408. <DefaultValue>1</DefaultValue>
  409. </AttributeDescripition>
  410. <InnerKey>SYNFree</InnerKey>
  411. <PathID>1</PathID>
  412. </AttributeInfo>
  413. <AttributeInfo>
  414. <AttributeKey>SYNTomo</AttributeKey>
  415. <AttributeDescripition>
  416. <Type>int</Type>
  417. <Access>RW</Access>
  418. <RangeMin>0</RangeMin>
  419. <RangeMax>100</RangeMax>
  420. <ListNum>2</ListNum>
  421. <ListInfo>
  422. <List>1</List>
  423. <List>2</List>
  424. </ListInfo>
  425. <Required>FALSE</Required>
  426. <DefaultValue>1</DefaultValue>
  427. </AttributeDescripition>
  428. <InnerKey>SYNTomo</InnerKey>
  429. <PathID>1</PathID>
  430. </AttributeInfo>
  431. <AttributeInfo>
  432. <AttributeKey>SYNConventional</AttributeKey>
  433. <AttributeDescripition>
  434. <Type>int</Type>
  435. <Access>RW</Access>
  436. <RangeMin>0</RangeMin>
  437. <RangeMax>1</RangeMax>
  438. <ListNum>2</ListNum>
  439. <ListInfo>
  440. <List>1</List>
  441. <List>2</List>
  442. </ListInfo>
  443. <Required>FALSE</Required>
  444. <DefaultValue>1</DefaultValue>
  445. </AttributeDescripition>
  446. <InnerKey>SYNConventional</InnerKey>
  447. <PathID>1</PathID>
  448. </AttributeInfo>
  449. <AttributeInfo>
  450. <AttributeKey>ConsoleRole</AttributeKey>
  451. <AttributeDescripition>
  452. <Type>int</Type>
  453. <Access>RW</Access>
  454. <RangeMin>0</RangeMin>
  455. <RangeMax>9</RangeMax>
  456. <ListNum>3</ListNum>
  457. <ListInfo>
  458. <List>1</List>
  459. <List>2</List>
  460. <List>3</List>
  461. </ListInfo>
  462. <Required>FALSE</Required>
  463. <DefaultValue>1</DefaultValue>
  464. </AttributeDescripition>
  465. <InnerKey>ConsoleRole</InnerKey>
  466. <PathID>1</PathID>
  467. </AttributeInfo>
  468. </ConfigToolInfo>
  469. </CONFIGURATION>