MechinaDemo.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. <MajorID>Mechanical</MajorID>
  20. <MinorID>Dr</MinorID>
  21. <VendorID>ECOM</VendorID>
  22. <ProductID>DEMO</ProductID>
  23. <SerialID>1234</SerialID>
  24. <GUID>{66888A95-CDBE-6CA6-B53F-86185E4B9C88}</GUID>
  25. <BusId>DevMech</BusId>
  26. <!--1:Try Reconnect,0:not try-->
  27. <ReConnect>1</ReConnect>
  28. <!--N sec:ReTry connect after last try connect-->
  29. <ReConnectTimePeriod>1</ReConnectTimePeriod>
  30. <HeartBeatTimePeriod>5</HeartBeatTimePeriod>
  31. <connections>
  32. <GEN>
  33. <type>COM</type>
  34. <port>COM6</port>
  35. <baudrate>19200</baudrate>
  36. <bytesize>8</bytesize>
  37. <parity>0</parity>
  38. <stopbits>0</stopbits>
  39. </GEN>
  40. </connections>
  41. <!--dpc-->
  42. <driver>%ROOT%\OEMDrivers\Mechanical\DemoMachine\DemoMachineX64.dll</driver>
  43. <WSTable>2</WSTable>
  44. <WSWall>3</WSWall>
  45. <WSFree>2</WSFree>
  46. <WSTomo>3</WSTomo>
  47. <WSConventional>2</WSConventional>
  48. <SYNTable>0</SYNTable>
  49. <SYNWall>0</SYNWall>
  50. <SYNFree>0</SYNFree>
  51. <SYNTomo>0</SYNTomo>
  52. <SYNConventional>0</SYNConventional>
  53. <ConsoleRole>0</ConsoleRole>
  54. <IsConnect>0</IsConnect>
  55. <MechType>1</MechType><!--0:TOMOMech,1:StichMech,2:MammoMech-->
  56. </CONFIGURATION>