--Title: F3400.MIB --Version: v2.1 --Date: 09/18/07 --Copyright @ 2007 RLE Technologies. All rights reserved worldwide. --This MIB defines objects for the RLE F3400 SNMP Agent. RLE-F3400-MIB DEFINITIONS ::= BEGIN IMPORTS NOTIFICATION-TYPE, Integer32, MODULE-IDENTITY, Gauge32 FROM SNMPv2-SMI DisplayString FROM RFC1213-MIB OBJECT-TYPE FROM RFC-1212 enterprises FROM RFC1155-SMI TEXTUAL-CONVENTION FROM SNMPv2-TC OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF; rleF3400MibV2ModIdentDefault MODULE-IDENTITY LAST-UPDATED "200604281609Z" ORGANIZATION "RLE Technologies" CONTACT-INFO "Rick Stelzer 208 Commerce Dr Fort Collins, CO 80524 rstelzer@rletech.com" DESCRIPTION "This is an automatically created MODULE-IDENTITY." REVISION "200603281609Z" DESCRIPTION "F3400 Mib V2." ::= { rle 2270 } PositiveInteger ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "" SYNTAX Integer32 (1..'ffffffff'h) rle OBJECT IDENTIFIER ::= { enterprises 3184 } products OBJECT IDENTIFIER ::= { rle 1 } f3400 OBJECT IDENTIFIER ::= { products 6 } f3400MIB OBJECT IDENTIFIER ::= { f3400 1 } f3400Ident OBJECT IDENTIFIER ::= { f3400MIB 1 } f3400IdentManufacturer OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The Monitor Control Unit manufacturer." ::= { f3400Ident 1 } f3400IdentModel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The Monitor Control Unit Model designation." ::= { f3400Ident 2 } f3400IdentSoftwareVersion OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The f3400 SNMP Agent software version." ::= { f3400Ident 3 } f3400IdentSpecific OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "A reference to MIB definitions specific to the particular Monitor Unit being managed. This object is used to locate the product-specific MIB for this device. If this information is not present, its value should be the OBJECT IDENTIFIER { 0 0 }, which is a syntactically valid object identifier, and any conformant implementation of ASN.1 and BER must be able to generate and recognize this value." ::= { f3400Ident 4 } f3400System OBJECT IDENTIFIER ::= { f3400MIB 2 } f3400Clock OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The f3400 internal clock settings. Displayed as MM/DD/YY HH:MM:SS" ::= { f3400System 1 } f3400InputVoltage OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The f3400 input voltage (DC Power)." ::= { f3400System 4 } f3400AnalogAverage OBJECT-TYPE SYNTAX Integer32 (0..60) MAX-ACCESS read-write STATUS current DESCRIPTION "This is the analog averaging duration in seconds. The analog input readings are averaged for this time period before updating. This value must be set to 1,2,3,4,5,6,10,15,20,30 or 60 seconds. This variable is stored in non-volatile memory." ::= { f3400System 7 } f3400Inputs OBJECT IDENTIFIER ::= { f3400MIB 3 } f3400Input1 OBJECT IDENTIFIER ::= { f3400Inputs 1 } f3400Input1State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), analog4to20Installed(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The state of use of Input Number 1. When a sensor is connected to Input 1 set State to installed(2) to indicate that the value of f3400Reading1 is valid. When no sensor is connected to Input 1 set the State to notInstalled(1) to indicate that the value of f3400Reading1 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input1 1 } f3400Input1Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 1." ::= { f3400Input1 2 } f3400Input1Offset OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "A correction Offset associated with the sensor variable. The value of Offset is added to the value from Input Sensor Number 1 to obtain the value of the Input1 variable. The Offset variable is stored in non-volatile memory." ::= { f3400Input1 4 } f3400Input1Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 1. The text string is stored in non-volatile memory." ::= { f3400Input1 5 } f3400Input1UOM OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 1. The text string is stored in non-volatile memory." ::= { f3400Input1 6 } f3400Input1HighLimit2 OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 1 reaches or exceeds this value a trap will be generated signifying a high alarm condition at sensor 1. The HighLimit2 variable is stored in non-volatile memory." ::= { f3400Input1 7 } f3400Input1HighLimit OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 1 reaches or exceeds this value a trap will be generated signifying a high alarm condition at sensor 1. The HighLimit variable is stored in non-volatile memory." ::= { f3400Input1 8 } f3400Input1LowLimit OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 1 reaches or goes below this value a trap will be generated signifying a low alarm condition at sensor 1. The LowLimit variable is stored in non-volatile memory." ::= { f3400Input1 9 } f3400Input1LowLimit2 OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 1 reaches or goes below this value a trap will be generated signifying a low alarm condition at sensor 1. The LowLimit variable is stored in non-volatile memory." ::= { f3400Input1 10 } f3400Input1Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input1 12 } f3400Input1Hysteresis OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "The value of alarm hysteresis for this input. The input reading must decrease or increase by this value before the alarm will clear. This variable is stored in non-volatile memory." ::= { f3400Input1 13 } f3400Input1Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The current alarm disable schedule for input 1." ::= { f3400Input1 14 } f3400Input1OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 1. This string is used for off text. The text string is stored in non-volatile memory." ::= { f3400Input1 15 } f3400Input2 OBJECT IDENTIFIER ::= { f3400Inputs 2 } f3400Input2State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), analog4to20Installed(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The state of use of Input Number 2. When a sensor is connected to Input 2 set State to installed(2) to indicate that the value of f3400Reading2 is valid. When no sensor is connected to Input 2 set the State to notInstalled(1) to indicate that the value of f3400Reading2 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input2 1 } f3400Input2Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 2." ::= { f3400Input2 2 } f3400Input2Gain OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "A correction gain associated with the sensor variable. The value of gain is multiplied by the value from Input Sensor Number 2 to obtain the value of the Input2 variable. The gain variable is stored in non-volatile memory." ::= { f3400Input2 3 } f3400Input2Offset OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "A correction Offset associated with the sensor variable. The value of Offset is added to the value from Input Sensor Number 2 to obtain the value of the Input2 variable. The Offset variable is stored in non-volatile memory." ::= { f3400Input2 4 } f3400Input2Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 2. The text string is stored in non-volatile memory." ::= { f3400Input2 5 } f3400Input2UOM OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 2. The text string is stored in non-volatile memory." ::= { f3400Input2 6 } f3400Input2HighLimit2 OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 2 reaches or exceeds this value a trap will be generated signifying a high alarm condition at sensor 2. The HighLimit variable is stored in non-volatile memory." ::= { f3400Input2 7 } f3400Input2HighLimit OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 2 reaches or exceeds this value a trap will be generated signifying a high alarm condition at sensor 2. The HighLimit variable is stored in non-volatile memory." ::= { f3400Input2 8 } f3400Input2LowLimit OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 2 reaches or goes below this value a trap will be generated signifying a low alarm condition at sensor 2. The LowLimit variable is stored in non-volatile memory." ::= { f3400Input2 9 } f3400Input2LowLimit2 OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 2 reaches or goes below this value a trap will be generated signifying a low alarm condition at sensor 2. The LowLimit variable is stored in non-volatile memory." ::= { f3400Input2 10 } f3400Input2Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input2 12 } f3400Input2Hysteresis OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "The value of alarm hysteresis for this input. The input reading must decrease or increase by this value before the alarm will clear. This variable is stored in non-volatile memory." ::= { f3400Input2 13 } f3400Input2Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The current alarm disable schedule for input 2." ::= { f3400Input2 14 } f3400Input2OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 2. This string is used for off text. The text string is stored in non-volatile memory." ::= { f3400Input2 15 } f3400Input3 OBJECT IDENTIFIER ::= { f3400Inputs 3 } f3400Input3State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), analog4to20Installed(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 3. When a sensor is connected to Input 3 set State to installed(2) to indicate that the value of f3400Reading3 is valid. When no sensor is connected to Input 3 set the State to notInstalled(1) to indicate that the value of f3400Reading3 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input3 1 } f3400Input3Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 3." ::= { f3400Input3 2 } f3400Input3Gain OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "A correction gain associated with the sensor variable. The value of gain is multiplied by the value from Input Sensor Number 3 to obtain the value of the Input3 variable. The gain variable is stored in non-volatile memory." ::= { f3400Input3 3 } f3400Input3Offset OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "A correction Offset associated with the sensor variable. The value of Offset is added to the value from Input Sensor Number 3 to obtain the value of the Input3 variable. The Offset variable is stored in non-volatile memory." ::= { f3400Input3 4 } f3400Input3Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 3. The text string is stored in non-volatile memory." ::= { f3400Input3 5 } f3400Input3UOM OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 3. The text string is stored in non-volatile memory." ::= { f3400Input3 6 } f3400Input3HighLimit2 OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 3 reaches or exceeds this value a trap will be generated signifying a high alarm condition at sensor 3. The HighLimit variable is stored in non-volatile memory." ::= { f3400Input3 7 } f3400Input3HighLimit OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 3 reaches or exceeds this value a trap will be generated signifying a high alarm condition at sensor 3. The HighLimit variable is stored in non-volatile memory." ::= { f3400Input3 8 } f3400Input3LowLimit OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 3 reaches or goes below this value a trap will be generated signifying a low alarm condition at sensor 3. The LowLimit variable is stored in non-volatile memory." ::= { f3400Input3 9 } f3400Input3LowLimit2 OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 3 reaches or goes below this value a trap will be generated signifying a low alarm condition at sensor 3. The LowLimit variable is stored in non-volatile memory." ::= { f3400Input3 10 } f3400Input3Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input3 12 } f3400Input3Hysteresis OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "The value of alarm hysteresis for this input. The input reading must decrease or increase by this value before the alarm will clear. This variable is stored in non-volatile memory." ::= { f3400Input3 13 } f3400Input3Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The current alarm disable schedule for input 3." ::= { f3400Input3 14 } f3400Input3OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 3. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input3 15 } f3400Input4 OBJECT IDENTIFIER ::= { f3400Inputs 4 } f3400Input4State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), analog4to20Installed(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 4. When a sensor is connected to Input 4 set State to installed(2) to indicate that the value of f3400Reading4 is valid. When no sensor is connected to Input 4 set State to notInstalled(1) to indicate that the value of f3400Reading4 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input4 1 } f3400Input4Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 4." ::= { f3400Input4 2 } f3400Input4Gain OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "A correction gain associated with the sensor variable. The value of gain is multiplied by the value from Input Sensor Number 4 to obtain the value of the Input4 variable. The gain variable is stored in non-volatile memory." ::= { f3400Input4 3 } f3400Input4Offset OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "A correction Offset associated with the sensor variable. The value of Offset is added to the value from Input Sensor Number 4 to obtain the value of the Input4 variable. The Offset variable is stored in non-volatile memory." ::= { f3400Input4 4 } f3400Input4Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 4. The text string is stored in non-volatile memory." ::= { f3400Input4 5 } f3400Input4UOM OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 4. The text string is stored in non-volatile memory." ::= { f3400Input4 6 } f3400Input4HighLimit2 OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 4 reaches or exceeds this value a trap will be generated signifying a high alarm condition at sensor 4. The HighLimit variable is stored in non-volatile memory." ::= { f3400Input4 7 } f3400Input4HighLimit OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 4 reaches or exceeds this value a trap will be generated signifying a high alarm condition at sensor 4. The HighLimit variable is stored in non-volatile memory." ::= { f3400Input4 8 } f3400Input4LowLimit OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 4 reaches or goes below this value a trap will be generated signifying a low alarm condition at sensor 4. The LowLimit variable is stored in non-volatile memory." ::= { f3400Input4 9 } f3400Input4LowLimit2 OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 4 reaches or goes below this value a trap will be generated signifying a low alarm condition at sensor 4. The LowLimit variable is stored in non-volatile memory." ::= { f3400Input4 10 } f3400Input4Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input4 12 } f3400Input4Hysteresis OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "The value of alarm hysteresis for this input. The input reading must decrease or increase by this value before the alarm will clear. This variable is stored in non-volatile memory." ::= { f3400Input4 13 } f3400Input4Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The current alarm disable schedule for input 4." ::= { f3400Input4 14 } f3400Input4OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 4. This string is used for off text. The text string is stored in non-volatile memory." ::= { f3400Input4 15 } f3400Input5 OBJECT IDENTIFIER ::= { f3400Inputs 5 } f3400Input5State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5), thermistorInstalled(10) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 5. When a sensor is connected to Input 5 set State to installed(2) to indicate that the value of f3400Reading5 is valid. When no sensor is connected to Input 5 set the State to notInstalled(1) to indicate that the value of f3400Reading5 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input5 1 } f3400Input5Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 5." ::= { f3400Input5 2 } f3400Input5Gain OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "A correction gain associated with the sensor variable. The value of gain is multiplied by the value from Input Sensor Number 5 to obtain the value of the Input5 variable. The gain variable is stored in non-volatile memory." ::= { f3400Input5 3 } f3400Input5Offset OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "A correction Offset associated with the sensor variable. The value of Offset is added to the value from Input Sensor Number 5 to obtain the value of the Input5 variable. The Offset variable is stored in non-volatile memory." ::= { f3400Input5 4 } f3400Input5Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 5. The text string is stored in non-volatile memory." ::= { f3400Input5 5 } f3400Input5UOM OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 5. The text string is stored in non-volatile memory." ::= { f3400Input5 6 } f3400Input5HighLimit2 OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 5 reaches or exceeds this value a trap will be generated signifying a high alarm condition at sensor 5. The HighLimit variable is stored in non-volatile memory." ::= { f3400Input5 7 } f3400Input5HighLimit OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 5 reaches or exceeds this value a trap will be generated signifying a high alarm condition at sensor 5. The HighLimit variable is stored in non-volatile memory." ::= { f3400Input5 8 } f3400Input5LowLimit OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 5 reaches or goes below this value a trap will be generated signifying a low alarm condition at sensor 5. The LowLimit variable is stored in non-volatile memory." ::= { f3400Input5 9 } f3400Input5LowLimit2 OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 5 reaches or goes below this value a trap will be generated signifying a low alarm condition at sensor 5. The LowLimit variable is stored in non-volatile memory." ::= { f3400Input5 10 } f3400Input5Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input5 12 } f3400Input5Hysteresis OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "The value of alarm hysteresis for this input. The input reading must decrease or increase by this value before the alarm will clear. This variable is stored in non-volatile memory." ::= { f3400Input5 13 } f3400Input5Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The current alarm disable schedule for input 3." ::= { f3400Input5 14 } f3400Input5OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 5. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input5 15 } f3400Input6 OBJECT IDENTIFIER ::= { f3400Inputs 6 } f3400Input6State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5), thermistorInstalled(10) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 6. When a sensor is connected to Input 6 set State to installed(2) to indicate that the value of f3400Reading6 is valid. When no sensor is connected to Input 6 set the State to notInstalled(1) to indicate that the value of f3400Reading6 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input6 1 } f3400Input6Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 6." ::= { f3400Input6 2 } f3400Input6Gain OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "A correction gain associated with the sensor variable. The value of gain is multiplied by the value from Input Sensor Number 6 to obtain the value of the Input6 variable. The gain variable is stored in non-volatile memory." ::= { f3400Input6 3 } f3400Input6Offset OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "A correction Offset associated with the sensor variable. The value of Offset is added to the value from Input Sensor Number 6 to obtain the value of the Input6 variable. The Offset variable is stored in non-volatile memory." ::= { f3400Input6 4 } f3400Input6Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 6. The text string is stored in non-volatile memory." ::= { f3400Input6 5 } f3400Input6UOM OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 6. The text string is stored in non-volatile memory." ::= { f3400Input6 6 } f3400Input6HighLimit2 OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 7 reaches or exceeds this value a trap will be generated signifying a high alarm condition at sensor 6. The HighLimit variable is stored in non-volatile memory." ::= { f3400Input6 7 } f3400Input6HighLimit OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 7 reaches or exceeds this value a trap will be generated signifying a high alarm condition at sensor 6. The HighLimit variable is stored in non-volatile memory." ::= { f3400Input6 8 } f3400Input6LowLimit OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 7 reaches or goes below this value a trap will be generated signifying a low alarm condition at sensor 6. The LowLimit variable is stored in non-volatile memory." ::= { f3400Input6 9 } f3400Input6LowLimit2 OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 7 reaches or goes below this value a trap will be generated signifying a low alarm condition at sensor 6. The LowLimit variable is stored in non-volatile memory." ::= { f3400Input6 10 } f3400Input6Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input6 12 } f3400Input6Hysteresis OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "The value of alarm hysteresis for this input. The input reading must decrease or increase by this value before the alarm will clear. This variable is stored in non-volatile memory." ::= { f3400Input6 13 } f3400Input6Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The current alarm disable schedule for input 3." ::= { f3400Input6 14 } f3400Input6OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 6. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input6 15 } f3400Input7 OBJECT IDENTIFIER ::= { f3400Inputs 7 } f3400Input7State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5), thermistorInstalled(10) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 7. When a sensor is connected to Input 7 set State to installed(2) to indicate that the value of f3400Reading7 is valid. When no sensor is connected to Input 7 set the State to notInstalled(1) to indicate that the value of f3400Reading7 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input7 1 } f3400Input7Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 7." ::= { f3400Input7 2 } f3400Input7Gain OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "A correction gain associated with the sensor variable. The value of gain is multiplied by the value from Input Sensor Number 7 to obtain the value of the Input7 variable. The gain variable is stored in non-volatile memory." ::= { f3400Input7 3 } f3400Input7Offset OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "A correction Offset associated with the sensor variable. The value of Offset is added to the value from Input Sensor Number 7 to obtain the value of the Input7 variable. The Offset variable is stored in non-volatile memory." ::= { f3400Input7 4 } f3400Input7Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 7. The text string is stored in non-volatile memory." ::= { f3400Input7 5 } f3400Input7UOM OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 7. The text string is stored in non-volatile memory." ::= { f3400Input7 6 } f3400Input7HighLimit2 OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 7 reaches or exceeds this value a trap will be generated signifying a high alarm condition at sensor 7. The HighLimit variable is stored in non-volatile memory." ::= { f3400Input7 7 } f3400Input7HighLimit OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 7 reaches or exceeds this value a trap will be generated signifying a high alarm condition at sensor 7. The HighLimit variable is stored in non-volatile memory." ::= { f3400Input7 8 } f3400Input7LowLimit OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 7 reaches or goes below this value a trap will be generated signifying a low alarm condition at sensor 7. The LowLimit variable is stored in non-volatile memory." ::= { f3400Input7 9 } f3400Input7LowLimit2 OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 7 reaches or goes below this value a trap will be generated signifying a low alarm condition at sensor 7. The LowLimit variable is stored in non-volatile memory." ::= { f3400Input7 10 } f3400Input7Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input7 12 } f3400Input7Hysteresis OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "The value of alarm hysteresis for this input. The input reading must decrease or increase by this value before the alarm will clear. This variable is stored in non-volatile memory." ::= { f3400Input7 13 } f3400Input7Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The current alarm disable schedule for input 3." ::= { f3400Input7 14 } f3400Input7OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 7. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input7 15 } f3400Input8 OBJECT IDENTIFIER ::= { f3400Inputs 8 } f3400Input8State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5), thermistorInstalled(10) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 8. When a sensor is connected to Input 8 set State to installed(2) to indicate that the value of f3400Reading8 is valid. When no sensor is connected to Input 8 set the State to notInstalled(1) to indicate that the value of f3400Reading8 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input8 1 } f3400Input8Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 8." ::= { f3400Input8 2 } f3400Input8Gain OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "A correction gain associated with the sensor variable. The value of gain is multiplied by the value from Input Sensor Number 8 to obtain the value of the Input8 variable. The gain variable is stored in non-volatile memory." ::= { f3400Input8 3 } f3400Input8Offset OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "A correction Offset associated with the sensor variable. The value of Offset is added to the value from Input Sensor Number 8 to obtain the value of the Input8 variable. The Offset variable is stored in non-volatile memory." ::= { f3400Input8 4 } f3400Input8Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 8. The text string is stored in non-volatile memory." ::= { f3400Input8 5 } f3400Input8UOM OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 8. The text string is stored in non-volatile memory." ::= { f3400Input8 6 } f3400Input8HighLimit2 OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 8 reaches or exceeds this value a trap will be generated signifying a high alarm condition at sensor 8. The HighLimit variable is stored in non-volatile memory." ::= { f3400Input8 7 } f3400Input8HighLimit OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 8 reaches or exceeds this value a trap will be generated signifying a high alarm condition at sensor 8. The HighLimit variable is stored in non-volatile memory." ::= { f3400Input8 8 } f3400Input8LowLimit OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 8 reaches or goes below this value a trap will be generated signifying a low alarm condition at sensor 8. The LowLimit variable is stored in non-volatile memory." ::= { f3400Input8 9 } f3400Input8LowLimit2 OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "When input 8 reaches or goes below this value a trap will be generated signifying a low alarm condition at sensor 8. The LowLimit variable is stored in non-volatile memory." ::= { f3400Input8 10 } f3400Input8Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input8 12 } f3400Input8Hysteresis OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "The value of alarm hysteresis for this input. The input reading must decrease or increase by this value before the alarm will clear. This variable is stored in non-volatile memory." ::= { f3400Input8 13 } f3400Input8Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The current alarm disable schedule for input 3." ::= { f3400Input8 14 } f3400Input8OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 8. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input8 15 } f3400Input9 OBJECT IDENTIFIER ::= { f3400Inputs 9 } f3400Input9State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 9. When a sensor is connected to Input 9 set State to installed(2) to indicate that the value of f3400Reading9 is valid. When no sensor is connected to Input 9 set State to notInstalled(1) to indicate that the value of f3400Reading9 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input9 1 } f3400Input9Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 9. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input9 2 } f3400Input9Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 9. The text string is stored in non-volatile memory." ::= { f3400Input9 5 } f3400Input9Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input9 12 } f3400Input9Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The current alarm disable schedule for Input 9." ::= { f3400Input9 14 } f3400Input9OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 9. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input9 15 } f3400Input10 OBJECT IDENTIFIER ::= { f3400Inputs 10 } f3400Input10State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 10. When a sensor is connected to Input 10 set State to installed(2) to indicate that the value of f3400Reading10 is valid. When no sensor is connected to Input 10 set State to notInstalled(1) to indicate that the value of f3400Reading10 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input10 1 } f3400Input10Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 10. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input10 2 } f3400Input10Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 10. The text string is stored in non-volatile memory." ::= { f3400Input10 5 } f3400Input10Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input10 12 } f3400Input10Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The current alarm disable schedule for Input 10." ::= { f3400Input10 14 } f3400Input10OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 10. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input10 15 } f3400Input11 OBJECT IDENTIFIER ::= { f3400Inputs 11 } f3400Input11State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 11. When a sensor is connected to Input 11 set State to installed(2) to indicate that the value of f3400Reading11 is valid. When no sensor is connected to Input 11 set State to notInstalled(1) to indicate that the value of f3400Reading11 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input11 1 } f3400Input11Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 11. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input11 2 } f3400Input11Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 11. The text string is stored in non-volatile memory." ::= { f3400Input11 5 } f3400Input11Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input11 12 } f3400Input11Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The current alarm disable schedule for Input 11." ::= { f3400Input11 14 } f3400Input11OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 11. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input11 15 } f3400Input12 OBJECT IDENTIFIER ::= { f3400Inputs 12 } f3400Input12State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 8. When a sensor is connected to Input 12 set State to installed(2) to indicate that the value of f3400Reading12 is valid. When no sensor is connected to Input 12 set State to notInstalled(1) to indicate that the value of f3400Reading12 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input12 1 } f3400Input12Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 12. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input12 2 } f3400Input12Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 12. The text string is stored in non-volatile memory." ::= { f3400Input12 5 } f3400Input12Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input12 12 } f3400Input12Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The current alarm disable schedule for Input 12." ::= { f3400Input12 14 } f3400Input12OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 12. This string is used for off text. The text string is stored in non-volatile memory." ::= { f3400Input12 15 } f3400Input13 OBJECT IDENTIFIER ::= { f3400Inputs 13 } f3400Input13State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 13. When a sensor is connected to Input 13 set State to installed(2) to indicate that the value of f3400Reading13 is valid. When no sensor is connected to Input 13 set State to notInstalled(1) to indicate that the value of f3400Reading13 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input13 1 } f3400Input13Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 13. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input13 2 } f3400Input13Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 13. The text string is stored in non-volatile memory." ::= { f3400Input13 5 } f3400Input13Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input13 12 } f3400Input13Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The current alarm disable schedule for Input 13." ::= { f3400Input13 14 } f3400Input13OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 13. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input13 15 } f3400Input14 OBJECT IDENTIFIER ::= { f3400Inputs 14 } f3400Input14State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 14. When a sensor is connected to Input 14 set State to installed(2) to indicate that the value of f3400Reading14 is valid. When no sensor is connected to Input 14 set State to notInstalled(1) to indicate that the value of f3400Reading14 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input14 1 } f3400Input14Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 14. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input14 2 } f3400Input14Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 14. The text string is stored in non-volatile memory." ::= { f3400Input14 5 } f3400Input14Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input14 12 } f3400Input14Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The current alarm disable schedule for Input 14." ::= { f3400Input14 14 } f3400Input14OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 14. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input14 15 } f3400Input15 OBJECT IDENTIFIER ::= { f3400Inputs 15 } f3400Input15State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 15. When a sensor is connected to Input 15 set State to installed(2) to indicate that the value of f3400Reading15 is valid. When no sensor is connected to Input 15 set State to notInstalled(1) to indicate that the value of f3400Reading15 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input15 1 } f3400Input15Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 15. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input15 2 } f3400Input15Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 15. The text string is stored in non-volatile memory." ::= { f3400Input15 5 } f3400Input15Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input15 12 } f3400Input15Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The current alarm disable schedule for Input 15." ::= { f3400Input15 14 } f3400Input15OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 15. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input15 15 } f3400Input16 OBJECT IDENTIFIER ::= { f3400Inputs 16 } f3400Input16State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 16. When a sensor is connected to Input 16 set State to installed(2) to indicate that the value of f3400Reading16 is valid. When no sensor is connected to Input 16 set State to notInstalled(1) to indicate that the value of f3400Reading16 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input16 1 } f3400Input16Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 16. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input16 2 } f3400Input16Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 16. The text string is stored in non-volatile memory." ::= { f3400Input16 5 } f3400Input16Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input16 12 } f3400Input16Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The current alarm disable schedule for Input 16." ::= { f3400Input16 14 } f3400Input16OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 16. This string is used for off text. The text string is stored in non-volatile memory." ::= { f3400Input16 15 } f3400Input17 OBJECT IDENTIFIER ::= { f3400Inputs 17 } f3400Input17State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 17. When a sensor is connected to Input 17 set State to installed(2) to indicate that the value of f3400Reading17 is valid. When no sensor is connected to Input 5 set State to notInstalled(1) to indicate that the value of f3400Reading17 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input17 1 } f3400Input17Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 17. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input17 2 } f3400Input17Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 17. The text string is stored in non-volatile memory." ::= { f3400Input17 5 } f3400Input17Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input17 12 } f3400Input17Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The current alarm disable schedule for Input 17." ::= { f3400Input17 14 } f3400Input17OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 17. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input17 15 } f3400Input18 OBJECT IDENTIFIER ::= { f3400Inputs 18 } f3400Input18State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 18. When a sensor is connected to Input 18 set State to installed(2) to indicate that the value of f3400Reading18 is valid. When no sensor is connected to Input 18 set State to notInstalled(1) to indicate that the value of f3400Reading18 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input18 1 } f3400Input18Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 18. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input18 2 } f3400Input18Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 18. The text string is stored in non-volatile memory." ::= { f3400Input18 5 } f3400Input18Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input18 12 } f3400Input18Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The current alarm disable schedule for Input 18." ::= { f3400Input18 14 } f3400Input18OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 18. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input18 15 } f3400Input19 OBJECT IDENTIFIER ::= { f3400Inputs 19 } f3400Input19State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 19. When a sensor is connected to Input 19 set State to installed(2) to indicate that the value of f3400Reading19 is valid. When no sensor is connected to Input 19 set State to notInstalled(1) to indicate that the value of f3400Reading19 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input19 1 } f3400Input19Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 19. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input19 2 } f3400Input19Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 19. The text string is stored in non-volatile memory." ::= { f3400Input19 5 } f3400Input19Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input19 12 } f3400Input19Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The current alarm disable schedule for Input 19." ::= { f3400Input19 14 } f3400Input19OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 19. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input19 15 } f3400Input20 OBJECT IDENTIFIER ::= { f3400Inputs 20 } f3400Input20State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 20. When a sensor is connected to Input 20 set State to installed(2) to indicate that the value of f3400Reading20 is valid. When no sensor is connected to Input 20 set State to notInstalled(1) to indicate that the value of f3400Reading20 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input20 1 } f3400Input20Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 20. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input20 2 } f3400Input20Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 20. The text string is stored in non-volatile memory." ::= { f3400Input20 5 } f3400Input20Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input20 12 } f3400Input20Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The current alarm disable schedule for Input 20." ::= { f3400Input20 14 } f3400Input20OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 20. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input20 15 } f3400Input21 OBJECT IDENTIFIER ::= { f3400Inputs 21 } f3400Input21State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 21. When a sensor is connected to Input 21 set State to installed(2) to indicate that the value of f3400Reading21 is valid. When no sensor is connected to Input 21 set State to notInstalled(1) to indicate that the value of f3400Reading21 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input21 1 } f3400Input21Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 21. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input21 2 } f3400Input21Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 21. The text string is stored in non-volatile memory." ::= { f3400Input21 5 } f3400Input21Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input21 12 } f3400Input21Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The current alarm disable schedule for Input 21." ::= { f3400Input21 14 } f3400Input21OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 21. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input21 15 } f3400Input22 OBJECT IDENTIFIER ::= { f3400Inputs 22 } f3400Input22State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 22. When a sensor is connected to Input 22 set State to installed(2) to indicate that the value of f3400Reading22 is valid. When no sensor is connected to Input 22 set State to notInstalled(1) to indicate that the value of f3400Reading22 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input22 1 } f3400Input22Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 22. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input22 2 } f3400Input22Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 22. The text string is stored in non-volatile memory." ::= { f3400Input22 5 } f3400Input22Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input22 12 } f3400Input22Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The current alarm disable schedule for Input 22." ::= { f3400Input22 14 } f3400Input22OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 22. This string is used for off text. The text string is stored in non-volatile memory." ::= { f3400Input22 15 } f3400Input23 OBJECT IDENTIFIER ::= { f3400Inputs 23 } f3400Input23State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 23. When a sensor is connected to Input 23 set State to installed(2) to indicate that the value of f3400Reading23 is valid. When no sensor is connected to Input 23 set State to notInstalled(1) to indicate that the value of f3400Reading23 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input23 1 } f3400Input23Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 23. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input23 2 } f3400Input23Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 23. The text string is stored in non-volatile memory." ::= { f3400Input23 5 } f3400Input23Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input23 12 } f3400Input23Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The current alarm disable schedule for Input 23." ::= { f3400Input23 14 } f3400Input23OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 23. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input23 15 } f3400Input24 OBJECT IDENTIFIER ::= { f3400Inputs 24 } f3400Input24State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 24. When a sensor is connected to Input 24 set State to installed(2) to indicate that the value of f3400Reading24 is valid. When no sensor is connected to Input 24 set State to notInstalled(1) to indicate that the value of f3400Reading24 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input24 1 } f3400Input24Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 24. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input24 2 } f3400Input24Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 24. The text string is stored in non-volatile memory." ::= { f3400Input24 5 } f3400Input24Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input24 12 } f3400Input24Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The current alarm disable schedule for Input 24." ::= { f3400Input24 14 } f3400Input24OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 24. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input24 15 } f3400Input25 OBJECT IDENTIFIER ::= { f3400Inputs 25 } f3400Input25State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 25. When a sensor is connected to Input 25 set State to installed(2) to indicate that the value of f3400Reading25 is valid. When no sensor is connected to Input 25 set State to notInstalled(1) to indicate that the value of f3400Reading25 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input25 1 } f3400Input25Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 25. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input25 2 } f3400Input25Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 25. The text string is stored in non-volatile memory." ::= { f3400Input25 5 } f3400Input25Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input25 12 } f3400Input25Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The current alarm disable schedule for Input 25." ::= { f3400Input25 14 } f3400Input25OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 25. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input25 15 } f3400Input26 OBJECT IDENTIFIER ::= { f3400Inputs 26 } f3400Input26State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 26. When a sensor is connected to Input 26 set State to installed(2) to indicate that the value of f3400Reading26 is valid. When no sensor is connected to Input 26 set State to notInstalled(1) to indicate that the value of f3400Reading26 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input26 1 } f3400Input26Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 26. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input26 2 } f3400Input26Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 26. The text string is stored in non-volatile memory." ::= { f3400Input26 5 } f3400Input26Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input26 12 } f3400Input26Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The current alarm disable schedule for Input 26." ::= { f3400Input26 14 } f3400Input26OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 26. This string is used for off text. The text string is stored in non-volatile memory." ::= { f3400Input26 15 } f3400Input27 OBJECT IDENTIFIER ::= { f3400Inputs 27 } f3400Input27State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 27. When a sensor is connected to Input 27 set State to installed(2) to indicate that the value of f3400Reading27 is valid. When no sensor is connected to Input 27 set State to notInstalled(1) to indicate that the value of f3400Reading27 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input27 1 } f3400Input27Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 27. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input27 2 } f3400Input27Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 27. The text string is stored in non-volatile memory." ::= { f3400Input27 5 } f3400Input27Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input27 12 } f3400Input27Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The current alarm disable schedule for Input 27." ::= { f3400Input27 14 } f3400Input27OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 27. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input27 15 } f3400Input28 OBJECT IDENTIFIER ::= { f3400Inputs 28 } f3400Input28State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 28. When a sensor is connected to Input 28 set State to installed(2) to indicate that the value of f3400Reading28 is valid. When no sensor is connected to Input 28 set State to notInstalled(1) to indicate that the value of f3400Reading28 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input28 1 } f3400Input28Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 28. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input28 2 } f3400Input28Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 28. The text string is stored in non-volatile memory." ::= { f3400Input28 5 } f3400Input28Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input28 12 } f3400Input28Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The current alarm disable schedule for Input 28." ::= { f3400Input28 14 } f3400Input28OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 28. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input28 15 } f3400Input29 OBJECT IDENTIFIER ::= { f3400Inputs 29 } f3400Input29State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 29. When a sensor is connected to Input 29 set State to installed(2) to indicate that the value of f3400Reading29 is valid. When no sensor is connected to Input 29 set State to notInstalled(1) to indicate that the value of f3400Reading29 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input29 1 } f3400Input29Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 29. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input29 2 } f3400Input29Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 29. The text string is stored in non-volatile memory." ::= { f3400Input29 5 } f3400Input29Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input29 12 } f3400Input29Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The current alarm disable schedule for Input 29." ::= { f3400Input29 14 } f3400Input29OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 29. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input29 15 } f3400Input30 OBJECT IDENTIFIER ::= { f3400Inputs 30 } f3400Input30State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 30. When a sensor is connected to Input 30 set State to installed(2) to indicate that the value of f3400Reading30 is valid. When no sensor is connected to Input 30 set State to notInstalled(1) to indicate that the value of f3400Reading30 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input30 1 } f3400Input30Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 30. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input30 2 } f3400Input30Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 30. The text string is stored in non-volatile memory." ::= { f3400Input30 5 } f3400Input30Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input30 12 } f3400Input30Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The current alarm disable schedule for Input 30." ::= { f3400Input30 14 } f3400Input30OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 30. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input30 15 } f3400Input31 OBJECT IDENTIFIER ::= { f3400Inputs 31 } f3400Input31State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 31. When a sensor is connected to Input 31 set State to installed(2) to indicate that the value of f3400Reading31 is valid. When no sensor is connected to Input 31 set State to notInstalled(1) to indicate that the value of f3400Reading31 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input31 1 } f3400Input31Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 31. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input31 2 } f3400Input31Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 31. The text string is stored in non-volatile memory." ::= { f3400Input31 5 } f3400Input31Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input31 12 } f3400Input31Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The current alarm disable schedule for Input 31." ::= { f3400Input31 14 } f3400Input31OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 31. This string is used for digital off text. The text string is stored in non-volatile memory." ::= { f3400Input31 15 } f3400Input32 OBJECT IDENTIFIER ::= { f3400Inputs 32 } f3400Input32State OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), digitalNOInstalled(3), digitalNCInstalled(4), digitalSTInstalled(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The state of use of Input Number 32. When a sensor is connected to Input 32 set State to installed(2) to indicate that the value of f3400Reading32 is valid. When no sensor is connected to Input 8 set State to notInstalled(1) to indicate that the value of f3400Reading32 may not be valid. This variable is stored in non-volatile memory." ::= { f3400Input32 1 } f3400Input32Reading OBJECT-TYPE SYNTAX Integer32 (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 32. If the input is digital, the reading will be 1 (active) or 0 (inactive)" ::= { f3400Input32 2 } f3400Input32Label OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 32. The text string is stored in non-volatile memory." ::= { f3400Input32 5 } f3400Input32Delay OBJECT-TYPE SYNTAX Integer32 (0..600) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of seconds an alarm for this input must be present before annunication. The range of this setting is 0..600. This variable is stored in non-volatile memory." ::= { f3400Input32 12 } f3400Input32Schedule OBJECT-TYPE SYNTAX INTEGER { none(0), a(1), b(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The current alarm disable schedule for Input 32." ::= { f3400Input32 14 } f3400Input32OffLabel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "A user-defined text string associated with Input Number 32. This string is used for off text. The text string is stored in non-volatile memory." ::= { f3400Input32 15 } f3400Alarms OBJECT IDENTIFIER ::= { f3400MIB 5 } f3400AlarmsPresent OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The present number of active alarm conditions." ::= { f3400Alarms 1 } f3400AlarmTable OBJECT-TYPE SYNTAX SEQUENCE OF F3400AlarmEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of alarm table entries. The table contains zero, one, or many rows at any moment, depending upon the number of alarm conditions in effect. The table is initially empty at agent startup. The agent creates a row in the table each time a condition is detected and deletes that row when that condition no longer pertains. The agent creates the first row with f3400AlarmId equal to 1, and increments the value of f3400AlarmId each time a new row is created, wrapping to the first free value greater than or equal to 1 when the maximum value of f3400AlarmId would otherwise be exceeded. Consequently, after multiple operations, the table may become sparse, e.g., containing entries for rows 95, 100, 101, and 203 and the entries should not be assumed to be in chronological order because f3400AlarmId might have wrapped. Alarms are named by an AutonomousType (OBJECT IDENTIFIER), f3400AlarmDescr, to allow a single table to reflect well known alarms plus alarms defined by a particular implementation, i.e., as documented in the private enterprise MIB definition for the device. No two rows will have the same value of f3400AlarmDescr, since alarms define conditions. In order to meet this requirement, care should be taken in the definition of alarm conditions to insure that a system cannot enter the same condition multiple times simultaneously. The number of rows in the table at any given time is reflected by the value of f3400AlarmsPresent." ::= { f3400Alarms 2 } f3400AlarmEntry OBJECT-TYPE SYNTAX F3400AlarmEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry containing information applicable to a particular alarm." INDEX { f3400AlarmId } ::= { f3400AlarmTable 1 } F3400AlarmEntry ::= SEQUENCE { f3400AlarmId PositiveInteger, f3400AlarmDescr OBJECT IDENTIFIER } f3400AlarmId OBJECT-TYPE SYNTAX PositiveInteger MAX-ACCESS not-accessible STATUS current DESCRIPTION "A unique identifier for an alarm condition. This value must remain constant." ::= { f3400AlarmEntry 1 } f3400AlarmDescr OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "A reference to an alarm description object. The object referenced should not be accessible, but rather be used to provide a unique description of the alarm condition." ::= { f3400AlarmEntry 2 } -- --Well known alarm conditions. -- f3400WellKnownAlarms OBJECT IDENTIFIER ::= { f3400Alarms 3 } f3400Input1HighAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 1 has reached the high limit value." ::= { f3400WellKnownAlarms 1 } f3400Input1LowAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 1 has reached the low limit value." ::= { f3400WellKnownAlarms 2 } f3400Input1High2Alarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 1 has reached the high limit value." ::= { f3400WellKnownAlarms 3 } f3400Input1Low2Alarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 1 has reached the low limit value." ::= { f3400WellKnownAlarms 4 } f3400Input2HighAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 2 has reached the high limit value." ::= { f3400WellKnownAlarms 5 } f3400Input2LowAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 2 has reached the low limit value." ::= { f3400WellKnownAlarms 6 } f3400Input2High2Alarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 2 has reached the high limit value." ::= { f3400WellKnownAlarms 7 } f3400Input2Low2Alarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 2 has reached the low limit value." ::= { f3400WellKnownAlarms 8 } f3400Input3HighAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 3 has reached the high limit value." ::= { f3400WellKnownAlarms 9 } f3400Input3LowAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 3 has reached the low limit value." ::= { f3400WellKnownAlarms 10 } f3400Input3High2Alarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 3 has reached the high limit value." ::= { f3400WellKnownAlarms 11 } f3400Input3Low2Alarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 3 has reached the low limit value." ::= { f3400WellKnownAlarms 12 } f3400Input4HighAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 4 has reached the high limit value." ::= { f3400WellKnownAlarms 13 } f3400Input4LowAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 4 has reached the low limit value." ::= { f3400WellKnownAlarms 14 } f3400Input4High2Alarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 4 has reached the high limit value." ::= { f3400WellKnownAlarms 15 } f3400Input4Low2Alarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 4 has reached the low limit value." ::= { f3400WellKnownAlarms 16 } f3400Input5HighAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 5 has reached the high limit value." ::= { f3400WellKnownAlarms 17 } f3400Input5LowAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 5 has reached the low limit value." ::= { f3400WellKnownAlarms 18 } f3400Input5High2Alarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 5 has reached the high limit value." ::= { f3400WellKnownAlarms 19 } f3400Input5Low2Alarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 5 has reached the low limit value." ::= { f3400WellKnownAlarms 20 } f3400Input6HighAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 6 has reached the high limit value." ::= { f3400WellKnownAlarms 21 } f3400Input6LowAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 6 has reached the low limit value." ::= { f3400WellKnownAlarms 22 } f3400Input6High2Alarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 6 has reached the high limit value." ::= { f3400WellKnownAlarms 23 } f3400Input6Low2Alarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 6 has reached the low limit value." ::= { f3400WellKnownAlarms 24 } f3400Input7HighAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 7 has reached the high limit value." ::= { f3400WellKnownAlarms 25 } f3400Input7LowAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 7 has reached the low limit value." ::= { f3400WellKnownAlarms 26 } f3400Input7High2Alarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 7 has reached the high limit value." ::= { f3400WellKnownAlarms 27 } f3400Input7Low2Alarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 7 has reached the low limit value." ::= { f3400WellKnownAlarms 28 } f3400Input8HighAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 8 has reached the high limit value." ::= { f3400WellKnownAlarms 29 } f3400Input8LowAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 8 has reached the low limit value." ::= { f3400WellKnownAlarms 30 } f3400Input8High2Alarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 8 has reached the high limit value." ::= { f3400WellKnownAlarms 31 } f3400Input8Low2Alarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The reading for sensor 8 has reached the low limit value." ::= { f3400WellKnownAlarms 32 } f3400Input5DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 5 has been activated." ::= { f3400WellKnownAlarms 85 } f3400Input6DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 6 has been activated." ::= { f3400WellKnownAlarms 86 } f3400Input7DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 7 has been activated." ::= { f3400WellKnownAlarms 87 } f3400Input8DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 8 has been activated." ::= { f3400WellKnownAlarms 88 } f3400Input9DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 9 has been activated." ::= { f3400WellKnownAlarms 89 } f3400Input10DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 10 has been activated." ::= { f3400WellKnownAlarms 90 } f3400Input11DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 11 has been activated." ::= { f3400WellKnownAlarms 91 } f3400Input12DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 12 has been activated." ::= { f3400WellKnownAlarms 92 } f3400Input13DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 13 has been activated." ::= { f3400WellKnownAlarms 93 } f3400Input14DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 14 has been activated." ::= { f3400WellKnownAlarms 94 } f3400Input15DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 15 has been activated." ::= { f3400WellKnownAlarms 95 } f3400Input16DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 16 has been activated." ::= { f3400WellKnownAlarms 96 } f3400Input17DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 17 has been activated." ::= { f3400WellKnownAlarms 97 } f3400Input18DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 18 has been activated." ::= { f3400WellKnownAlarms 98 } f3400Input19DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 19 has been activated." ::= { f3400WellKnownAlarms 99 } f3400Input20DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 20 has been activated." ::= { f3400WellKnownAlarms 100 } f3400Input21DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 21 has been activated." ::= { f3400WellKnownAlarms 101 } f3400Input22DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 22 has been activated." ::= { f3400WellKnownAlarms 102 } f3400Input23DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 23 has been activated." ::= { f3400WellKnownAlarms 103 } f3400Input24DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 24 has been activated." ::= { f3400WellKnownAlarms 104 } f3400Input25DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 25 has been activated." ::= { f3400WellKnownAlarms 105 } f3400Input26DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 26 has been activated." ::= { f3400WellKnownAlarms 106 } f3400Input27DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 27 has been activated." ::= { f3400WellKnownAlarms 107 } f3400Input28DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 28 has been activated." ::= { f3400WellKnownAlarms 108 } f3400Input29DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 29 has been activated." ::= { f3400WellKnownAlarms 109 } f3400Input30DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 30 has been activated." ::= { f3400WellKnownAlarms 110 } f3400Input31DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 31 has been activated." ::= { f3400WellKnownAlarms 111 } f3400Input32DigAlarm OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-only STATUS current DESCRIPTION "The digital input 32 has been activated." ::= { f3400WellKnownAlarms 112 } f3400AlarmHistory OBJECT IDENTIFIER ::= { f3400MIB 7 } f3400AlarmHistoryEntries OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The present number of entries in the alarm history." ::= { f3400AlarmHistory 1 } f3400AlarmHistoryClear OBJECT-TYPE SYNTAX INTEGER { clearBuffer(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Setting this value to ClearBuffer(1) will clear the alarm history buffer." ::= { f3400AlarmHistory 2 } f3400AlarmHistoryTable OBJECT-TYPE SYNTAX SEQUENCE OF F3400AlarmHistoryEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of alarm history table entries stored in the in the non-volatile memory. The table contains zero, one, or many rows at any moment, depending upon the number of alarm conditions in effect. The f3400 creates a row in the table each time a new alarm is detected. The f3400 creates the first row with f3400AlarmHistoryId equal to 1, and increments the value of f3400AlarmHistoryId each time a new row is created, up to a maximum of 100. After 100 entries are created, the f3400 will overwrite the earliest entry with the latest alarm. The number of rows in the table at any given time is reflected by the value of f3400AlarmHistoryEntries." ::= { f3400AlarmHistory 3 } f3400AlarmHistoryEntry OBJECT-TYPE SYNTAX F3400AlarmHistoryEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry containing information applicable to a particular alarm history entry." INDEX { f3400AlarmHistoryId } ::= { f3400AlarmHistoryTable 1 } F3400AlarmHistoryEntry ::= SEQUENCE { f3400AlarmHistoryId PositiveInteger, f3400AlarmHistoryText DisplayString } f3400AlarmHistoryId OBJECT-TYPE SYNTAX PositiveInteger MAX-ACCESS not-accessible STATUS current DESCRIPTION "A unique identifier for an alarm condition. This value must remain constant." ::= { f3400AlarmHistoryEntry 1 } f3400AlarmHistoryText OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "A text desciption of the alarm history entry. Each of the strings will have the following format, AHxxx-id-type-timestamp label xxx = number entry in the table id = Alarm ID type = HIGH, LOW, ALM or RTN timestamp = MM/DD/YY HH:MM:SS Label = The label associated with the input channel These alarms are stored in non-volatile memory." ::= { f3400AlarmHistoryEntry 2 } f3400TrapSettings OBJECT IDENTIFIER ::= { f3400MIB 8 } f3400PersistantTraps OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of minutes between persistant traps. Set this to 0 to turn off persistant traps. This value is stored in non-volatile memory." ::= { f3400TrapSettings 1 } f3400AlarmAcknowledge OBJECT-TYPE SYNTAX INTEGER { acknowledgeAlarms(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Setting this value to AcknowledgeAlarms(1) will stop the f3400 from sending persistant traps and dial out sequences." ::= { f3400TrapSettings 2 } f3400Schedules OBJECT IDENTIFIER ::= { f3400MIB 9 } f3400ScheduleABeginDOW OBJECT-TYPE SYNTAX INTEGER { sunday(1), monday(2), tuesday(3), wednesday(4), thursday(5), friday(6), saturday(7) } MAX-ACCESS read-write STATUS current DESCRIPTION "The beginning day of the week for schedule A. This variable is stored in non-volatile memory." ::= { f3400Schedules 1 } f3400ScheduleAEndDOW OBJECT-TYPE SYNTAX INTEGER { sunday(1), monday(2), tuesday(3), wednesday(4), thursday(5), friday(6), saturday(7) } MAX-ACCESS read-write STATUS current DESCRIPTION "The ending day of the week for schedule A. This variable is stored in non-volatile memory." ::= { f3400Schedules 2 } f3400ScheduleABeginTime OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The schedule A beginning time of day. Displayed as HH:MM" ::= { f3400Schedules 3 } f3400ScheduleAEndTime OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The schedule A ending time of day. Displayed as HH:MM" ::= { f3400Schedules 4 } f3400ScheduleBBeginDOW OBJECT-TYPE SYNTAX INTEGER { sunday(1), monday(2), tuesday(3), wednesday(4), thursday(5), friday(6), saturday(7) } MAX-ACCESS read-write STATUS current DESCRIPTION "The beginning day of the week for schedule B. This variable is stored in non-volatile memory." ::= { f3400Schedules 5 } f3400ScheduleBEndDOW OBJECT-TYPE SYNTAX INTEGER { sunday(1), monday(2), tuesday(3), wednesday(4), thursday(5), friday(6), saturday(7) } MAX-ACCESS read-write STATUS current DESCRIPTION "The ending day of the week for schedule B. This variable is stored in non-volatile memory." ::= { f3400Schedules 6 } f3400ScheduleBBeginTime OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The schedule B beginning time of day. Displayed as HH:MM" ::= { f3400Schedules 7 } f3400ScheduleBEndTime OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The schedule B ending time of day. Displayed as HH:MM" ::= { f3400Schedules 8 } f3400PortTrap OBJECT IDENTIFIER ::= { f3400MIB 10 } f3400Port01Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input1Reading, f3400Input1UOM, f3400Input1Label } STATUS current DESCRIPTION "The sensor on port #01 has reached an alarm state." ::= { f3400PortTrap 1 } f3400Port02Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input2Reading, f3400Input2UOM, f3400Input2Label } STATUS current DESCRIPTION "The sensor on port #02 has reached an alarm state." ::= { f3400PortTrap 2 } f3400Port03Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input3Reading, f3400Input3UOM, f3400Input3Label } STATUS current DESCRIPTION "The sensor on port #03 has reached an alarm state." ::= { f3400PortTrap 3 } f3400Port04Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input4Reading, f3400Input4UOM, f3400Input4Label } STATUS current DESCRIPTION "The sensor on port #04 has reached an alarm state." ::= { f3400PortTrap 4 } f3400Port05Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input5Label } STATUS current DESCRIPTION "The sensor on port #05 has reached an alarm state." ::= { f3400PortTrap 5 } f3400Port06Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input6Label } STATUS current DESCRIPTION "The sensor on port #06 has reached an alarm state." ::= { f3400PortTrap 6 } f3400Port07Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input7Label } STATUS current DESCRIPTION "The sensor on port #07 has reached an alarm state." ::= { f3400PortTrap 7 } f3400Port08Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input8Label } STATUS current DESCRIPTION "The sensor on port #08 has reached an alarm state." ::= { f3400PortTrap 8 } f3400Port09Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input9Label } STATUS current DESCRIPTION "The sensor on port #09 has reached an alarm state." ::= { f3400PortTrap 9 } f3400Port10Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input10Label } STATUS current DESCRIPTION "The sensor on port #10 has reached an alarm state." ::= { f3400PortTrap 10 } f3400Port11Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input11Label } STATUS current DESCRIPTION "The sensor on port #11 has reached an alarm state." ::= { f3400PortTrap 11 } f3400Port12Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input12Label } STATUS current DESCRIPTION "The sensor on port #12 has reached an alarm state." ::= { f3400PortTrap 12 } f3400Port13Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input13Label } STATUS current DESCRIPTION "The sensor on port #13 has reached an alarm state." ::= { f3400PortTrap 13 } f3400Port14Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input14Label } STATUS current DESCRIPTION "The sensor on port #14 has reached an alarm state." ::= { f3400PortTrap 14 } f3400Port15Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input15Label } STATUS current DESCRIPTION "The sensor on port #15 has reached an alarm state." ::= { f3400PortTrap 15 } f3400Port16Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input16Label } STATUS current DESCRIPTION "The sensor on port #16 has reached an alarm state." ::= { f3400PortTrap 16 } f3400Port17Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input17Label } STATUS current DESCRIPTION "The sensor on port #17 has reached an alarm state." ::= { f3400PortTrap 17 } f3400Port18Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input18Label } STATUS current DESCRIPTION "The sensor on port #18 has reached an alarm state." ::= { f3400PortTrap 18 } f3400Port19Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input19Label } STATUS current DESCRIPTION "The sensor on port #19 has reached an alarm state." ::= { f3400PortTrap 19 } f3400Port20Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input20Label } STATUS current DESCRIPTION "The sensor on port #20 has reached an alarm state." ::= { f3400PortTrap 20 } f3400Port21Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input21Label } STATUS current DESCRIPTION "The sensor on port #21 has reached an alarm state." ::= { f3400PortTrap 21 } f3400Port22Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input22Label } STATUS current DESCRIPTION "The sensor on port #22 has reached an alarm state." ::= { f3400PortTrap 22 } f3400Port23Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input23Label } STATUS current DESCRIPTION "The sensor on port #23 has reached an alarm state." ::= { f3400PortTrap 23 } f3400Port24Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input24Label } STATUS current DESCRIPTION "The sensor on port #24 has reached an alarm state." ::= { f3400PortTrap 24 } f3400Port25Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input25Label } STATUS current DESCRIPTION "The sensor on port #25 has reached an alarm state." ::= { f3400PortTrap 25 } f3400Port26Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input26Label } STATUS current DESCRIPTION "The sensor on port #26 has reached an alarm state." ::= { f3400PortTrap 26 } f3400Port27Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input27Label } STATUS current DESCRIPTION "The sensor on port #27 has reached an alarm state." ::= { f3400PortTrap 27 } f3400Port28Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input28Label } STATUS current DESCRIPTION "The sensor on port #28 has reached an alarm state." ::= { f3400PortTrap 28 } f3400Port29Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input29Label } STATUS current DESCRIPTION "The sensor on port #29 has reached an alarm state." ::= { f3400PortTrap 29 } f3400Port30Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input30Label } STATUS current DESCRIPTION "The sensor on port #30 has reached an alarm state." ::= { f3400PortTrap 30 } f3400Port31Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input31Label } STATUS current DESCRIPTION "The sensor on port #31 has reached an alarm state." ::= { f3400PortTrap 31 } f3400Port32Trap NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input32Label } STATUS current DESCRIPTION "The sensor on port #32 has reached an alarm state." ::= { f3400PortTrap 32 } f3400PortTrapClear OBJECT IDENTIFIER ::= { f3400MIB 11 } f3400Port01TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input1Reading, f3400Input1UOM, f3400Input1OffLabel } STATUS current DESCRIPTION "The internal temperature sensor alarm has returned to normal." ::= { f3400PortTrapClear 1 } f3400Port02TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input2Reading, f3400Input2UOM, f3400Input2OffLabel } STATUS current DESCRIPTION "The internal humidity sensor alarm has returned to normal." ::= { f3400PortTrapClear 2 } f3400Port03TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input3Reading, f3400Input3UOM, f3400Input3OffLabel } STATUS current DESCRIPTION "The sensor on port #03 has returned to normal." ::= { f3400PortTrapClear 3 } f3400Port04TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input4Reading, f3400Input4UOM, f3400Input4OffLabel } STATUS current DESCRIPTION "The sensor on port #04 has returned to normal." ::= { f3400PortTrapClear 4 } f3400Port05TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input5OffLabel } STATUS current DESCRIPTION "The sensor on port #05 has returned to normal." ::= { f3400PortTrapClear 5 } f3400Port06TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input6OffLabel } STATUS current DESCRIPTION "The sensor on port #06 has returned to normal." ::= { f3400PortTrapClear 6 } f3400Port07TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input7OffLabel } STATUS current DESCRIPTION "The sensor on port #07 has returned to normal." ::= { f3400PortTrapClear 7 } f3400Port08TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input8OffLabel } STATUS current DESCRIPTION "The sensor on port #08 has returned to normal." ::= { f3400PortTrapClear 8 } f3400Port09TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input9OffLabel } STATUS current DESCRIPTION "The sensor on port #09 has returned to normal." ::= { f3400PortTrapClear 9 } f3400Port10TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input10OffLabel } STATUS current DESCRIPTION "The sensor on port #10 has returned to normal." ::= { f3400PortTrapClear 10 } f3400Port11TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input11OffLabel } STATUS current DESCRIPTION "The sensor on port #11 has returned to normal." ::= { f3400PortTrapClear 11 } f3400Port12TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input12OffLabel } STATUS current DESCRIPTION "The sensor on port #12 has returned to normal." ::= { f3400PortTrapClear 12 } f3400Port13TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input13OffLabel } STATUS current DESCRIPTION "The sensor on port #13 has returned to normal." ::= { f3400PortTrapClear 13 } f3400Port14TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input14OffLabel } STATUS current DESCRIPTION "The sensor on port #14 has returned to normal." ::= { f3400PortTrapClear 14 } f3400Port15TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input15OffLabel } STATUS current DESCRIPTION "The sensor on port #15 has returned to normal." ::= { f3400PortTrapClear 15 } f3400Port16TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input16OffLabel } STATUS current DESCRIPTION "The sensor on port #16 has returned to normal." ::= { f3400PortTrapClear 16 } f3400Port17TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input17OffLabel } STATUS current DESCRIPTION "The sensor on port #17 has returned to normal." ::= { f3400PortTrapClear 17 } f3400Port18TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input18OffLabel } STATUS current DESCRIPTION "The sensor on port #18 has returned to normal." ::= { f3400PortTrapClear 18 } f3400Port19TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input19OffLabel } STATUS current DESCRIPTION "The sensor on port #19 has returned to normal." ::= { f3400PortTrapClear 19 } f3400Port20TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input20OffLabel } STATUS current DESCRIPTION "The sensor on port #20 has returned to normal." ::= { f3400PortTrapClear 20 } f3400Port21TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input21OffLabel } STATUS current DESCRIPTION "The sensor on port #21 has returned to normal." ::= { f3400PortTrapClear 21 } f3400Port22TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input22OffLabel } STATUS current DESCRIPTION "The sensor on port #22 has returned to normal." ::= { f3400PortTrapClear 22 } f3400Port23TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input23OffLabel } STATUS current DESCRIPTION "The sensor on port #23 has returned to normal." ::= { f3400PortTrapClear 23 } f3400Port24TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input24OffLabel } STATUS current DESCRIPTION "The sensor on port #24 has returned to normal." ::= { f3400PortTrapClear 24 } f3400Port25TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input25OffLabel } STATUS current DESCRIPTION "The sensor on port #25 has returned to normal." ::= { f3400PortTrapClear 25 } f3400Port26TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input26OffLabel } STATUS current DESCRIPTION "The sensor on port #26 has returned to normal." ::= { f3400PortTrapClear 26 } f3400Port27TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input27OffLabel } STATUS current DESCRIPTION "The sensor on port #27 has returned to normal." ::= { f3400PortTrapClear 27 } f3400Port28TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input28OffLabel } STATUS current DESCRIPTION "The sensor on port #28 has returned to normal." ::= { f3400PortTrapClear 28 } f3400Port29TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input29OffLabel } STATUS current DESCRIPTION "The sensor on port #29 has returned to normal." ::= { f3400PortTrapClear 29 } f3400Port30TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input30OffLabel } STATUS current DESCRIPTION "The sensor on port #30 has returned to normal." ::= { f3400PortTrapClear 30 } f3400Port31TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input31OffLabel } STATUS current DESCRIPTION "The sensor on port #31 has returned to normal." ::= { f3400PortTrapClear 31 } f3400Port32TrapClear NOTIFICATION-TYPE OBJECTS { f3400AlarmId, f3400AlarmDescr, f3400Input32OffLabel } STATUS current DESCRIPTION "The sensor on port #32 has returned to normal." ::= { f3400PortTrapClear 32 } -- --The f3400 Extension -- f34008 OBJECT IDENTIFIER ::= { f3400 2 } rleF3400MibV2ModIdentDefaultConformance OBJECT IDENTIFIER ::= { rleF3400MibV2ModIdentDefault 1 } rleF3400MibV2ModIdentDefaultGroups OBJECT IDENTIFIER ::= { rleF3400MibV2ModIdentDefaultConformance 1 } rleF3400MibAllObjects OBJECT-GROUP OBJECTS { f3400IdentManufacturer, f3400IdentModel, f3400IdentSoftwareVersion, f3400IdentSpecific, f3400Clock, f3400InputVoltage, f3400AnalogAverage, f3400Input1State, f3400Input1Reading, f3400Input1Offset, f3400Input1Label, f3400Input1UOM, f3400Input1HighLimit2, f3400Input1HighLimit, f3400Input1LowLimit, f3400Input1LowLimit2, f3400Input1Delay, f3400Input1Hysteresis, f3400Input1Schedule, f3400Input1OffLabel, f3400Input2State, f3400Input2Reading, f3400Input2Gain, f3400Input2Offset, f3400Input2Label, f3400Input2UOM, f3400Input2HighLimit2, f3400Input2HighLimit, f3400Input2LowLimit, f3400Input2LowLimit2, f3400Input2Delay, f3400Input2Hysteresis, f3400Input2Schedule, f3400Input2OffLabel, f3400Input3State, f3400Input3Reading, f3400Input3Gain, f3400Input3Offset, f3400Input3Label, f3400Input3UOM, f3400Input3HighLimit2, f3400Input3HighLimit, f3400Input3LowLimit, f3400Input3LowLimit2, f3400Input3Delay, f3400Input3Hysteresis, f3400Input3Schedule, f3400Input3OffLabel, f3400Input4State, f3400Input4Reading, f3400Input4Gain, f3400Input4Offset, f3400Input4Label, f3400Input4UOM, f3400Input4HighLimit2, f3400Input4HighLimit, f3400Input4LowLimit, f3400Input4LowLimit2, f3400Input4Delay, f3400Input4Hysteresis, f3400Input4Schedule, f3400Input4OffLabel, f3400Input5State, f3400Input5Reading, f3400Input5Gain, f3400Input5Offset, f3400Input5Label, f3400Input5UOM, f3400Input5HighLimit2, f3400Input5HighLimit, f3400Input5LowLimit, f3400Input5LowLimit2, f3400Input5Delay, f3400Input5Hysteresis, f3400Input5Schedule, f3400Input5OffLabel, f3400Input6State, f3400Input6Reading, f3400Input6Gain, f3400Input6Offset, f3400Input6Label, f3400Input6UOM, f3400Input6HighLimit2, f3400Input6HighLimit, f3400Input6LowLimit, f3400Input6LowLimit2, f3400Input6Delay, f3400Input6Hysteresis, f3400Input6Schedule, f3400Input6OffLabel, f3400Input7State, f3400Input7Reading, f3400Input7Gain, f3400Input7Offset, f3400Input7Label, f3400Input7UOM, f3400Input7HighLimit2, f3400Input7HighLimit, f3400Input7LowLimit, f3400Input7LowLimit2, f3400Input7Delay, f3400Input7Hysteresis, f3400Input7Schedule, f3400Input7OffLabel, f3400Input8State, f3400Input8Reading, f3400Input8Gain, f3400Input8Offset, f3400Input8Label, f3400Input8UOM, f3400Input8HighLimit2, f3400Input8HighLimit, f3400Input8LowLimit, f3400Input8LowLimit2, f3400Input8Delay, f3400Input8Hysteresis, f3400Input8Schedule, f3400Input8OffLabel, f3400Input9State, f3400Input9Reading, f3400Input9Label, f3400Input9Delay, f3400Input9Schedule, f3400Input9OffLabel, f3400Input10State, f3400Input10Reading, f3400Input10Label, f3400Input10Delay, f3400Input10Schedule, f3400Input10OffLabel, f3400Input11State, f3400Input11Reading, f3400Input11Label, f3400Input11Delay, f3400Input11Schedule, f3400Input11OffLabel, f3400Input12State, f3400Input12Reading, f3400Input12Label, f3400Input12Delay, f3400Input12Schedule, f3400Input12OffLabel, f3400Input13State, f3400Input13Reading, f3400Input13Label, f3400Input13Delay, f3400Input13Schedule, f3400Input13OffLabel, f3400Input14State, f3400Input14Reading, f3400Input14Label, f3400Input14Delay, f3400Input14Schedule, f3400Input14OffLabel, f3400Input15State, f3400Input15Reading, f3400Input15Label, f3400Input15Delay, f3400Input15Schedule, f3400Input15OffLabel, f3400Input16State, f3400Input16Reading, f3400Input16Label, f3400Input16Delay, f3400Input16Schedule, f3400Input16OffLabel, f3400Input17State, f3400Input17Reading, f3400Input17Label, f3400Input17Delay, f3400Input17Schedule, f3400Input17OffLabel, f3400Input18State, f3400Input18Reading, f3400Input18Label, f3400Input18Delay, f3400Input18Schedule, f3400Input18OffLabel, f3400Input19State, f3400Input19Reading, f3400Input19Label, f3400Input19Delay, f3400Input19Schedule, f3400Input19OffLabel, f3400Input20State, f3400Input20Reading, f3400Input20Label, f3400Input20Delay, f3400Input20Schedule, f3400Input20OffLabel, f3400Input21State, f3400Input21Reading, f3400Input21Label, f3400Input21Delay, f3400Input21Schedule, f3400Input21OffLabel, f3400Input22State, f3400Input22Reading, f3400Input22Label, f3400Input22Delay, f3400Input22Schedule, f3400Input22OffLabel, f3400Input23State, f3400Input23Reading, f3400Input23Label, f3400Input23Delay, f3400Input23Schedule, f3400Input23OffLabel, f3400Input24State, f3400Input24Reading, f3400Input24Label, f3400Input24Delay, f3400Input24Schedule, f3400Input24OffLabel, f3400Input25State, f3400Input25Reading, f3400Input25Label, f3400Input25Delay, f3400Input25Schedule, f3400Input25OffLabel, f3400Input26State, f3400Input26Reading, f3400Input26Label, f3400Input26Delay, f3400Input26Schedule, f3400Input26OffLabel, f3400Input27State, f3400Input27Reading, f3400Input27Label, f3400Input27Delay, f3400Input27Schedule, f3400Input27OffLabel, f3400Input28State, f3400Input28Reading, f3400Input28Label, f3400Input28Delay, f3400Input28Schedule, f3400Input28OffLabel, f3400Input29State, f3400Input29Reading, f3400Input29Label, f3400Input29Delay, f3400Input29Schedule, f3400Input29OffLabel, f3400Input30State, f3400Input30Reading, f3400Input30Label, f3400Input30Delay, f3400Input30Schedule, f3400Input30OffLabel, f3400Input31State, f3400Input31Reading, f3400Input31Label, f3400Input31Delay, f3400Input31Schedule, f3400Input31OffLabel, f3400Input32State, f3400Input32Reading, f3400Input32Label, f3400Input32Delay, f3400Input32Schedule, f3400Input32OffLabel, f3400AlarmsPresent, f3400Input1HighAlarm, f3400Input1LowAlarm, f3400Input1High2Alarm, f3400Input1Low2Alarm, f3400Input2HighAlarm, f3400Input2LowAlarm, f3400Input2High2Alarm, f3400Input2Low2Alarm, f3400Input3HighAlarm, f3400Input3LowAlarm, f3400Input3High2Alarm, f3400Input3Low2Alarm, f3400Input4HighAlarm, f3400Input4LowAlarm, f3400Input4High2Alarm, f3400Input4Low2Alarm, f3400Input5HighAlarm, f3400Input5LowAlarm, f3400Input5High2Alarm, f3400Input5Low2Alarm, f3400Input6HighAlarm, f3400Input6LowAlarm, f3400Input6High2Alarm, f3400Input6Low2Alarm, f3400Input7HighAlarm, f3400Input7LowAlarm, f3400Input7High2Alarm, f3400Input7Low2Alarm, f3400Input8HighAlarm, f3400Input8LowAlarm, f3400Input8High2Alarm, f3400Input8Low2Alarm, f3400Input5DigAlarm, f3400Input6DigAlarm, f3400Input7DigAlarm, f3400Input8DigAlarm, f3400Input9DigAlarm, f3400Input10DigAlarm, f3400Input11DigAlarm, f3400Input12DigAlarm, f3400Input13DigAlarm, f3400Input14DigAlarm, f3400Input15DigAlarm, f3400Input16DigAlarm, f3400Input17DigAlarm, f3400Input18DigAlarm, f3400Input19DigAlarm, f3400Input20DigAlarm, f3400Input21DigAlarm, f3400Input22DigAlarm, f3400Input23DigAlarm, f3400Input24DigAlarm, f3400Input25DigAlarm, f3400Input26DigAlarm, f3400Input27DigAlarm, f3400Input28DigAlarm, f3400Input29DigAlarm, f3400Input30DigAlarm, f3400Input31DigAlarm, f3400Input32DigAlarm, f3400AlarmHistoryEntries, f3400AlarmHistoryClear, f3400PersistantTraps, f3400AlarmAcknowledge, f3400ScheduleABeginDOW, f3400ScheduleAEndDOW, f3400ScheduleABeginTime, f3400ScheduleAEndTime, f3400ScheduleBBeginDOW, f3400ScheduleBEndDOW, f3400ScheduleBBeginTime, f3400ScheduleBEndTime, f3400AlarmDescr, f3400AlarmHistoryText } STATUS current DESCRIPTION "This automatically created object group contains all those objects that do not belong to any other OBJECT-GROUP" ::= { rleF3400MibV2ModIdentDefaultGroups 1 } rleF3400MibAllNotifications NOTIFICATION-GROUP NOTIFICATIONS { f3400Port01Trap, f3400Port02Trap, f3400Port03Trap, f3400Port04Trap, f3400Port05Trap, f3400Port06Trap, f3400Port07Trap, f3400Port08Trap, f3400Port09Trap, f3400Port10Trap, f3400Port11Trap, f3400Port12Trap, f3400Port13Trap, f3400Port14Trap, f3400Port15Trap, f3400Port16Trap, f3400Port17Trap, f3400Port18Trap, f3400Port19Trap, f3400Port20Trap, f3400Port21Trap, f3400Port22Trap, f3400Port23Trap, f3400Port24Trap, f3400Port25Trap, f3400Port26Trap, f3400Port27Trap, f3400Port28Trap, f3400Port29Trap, f3400Port30Trap, f3400Port31Trap, f3400Port32Trap, f3400Port01TrapClear, f3400Port02TrapClear, f3400Port03TrapClear, f3400Port04TrapClear, f3400Port05TrapClear, f3400Port06TrapClear, f3400Port07TrapClear, f3400Port08TrapClear, f3400Port09TrapClear, f3400Port10TrapClear, f3400Port11TrapClear, f3400Port12TrapClear, f3400Port13TrapClear, f3400Port14TrapClear, f3400Port15TrapClear, f3400Port16TrapClear, f3400Port17TrapClear, f3400Port18TrapClear, f3400Port19TrapClear, f3400Port20TrapClear, f3400Port21TrapClear, f3400Port22TrapClear, f3400Port23TrapClear, f3400Port24TrapClear, f3400Port25TrapClear, f3400Port26TrapClear, f3400Port27TrapClear, f3400Port28TrapClear, f3400Port29TrapClear, f3400Port30TrapClear, f3400Port31TrapClear, f3400Port32TrapClear } STATUS current DESCRIPTION "This automatically created notification group contains all notifications that do not belong to any other NOTIFICATION-GROUP" ::= { rleF3400MibV2ModIdentDefaultGroups 2 } END