11RS-232 and Telnet Command Set / Protocol Specification5. Responses and Warning MessagesIf unsolicited feedback is enabled, the following warning messages will be transmittedunder the conditions outlined in their description.5.1 OUTLET STATUS CHANGE5.1.1 Condition: Outlet or trigger output changes (on/off) state.5.1.2 Message: $OUTLETn = statusn = { 1..8 }status = { ON, OFF }5.2 TRIGGER STATUS CHANGE5.2.1 Condition: When either front panel button or input trigger status changes, astatus message is sent to the controller.5.2.2 Message: For BUTTON_1 press: $BUTTON_1 = TRIGGEREDFor BUTTON_2 press: $BUTTON_2 = TRIGGEREDIf input trigger is switched ON: $TRIGIN = ONIf trigger input is switched OFF: $TRIGIN = OFFIf Green mode is switched ON: $GREEN MODE = ONIf Green mode is switched OFF: $GREEN MODE = OFF5.3 OVERVOLTAGE5.3.1 Condition: Input voltage rises above the overvoltage threshold.5.3.2 Message: $PWR = OVERVOLTAGE5.4 UNDERVOLTAGE5.4.1 Condition: Input voltage falls below the undervoltage threshold.5.4.2 Message: $PWR = UNDERVOLTAGE5.5 RECOVERY5.5.1 Condition: Input voltage falls within safe operating range following an over-voltage or under-voltage condition.5.5.2 Message: $PWR = RECOVERY5.6 NORMAL5.6.1 Condition: Upon leaving the recovery mode following an over-voltage orunder-voltage condition.5.6.2 Message: $PWR = NORMAL5.7 FAULT STATUS5.7.1 Condition: When the breaker changes status, a message will be sentindicating the status of the indicator.5.7.2 Message: $BREAKER = status5.7.3 Condition: When a wire fault is detected a message will be sent to indicatethe status of the indicator.5.7.4 Message: $WIRE FAULT = status5.7.5 Condition: When the temperature exceeds the upper safe operating limit, amessage will be sent.5.7.6 Message: $TEMPERATURE = statusstatus = { FAULT, OK }4.5 VOLTAGERequest line voltage.4.5.1 Query: ?VOLTAGE4.5.2 Response: $VOLTAGE = xxxwhere xxx is the input line voltage expressed in decimalformat.$VOLTAGE = 924.6 CURRENTRequest the input current draw.4.6.1 Query: ?CURRENT4.6.2 Response: $CURRENT = xxxwhere xxx is the input current expressed in decimal format.For example, a current of 3.3A would be expressed as:$CURRENT = 334.7 HELPRequest a list of all commands and queries.4.7.1 Query: ?HELP4.7.2 Response: Transmit a listing of all commands and queries.4.8 LIST CONFIGURATIONRequest a list of all configurable parameters and current settings.4.8.1 Query: ?LIST_CONFIG4.8.2 Response: $TRIGGER FOR 1 = triggersource$TRIGGER FOR 2 = triggersource$TRIGGER FOR 3 = triggersource$TRIGGER FOR 4 = triggersource$TRIGGER FOR 5 = triggersource$TRIGGER FOR 6 = triggersource$TRIGGER FOR 7 = triggersource$TRIGGER FOR 8 = triggersource$DELAY FOR 1 = ondelay, offdelay$DELAY FOR 2 = ondelay, offdelay$DELAY FOR 3 = ondelay, offdelay$DELAY FOR 4 = ondelay, offdelay$DELAY FOR 5 = ondelay, offdelay$DELAY FOR 6 = ondelay, offdelay$DELAY FOR 7 = ondelay, offdelay$DELAY FOR 8 = ondelay, offdelay$FEEDBACK = fb$LINEFEED = lf$PROFILE = n$REBOOT_DELAY1 = offdelay$REBOOT_DELAY2 = offdelaytriggersource = { NONE, BUTTON_1, BUTTON_2, TRIGIN}ondelay = { 0-255 } (seconds)offdelay = { 0-255 } (seconds) 0 = Always onfb = {ON, OFF}lf = {ON, OFF}n = {1,2,3,4}