Owner's manual

Galaxy Pulsar Edge Power System Controller
Issue 3 October 2011 167
Description
This command reports the value of the measurement, configuration, or control parameters in
the system. A couple examples are listed below to illustrate how this command works.
sta dc1,vdcReport plant voltage
sta dc1,adcReport plant load current
The command line would respond as follows for first command listed above.
* sta dc1,vdc
:DC1
VDC=-52.48
.
* _
The “* ” in the example above is the user command line prompt. The line “:DC1” indicates
that the information that follows is for the plant object. The line starting with “VDC” identifies
the DC voltage. The “.” line is the end-of-command identifier.
sum
Report Statistics
Syntax:
sum obj,attr
where: obj,attr is an object-attribute pair defined by the following:
sum dc1,adcReport plant load current statistics
sum br1,hbtReport highest battery temperature statistics
sum br1,amtReport ambient temperature statistics
Description
This command reports the highest hourly a averages, highest hourly maximum, and the highest
hourly minimum statistics for plant load and highest battery temperature. The following is an
example of a command response:
* sum dc1,adc
:DC1 ADC
HHI=
30-MAY-03,12:03:00,127.3
14-FEB-03,11:15:37,126.9
24-DEC-03,02:30:13,126.2
LHI=
29-MAR-03,10:43:00,120.0
04-APR-03,11:15:53,121.1
21-SEP-03,07:13:10,124.3
HHA=
03-JAN-03,12:00:00,127.0
18-APR-03,11:00:00,126.5
21-OCT-03,02:00:00,126.1
.
*
The line “:DC1 ADC” indicates that the information that follows is for the plant load current.
The “HHI=” indicates highest hourly instantaneous reading. The “LHI=” indicates highest
hourly instantaneous reading. The “HHA=” indicates highest hourly average reading. The “.”