Monitoring Select Ultra Lightweight Series UPS and Frequency Converters via SNMP

SNMP Overview

Simple Network Management Protocol (SNMP) is an application layer protocol for exchanging management information between network devices. It is a part of the Transmission Control Protocol / Internet Protocol (TCP/IP) protocol.

SNMP is one of the widely accepted protocols used to manage network elements.

A basic SNMP network consists of the following components

1. SNMP Manager: This is one or more administrative computers that monitors or manages single or multiple devices on the network. This is also known as Network Management Station (NMS), and it sends out queries to gather information about status, configuration and performance of external network devices.

2. SNMP Managed Device: A managed device also known as Network Element is an equipment or part of network that requires some form of monitoring and management, e.g. Managed Device could be Server, Router, Printer, UPS, etc.

3. SNMP Agent: An SNMP Agent is a software program that resides on the Managed Device. This Agent collects the Management Information from the device locally and makes it available to the SNMP Manager on request.

4. Management Information Base (MIB): The MIB defines what information is offered by the Managed Device. This is a commonly shared data or information between SNMP Agent and Device. MIB files can be considered as set of questions that the SNMP Manager can ask the Agent. MIB is a collection of information that is organized hierarchically.

A managed object also known as MIB object or an object is one of any number of specific characteristics of a managed device.

An object identifier or object ID uniquely identifies a managed object in the MIB hierarchy.

SNMP Commands:

The Information between the SNMP Manager & SNMP Device is exchanged through a set of the following commands

1. GET: The GET operation is a request sent by the Manager to the managed Device. It is performed to retrieve one or more object instances from an agent.

2. GET NEXT: The GET NEXT operation is similar to GET operation. It is performed to retrieve the value of next object instance in a table or list within an agent.

3. SET: The SET operation is used by NMS Manager to modify or assign a value of object instances within an agent.

4. TRAPS: The TRAPS are signals sent by Managed Devices to Manager on occurrence of an event in the Managed Device.

Nova Ultra Lightweight Series Units

Nova GRSLPFC UPS and select GLFCPFC Converters are provided with 10/100 Base T with RJ-45, TCP/IP Ethernet connector.

These units can be monitored using Web Browser or SNMP

Monitoring Unit with Web Browser:

Nova GRSLPFC UPS and select GLFCPFC Converters can be monitored using a web browser by entering IP address of the unit in the navigational bar of the web browser, for example http://192.168.10.10

Following is a list of parameters and alarms that can be monitored.
The graphical presentation can be different in different web browsers.

Unit Status:

Name

UPS Status

Remark

Utility

OK

Utility power is available and Normal

Fault

Utility power is Off or Failure

Inverter

OK

Inverter of the unit is running OK

Fault

Inverter of the unit has Failure

Load

OK

Load is Normal

Fault

Unit is experiencing an overload situation

Battery

OK

Battery power is available and is Normal

Fault

Battery power is Off or Failed

OV Temp Inv

OK

Inverter Module Temperature is OK

Fault

Unit shut down due to Over Temperature of Inverter

Load on Util

OK

Load is powered from the Utility

Fault

Load is powered from the Battery

OV Temp

OK

Unit Temperature is Normal

Fault

Unit is running at high temperature

Logic Fault

OK

Unit’s Internal Logic circuit is working Normal

Fault

Unit’s Internal Logic circuit is having problem

Notes:

1. This feature is optional. Units configured with Bypass option will report status as Inverter or Utility. Units without this option will report Inverter only.

2. Parameters shown are for typical 120VAC 60Hz configuration. Parameters vary based on actual voltage and frequency of the unit – consult your schematic for details.

Instructions to set up the IP address:

Note: The unit is shipped from factory with default IP Address 192.168.10.10

1. IPSetup a Win32 program utility is used to configure IP Address settings of a GRSL Unit.
Copy IPSetup program on C Drive of a computer. This computer should be on the same network as the Unit.

2. Power ON the Unit.

3. On the computer Click Start > Run > IPSetup.Exe

4. IPSetup program will automatically identify all the Units on the network.

5. Select the Unit that you want to setup from the list (i.e. the “Select a Unit” box). The default IP Address, IP Mask, and IP Gateway will appear in their respective text boxes.

6. Modify the text box fields as needed. Click the Set button (in the center of the IPSetup window).

7. Selected UPS or FC will be programmed with the new IP address.

8. Close the IPSetup utility when you are finished programming.

Nova – MIB (for models equipped with v. 200202 control MIB):

NOVAELECTRIC DEFINITIONS ::= BEGIN

IMPORTS
enterprises, IpAddress
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
TRAP-TYPE
FROM RFC-1215
DisplayString
FROM RFC1213-MIB;

On-off ::= INTEGER {
off (0),
on (1)
}

novaelectric OBJECT IDENTIFIER ::= { enterprises 27358 }
product OBJECT IDENTIFIER ::= { novaelectric 1 }
setup OBJECT IDENTIFIER ::= { novaelectric 2 }
control OBJECT IDENTIFIER ::= { novaelectric 3 }

productname OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
“product name”
::= { product 1 }

productversion OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
“product version”
::= { product 2 }

versiondate OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
“version date”
::= { product 3 }

trapsTable OBJECT-TYPE
SYNTAX SEQUENCE OF TrapsEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
“trap table”
::= { setup 1 }

trapsEntry OBJECT-TYPE
SYNTAX TrapsEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
“Single trap entry containing trap receiver info.”
INDEX { trapReceiverNumber }
::= { trapsTable 1 }

TrapsEntry ::= SEQUENCE {
trapReceiverNumber
INTEGER,
trapEnabled
INTEGER,
trapReceiverIPAddress
IpAddress,
trapCommunity
DisplayString
}

trapReceiverNumber OBJECT-TYPE
SYNTAX INTEGER (0..4)
ACCESS read-only
STATUS mandatory
DESCRIPTION
“Index of trap receiver”
::= { trapsEntry 1 }

trapEnabled OBJECT-TYPE
SYNTAX INTEGER {
no (0),
yes (1)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
“Indicates if this trap entry is enabled or not.”
::= { trapsEntry 2 }

trapReceiverIPAddress OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-write
STATUS mandatory
DESCRIPTION
“Trap receiver IP address”
::= { trapsEntry 3 }

trapCommunity OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..6))
ACCESS read-write
STATUS mandatory
DESCRIPTION
“trap community to be used by agent to send trap”
::= { trapsEntry 4 }

systemname OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..30))
ACCESS read-write
STATUS mandatory
DESCRIPTION
“system name”
::= { control 1 }

systemcontact OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..30))
ACCESS read-write
STATUS mandatory
DESCRIPTION
“system contact”
::= { control 2 }

systemlocation OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..30))
ACCESS read-write
STATUS mandatory
DESCRIPTION
“system location”
::= { control 3 }

systemtesttrap OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“system test trap”
::= { control 4 }

systemruntime OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..16))
ACCESS read-only
STATUS mandatory
DESCRIPTION
“system run time”
::= { control 5 }

systemtemperature OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..8))
ACCESS read-only
STATUS mandatory
DESCRIPTION
“system temperature deg C”
::= { control 6 }

softwareversion OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..8))
ACCESS read-only
STATUS mandatory
DESCRIPTION
“software version”
::= { control 7 }

acinmode OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power mode 2-single ph, 3-delta, 4-wye”
::= { control 8 }

acinph1vtype OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power ph1 type label 2-VLN, 3-VAB, 4-VAN”
::= { control 9 }

acinph1voltage OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power ph1 voltage 10X”
::= { control 10 }

acinph2vtype OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power ph2 type label 3-VBC, 4-VBN”
::= { control 11 }

acinph2voltage OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power ph2 voltage 10X”
::= { control 12 }

acinph3vtype OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power ph3 type label 3-VCA, 4-VCN”
::= { control 13 }

acinph3voltage OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power ph3 voltage 10X”
::= { control 14 }

acinphacurrent OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power pha current 10X”
::= { control 15 }

acinphbcurrent OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power phb current 10X”
::= { control 16 }

acinphccurrent OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power phc current 10X”
::= { control 17 }

acinph1ftype OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power ph1 type label 2-FLN, 3-FAB, 4-FAN”
::= { control 18 }

acinph1frequency OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power ph1 frequency 10X”
::= { control 19 }

acinph1phaseangle OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power ph1 phase angle (not avail)”
::= { control 20 }

acinph2ftype OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power ph2 type label 3-FBC, 4-FBN”
::= { control 21 }

acinph2frequency OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power ph2 frequency 10X”
::= { control 22 }

acinph2phaseangle OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power ph2 phase angle (not avail)”
::= { control 23 }

acinph3ftype OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power ph3 type label 3-FCA, 4-FCN”
::= { control 24 }

acinph3frequency OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power ph3 frequency 10X”
::= { control 25 }

acinph3phaseangle OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power ph3 phase angle (not avail)”
::= { control 26 }

acinneutcurrent OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power neutral current 10X”
::= { control 27 }

acoutmode OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power mode 2-single ph, 3-delta, 4-wye”
::= { control 28 }

acoutph1vtype OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power ph1 type label 2-VLN, 3-VAB, 4-VAN”
::= { control 29 }

acoutph1voltage OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power ph1 voltage 10X”
::= { control 30 }

acoutph2vtype OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power ph2 type label 3-VBC, 4-VBN”
::= { control 31 }

acoutph2voltage OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power ph2 voltage 10X”
::= { control 32 }

acoutph3vtype OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power ph3 type label 3-VCA, 4-VCN”
::= { control 33 }

acoutph3voltage OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power ph3 voltage 10X”
::= { control 34 }

acoutphacurrent OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power pha current 10X”
::= { control 35 }

acoutphbcurrent OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power phb current 10X”
::= { control 36 }

acoutphccurrent OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power phc current 10X”
::= { control 37 }

acoutph1ftype OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power ph1 type label 2-FLN, 3-FAB, 4-FAN”
::= { control 38 }

acoutph1frequency OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power ph1 frequency 10X”
::= { control 39 }

acoutph1phaseangle OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power ph1 phase angle (not avail)”
::= { control 40 }

acoutph2ftype OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power ph2 type label 3-FBC, 4-FBN”
::= { control 41 }

acoutph2frequency OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power ph2 frequency 10X”
::= { control 42 }

acoutph2phaseangle OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power ph2 phase angle (not avail)”
::= { control 43 }

acoutph3ftype OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power ph3 type label 3-FCA, 4-FCN”
::= { control 44 }

acoutph3frequency OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power ph3 frequency 10X”
::= { control 45 }

acoutph3phaseangle OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power ph3 phase angle (not avail)”
::= { control 46 }

acoutneutcurrent OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power neutral current 10X”
::= { control 47 }

batteryvoltage OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“battery voltage 10X”
::= { control 48 }

batterychargeamps OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“battery charge amps 10X (not avail)”
::= { control 49 }

batterydischargeamps OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“battery discharge amps 10X (not avail)”
::= { control 50 }

batterytemperature OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“battery temperature degC 10X”
::= { control 51 }

systemok OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“system ok status bit 1-system ok, 0-system not ok”
::= { control 52 }

systemfault OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“system fault status bit 1-system fault present, 0-no system fault present”
::= { control 53 }

onbattery OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“on battery status bit 1-ups is on battery, 0-ups is not on battery”
::= { control 54 }

lowbattery OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“low battery status bit 1-battery voltage low, 0-battery voltage is normal”
::= { control 55 }

utilityoff OBJECT-TYPE
SYNTAX INTEGER {
off (0),
on (1)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
“utility off status bit 1-utility is off, 0-utility is on”
::= { control 56 }

utilityon OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“utility on status bit 1-utility is on, 0-utility is off”
::= { control 57 }

utilityfault OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“utility fault status bit 1-utility fault present, 0-utility fault not present”
::= { control 58 }

batteryconnected OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“battery connected status bit 1-battery connected, 0-battery disconnected”
::= { control 59 }

batterydisconnected OBJECT-TYPE
SYNTAX INTEGER {
off (0),
on (1)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
“battery disconnected status bit 1-battery disconnected, 0-battery connected”
::= { control 60 }

batteryfault OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“battery fault status bit 1-battery fault present, 0-battery fault not present”
::= { control 61 }

inverteron OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“inverter on status bit 1-inverter is on, 0-inverter is off”
::= { control 62 }

inverteroff OBJECT-TYPE
SYNTAX INTEGER {
off (0),
on (1)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
“inverter off status bit 1-inverter is off, 0-inverter is on”
::= { control 63 }

inverterfault OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“inverter fault status bit 1-inverter fault present, 0-inverter fault not present”
::= { control 64 }

chargeron OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“charger on status bit 1-charger is on, 0-charger is off”
::= { control 65 }

chargeroff OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“charger off status bit 1-charger is off, 0-charger is on”
::= { control 66 }

chargerfault OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“charger fault status bit 1-charger fault present, 0-charger fault not present”
::= { control 67 }

buzzerstatus OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“buzzer status bit 1-buzzer is on, 0-buzzer is off”
::= { control 68 }

buzzersilenceswitch OBJECT-TYPE
SYNTAX INTEGER {
off (0),
on (1)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
“buzzer silence control 1-buzzer silenced, 0-buzzer has normal operation”
::= { control 69 }

eposwitch OBJECT-TYPE
SYNTAX INTEGER {
off (0),
on (1)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
“epo switch control 1-epo is activated, 0-unit has normal operation”
::= { control 70 }

battleshortswitch OBJECT-TYPE
SYNTAX INTEGER {
off (0),
on (1)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
“battle short switch control 1-battle short is activated, 0-unit has normal operation”
::= { control 71 }

logicfault OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“logic fault status bit 1-logic fault present, 0-logic fault not present”
::= { control 72 }

temperaturefault OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“temperature fault status bit 1-temperature fault present, 0-temperature fault not present”
::= { control 73 }

clearfault OBJECT-TYPE
SYNTAX INTEGER {
off (0),
on (1)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
“clear fault control 1-all faults are cleared, 0-unit has normal operation”
::= { control 74 }

secondsonbattery OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“time in seconds that the inverter is on and the unit is on battery”
::= { control 75 }

statusword OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“status word (bit position determines individual status – non latched)”
::= { control 76 }

alarmword OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“alarm word (bit position determines individual alarm – non latched)”
::= { control 77 }

faultword OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“fault word (bit position determines individual fault – latched)”
::= { control 78 }

acinphapf OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power pha power factor 100X”
::= { control 79 }

acinphbpf OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power phb power factor 100X”
::= { control 80 }

acinphcpf OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“input power phc power factor 100X”
::= { control 81 }

acoutphapf OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power pha power factor 100X”
::= { control 82 }

acoutphbpf OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power phb power factor 100X”
::= { control 83 }

acoutphcpf OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“output power phc power factor 100X”
::= { control 84 }

auxsupplyvoltage OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
“aux supply voltage 10X”
::= { control 85 }

traptest TRAP-TYPE
ENTERPRISE enterprises
VARIABLES { systemtesttrap }
DESCRIPTION
“trap used for testing”
::= 1

trapsystemfault TRAP-TYPE
ENTERPRISE enterprises
VARIABLES { systemfault }
DESCRIPTION
“trap for system fault”
::= 2

traputilityoff TRAP-TYPE
ENTERPRISE enterprises
VARIABLES { utilityoff }
DESCRIPTION
“trap for utility off”
::= 3

traputilityfault TRAP-TYPE
ENTERPRISE enterprises
VARIABLES { utilityfault }
DESCRIPTION
“trap for utility fault”
::= 4

trapbatterydisconnected TRAP-TYPE
ENTERPRISE enterprises
VARIABLES { batterydisconnected }
DESCRIPTION
“trap for battery disconnected”
::= 5

batteryfault TRAP-TYPE
ENTERPRISE enterprises
VARIABLES { batteryfault }
DESCRIPTION
“trap for battery fault”
::= 6

traplowbattery TRAP-TYPE
ENTERPRISE enterprises
VARIABLES { lowbattery }
DESCRIPTION
“trap for low battery”
::= 7

trapchargeroff TRAP-TYPE
ENTERPRISE enterprises
VARIABLES { chargeroff }
DESCRIPTION
“trap for charger off”
::= 8

trapchargerfault TRAP-TYPE
ENTERPRISE enterprises
VARIABLES { chargerfault }
DESCRIPTION
“trap for charger fault”
::= 9

trapinverteroff TRAP-TYPE
ENTERPRISE enterprises
VARIABLES { inverteroff }
DESCRIPTION
“trap for inverter off”
::= 10

trapinverterfault TRAP-TYPE
ENTERPRISE enterprises
VARIABLES { inverterfault }
DESCRIPTION
“trap for inverter fault”
::= 11

traponbattery TRAP-TYPE
ENTERPRISE enterprises
VARIABLES { onbattery }
DESCRIPTION
“trap for on battery”
::= 12

traplogicfault TRAP-TYPE
ENTERPRISE enterprises
VARIABLES { logicfault }
DESCRIPTION
“trap for logic fault”
::= 13

traptemperaturefault TRAP-TYPE
ENTERPRISE enterprises
VARIABLES { temperaturefault }
DESCRIPTION
“trap for temperature fault”
::= 14

END

Other Galaxy Models, including the Navy Galaxy, standard Galaxy, and Legacy models are available with contact closures standard and RS232 optionally. Please consult the factory for details.