123456789101112131415161718192021222324252627282930313233 |
- <?xml version="1.0" encoding="utf-8"?>
- <PowerSupplierConfig>
- <PowerSupplierDeviceConfig Name="Power1" IpAddress="127.0.0.1" Port="820" Type="0" SendTimeout="2000" RecvTimeout="2000">
- <Device Name="Power1-1" Address="1"
- VoltageUnitSetScale ="1000"
- VoltageUnitScale="100"
- HighGradeCurrentSetScale="1000"
- HighGradeCurrentScale="1000"
- MiddleGradeCurrentSetScale="100000"
- MiddleGradeCurrentScale="100000"
- LowGradeCurrentSetScale="1000000"
- LowGradeCurrentScale="1000000"
- />
- </PowerSupplierDeviceConfig>
- <PowerSupplierDeviceConfig Name="Power2" IpAddress="127.0.0.1" Port="821" Type="0" SendTimeout="2000" RecvTimeout="2000">
- <Device Name="Power2-1" Address="1" VoltageUnitSetScale ="1000" UnitSetScale="1000000" UnitScale="1000000" VoltageUnitScale="10000"/>
- </PowerSupplierDeviceConfig>
- <PowerSupplierDeviceConfig Name="Power3" IpAddress="192.168.0.200" Port="20" Type="0" SendTimeout="2000" RecvTimeout="2000">
- <Device Name="Power3-1" Address="1"
- VoltageUnitSetScale ="1000"
- VoltageUnitScale="100"
- HighGradeCurrentSetScale="1000"
- HighGradeCurrentScale="1000"
- MiddleGradeCurrentSetScale="100000"
- MiddleGradeCurrentScale="100000"
- LowGradeCurrentSetScale="1000000"
- LowGradeCurrentScale="1000000"
- />
- </PowerSupplierDeviceConfig>
- <PowerSupplierDeviceConfig Name="Power4" IpAddress="127.0.0.1" Port="823" Type="0" SendTimeout="2000" RecvTimeout="2000">
- <Device Name="Power4-1" Address="1" VoltageUnitSetScale ="1000" UnitSetScale="1000" UnitScale="10000" VoltageUnitScale="10000"/>
- </PowerSupplierDeviceConfig>
- </PowerSupplierConfig>
|