12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" encoding="utf-8"?>
- <CONFIGURATION>
- <!--ProcType,MFC/API.default is API-->
- <ProcType>API</ProcType>
- <!--Console,ON/OFF.default is On-->
- <Console>OFF</Console>
- <!--64,32.default is 32-->
- <Arch>64</Arch>
- <!--AutoLoad,ON/OFF.default is OFF-->
- <AutoLoad>OFF</AutoLoad>
- <!--0:do nothing,1:load with system,2:load later.default is 0-->
- <StartType>2</StartType>
- <!--PROCESS:load driver in a new process,MODULE:load driver in same process.default is Process-->
- <LoadType>MODULE</LoadType>
- <!--standalone,lead,subsystem,device-->
- <DRVTYPE>device</DRVTYPE>
- <!--1:TRACE,2:DEBUG,3:INFO,4:WARN,5:ERROR,6:FATAL-->
- <LOGLEVEL>1</LOGLEVEL>
- <MajorID>Mechanical</MajorID>
- <MinorID>Dr</MinorID>
- <VendorID>ECOM</VendorID>
- <ProductID>WDMAMMOCAN</ProductID>
- <SerialID>1234</SerialID>
- <GUID>{66888A95-CDBE-6CA6-B53F-86185E4B9C88}</GUID>
- <BusId>DevMech</BusId>
-
- <!--1:Try Reconnect,0:not try-->
- <ReConnect>1</ReConnect>
- <!--N sec:ReTry connect after last try connect-->
- <ReConnectTimePeriod>1</ReConnectTimePeriod>
- <HeartBeatTimePeriod>5</HeartBeatTimePeriod>
- <connections>
- <GEN>
- <type>COM</type>
- <port>COM6</port>
- <baudrate>19200</baudrate>
- <bytesize>8</bytesize>
- <parity>0</parity>
- <stopbits>0</stopbits>
- </GEN>
- </connections>
- <!--dpc-->
- <driver>%ROOT%\OEMDrivers\Mechanical\DemoMachine\DemoMachineX64.dll</driver>
- <WSTable>2</WSTable>
- <WSWall>3</WSWall>
- <WSFree>2</WSFree>
- <WSTomo>3</WSTomo>
- <WSConventional>2</WSConventional>
- <SYNTable>0</SYNTable>
- <SYNWall>0</SYNWall>
- <SYNFree>0</SYNFree>
- <SYNTomo>0</SYNTomo>
- <SYNConventional>0</SYNConventional>
- <ConsoleRole>0</ConsoleRole>
- <IsConnect>0</IsConnect>
- <MechType>1</MechType><!--0:TOMOMech,1:StichMech,2:MammoMech-->
- </CONFIGURATION>
|