PowerSupplierCfg-Simulator.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <PowerSupplierConfig>
  3. <PowerSupplierDeviceConfig Name="Power1" IpAddress="127.0.0.1" Port="820" Type="0" SendTimeout="2000" RecvTimeout="2000">
  4. <Device Name="Power1-1" Address="1"
  5. VoltageUnitSetScale ="1000"
  6. VoltageUnitScale="100"
  7. HighGradeCurrentSetScale="1000"
  8. HighGradeCurrentScale="1000"
  9. MiddleGradeCurrentSetScale="100000"
  10. MiddleGradeCurrentScale="100000"
  11. LowGradeCurrentSetScale="1000000"
  12. LowGradeCurrentScale="1000000"
  13. />
  14. </PowerSupplierDeviceConfig>
  15. <PowerSupplierDeviceConfig Name="Power2" IpAddress="127.0.0.1" Port="821" Type="0" SendTimeout="2000" RecvTimeout="2000">
  16. <Device Name="Power2-1" Address="1" VoltageUnitSetScale ="1000" UnitSetScale="1000000" UnitScale="1000000" VoltageUnitScale="10000"/>
  17. </PowerSupplierDeviceConfig>
  18. <PowerSupplierDeviceConfig Name="Power3" IpAddress="192.168.0.200" Port="20" Type="0" SendTimeout="2000" RecvTimeout="2000">
  19. <Device Name="Power3-1" Address="1"
  20. VoltageUnitSetScale ="1000"
  21. VoltageUnitScale="100"
  22. HighGradeCurrentSetScale="1000"
  23. HighGradeCurrentScale="1000"
  24. MiddleGradeCurrentSetScale="100000"
  25. MiddleGradeCurrentScale="100000"
  26. LowGradeCurrentSetScale="1000000"
  27. LowGradeCurrentScale="1000000"
  28. />
  29. </PowerSupplierDeviceConfig>
  30. <PowerSupplierDeviceConfig Name="Power4" IpAddress="127.0.0.1" Port="823" Type="0" SendTimeout="2000" RecvTimeout="2000">
  31. <Device Name="Power4-1" Address="1" VoltageUnitSetScale ="1000" UnitSetScale="1000" UnitScale="10000" VoltageUnitScale="10000"/>
  32. </PowerSupplierDeviceConfig>
  33. </PowerSupplierConfig>