Displaying 1 result from an estimated 1 matches for "convert_deci".
2011 Nov 08
0
mge-xml.c voltage conversion problem
...nt: 0.2
input.L3-L1.voltage: 5.0
input.L3.current: 0.2
outlet.desc: Master
outlet.switchable: yes
output.frequency: 50.0"
output.L1-L2.voltage: 23.1
output.L1-N.voltage: 0
output.L1.current: 0.0
[...]
Checking mge-xml.c I found that several values read from network
socket are divided by 10 by convert_deci() function:
"UPS.PowerConverter.Input[1].Phase[11].Voltage"
"UPS.PowerConverter.Input[1].Phase[22].Voltage"
"UPS.PowerConverter.Input[1].Phase[33].Voltage"
"UPS.PowerConverter.Input[1].Phase[1].Current"
"UPS.PowerConverter.Input[1].Phase[2].Current"...