IMDMG.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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>ON</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:Try Reconnect,0:not try-->
  20. <ReConnect>1</ReConnect>
  21. <!--N sec:ReTry connect after last try connect-->
  22. <ReConnectTimePeriod>10</ReConnectTimePeriod>
  23. <!--N sec:HeartBeatTimePeriod after connect-->
  24. <HeartBeatTimePeriod>10</HeartBeatTimePeriod>
  25. <MajorID>Generator</MajorID>
  26. <MinorID>Dr</MinorID>
  27. <VendorID>IMD</VendorID>
  28. <ProductID>HF</ProductID>
  29. <SerialID>1234</SerialID>
  30. <GUID>{18FDF176-DECE-445F-A52C-A14BDD3AC2C1}</GUID>
  31. <BusId>DevIMD</BusId>
  32. <connections>
  33. <GEN>
  34. <type>COM</type>
  35. <port>COM6</port>
  36. <baudrate>19200</baudrate>
  37. <bytesize>8</bytesize>
  38. <parity>0</parity>
  39. <stopbits>2</stopbits>
  40. </GEN>
  41. </connections>
  42. <!--dpc-->
  43. <driver>%ROOT%\NewModelDPCX64.dll</driver>
  44. <oemdriver>%ROOT%\OEMDrivers\Generator\IMD\CCOS.Dev.Generator.IMD64.dll</oemdriver>
  45. <!--configuration path,the context format is defined seperately in it's own ways -->
  46. <!--pass drvresource to DPC::DpcEntry-->
  47. <WSTable>1</WSTable>
  48. <WSWall>1</WSWall>
  49. <WSFree>3</WSFree>
  50. <WSTomo>3</WSTomo>
  51. <WSConventional>3</WSConventional>
  52. <SYNTable>0</SYNTable>
  53. <SYNWall>0</SYNWall>
  54. <SYNFree>0</SYNFree>
  55. <SYNTomo>0</SYNTomo>
  56. <SYNConventional>0</SYNConventional>
  57. <ConsoleRole>0</ConsoleRole>
  58. <IsConnect>0</IsConnect>
  59. <IsDemo>0</IsDemo>
  60. <LoadDll>CCOS.Dev.Generator.IMD64.dll</LoadDll>
  61. <!--customer define-->
  62. <SMK>7</SMK>
  63. <DSN>1</DSN>
  64. </CONFIGURATION>