1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" encoding="utf-8"?>
- <CONFIGURATION>
- <!--ProcType,MFC/API.default is API-->
- <ProcType>API</ProcType>
- <!--Console,ON/OFF.default is On-->
- <Console>ON</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>
- <!--1:Try Reconnect,0:not try-->
- <ReConnect>1</ReConnect>
- <!--N sec:ReTry connect after last try connect-->
- <ReConnectTimePeriod>10</ReConnectTimePeriod>
-
- <!--N sec:HeartBeatTimePeriod after connect-->
- <HeartBeatTimePeriod>10</HeartBeatTimePeriod>
-
- <MajorID>Generator</MajorID>
- <MinorID>Dr</MinorID>
- <VendorID>IMD</VendorID>
- <ProductID>HF</ProductID>
- <SerialID>1234</SerialID>
- <GUID>{18FDF176-DECE-445F-A52C-A14BDD3AC2C1}</GUID>
- <BusId>DevIMD</BusId>
- <connections>
- <GEN>
- <type>COM</type>
- <port>COM6</port>
- <baudrate>19200</baudrate>
- <bytesize>8</bytesize>
- <parity>0</parity>
- <stopbits>2</stopbits>
- </GEN>
- </connections>
- <!--dpc-->
- <driver>%ROOT%\NewModelDPCX64.dll</driver>
- <oemdriver>%ROOT%\OEMDrivers\Generator\IMD\CCOS.Dev.Generator.IMD64.dll</oemdriver>
- <!--configuration path,the context format is defined seperately in it's own ways -->
- <!--pass drvresource to DPC::DpcEntry-->
- <WSTable>1</WSTable>
- <WSWall>1</WSWall>
- <WSFree>3</WSFree>
- <WSTomo>3</WSTomo>
- <WSConventional>3</WSConventional>
- <SYNTable>0</SYNTable>
- <SYNWall>0</SYNWall>
- <SYNFree>0</SYNFree>
- <SYNTomo>0</SYNTomo>
- <SYNConventional>0</SYNConventional>
- <ConsoleRole>0</ConsoleRole>
- <IsConnect>0</IsConnect>
- <IsDemo>0</IsDemo>
- <LoadDll>CCOS.Dev.Generator.IMD64.dll</LoadDll>
-
- <!--customer define-->
- <KVP_min>40</KVP_min>
- <KVP_max>150</KVP_max>
- <mA_BigFocus>100,125,160,200,250,320,400,500,630,800,1000,1250,1600,2000,2500,3200,4000,5000,6300</mA_BigFocus>
- <mA_SmallFocus>100,125,160,200,250,320,400,500,630,800,1000,1250,1600,2000,2500,3200</mA_SmallFocus>
- <MS>10,12.5,16,20,25,32,40,50,63,80,100,125,160,200,250,320,400,500,630,800,1000,1250,1600,2000,2500,3200,4000,5000,6300,8000,10000,12500,16000,20000,25000,32000,40000,50000,63000,80000,100000</MS>
- <MAS>4,5,6.3,8,10,12.5,16,20,25,32,40,50,63,80,100,125,160,200,250,320,400,500,630,800,1000,1250,1600,2000,2500,3200,4000,5000,6300,8000,10000</MAS>
-
- </CONFIGURATION>
|