DiosCtrlBoxdrv.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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>DIOSMachinery</MajorID>
  26. <MinorID>Driver</MinorID>
  27. <VendorID>E-COM</VendorID>
  28. <ProductID>Machinery</ProductID>
  29. <SerialID>1234</SerialID>
  30. <GUID>{515D79B6-9243-4d9a-8F01-88183B9BCC07}</GUID>
  31. <BusId>DevMachinery</BusId>
  32. <connections>
  33. <GEN>
  34. <type>COM</type>
  35. <port>COM3</port>
  36. <baudrate>19200</baudrate>
  37. <bytesize>8</bytesize>
  38. <parity>0</parity>
  39. <stopbits>0</stopbits>
  40. </GEN>
  41. </connections>
  42. <!--dpc-->
  43. <driver>%ROOT%\NewModelDPCX64.dll</driver>
  44. <oemdriver>%ROOT%\MachineryECOM\DIOS.Dev.Machinery.Driver.ECOMX64.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>1</IsDemo>
  60. <LoadDll>MachECOM\DIOS.Dev.Machinery.Driver.ECOMX64.dll</LoadDll>
  61. <SystemType>3DDR</SystemType>
  62. </CONFIGURATION>