21666 lines
564 KiB
Plaintext
21666 lines
564 KiB
Plaintext
-- MIB-module for Stulz WebInterfaceBoard
|
|
-- Generated on 2009-09-28 11:59:45
|
|
|
|
-- This MIB-module is used to access the Stulz WebInterfaceBoard 2 and the
|
|
-- devices it is connected to. It consists of two parts:
|
|
-- 1.) The subtree stulzWib.wibIntern contains datapoints regarding the
|
|
-- configuration of the WIB itself.
|
|
-- 2.) The subtree stulzWib.wibUnits contains the datapoints of the connected
|
|
-- units that can be accessed. These datapoints are contained in tables
|
|
-- that take three indexes:
|
|
-- * The bus-ID the device is connected to (1 or 2)
|
|
-- * The device-address (0 - 65535)
|
|
-- * The ID of the module to query (1 - 6 for devices with modules, e.g.
|
|
-- C6000, 1 for devices without modules, e.g. C7000)
|
|
-- Please note that a walk through this part of the MIB-module might take a
|
|
-- very long time. Also note that not all datapoints are supported by all
|
|
-- device-types.
|
|
|
|
Stulz-WIB8000-MIB DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
|
|
OBJECT-TYPE, NOTIFICATION-TYPE, MODULE-IDENTITY, Integer32, Unsigned32, enterprises
|
|
FROM SNMPv2-SMI
|
|
OBJECT-GROUP, NOTIFICATION-GROUP
|
|
FROM SNMPv2-CONF
|
|
;
|
|
|
|
-- Path to root:
|
|
-- internet OBJECT IDENTIFIER ::= { iso org(3) dod(6) 1 }
|
|
-- private OBJECT IDENTIFIER ::= { internet 4 }
|
|
-- enterprises OBJECT IDENTIFIER ::= { private 1 }
|
|
|
|
-- Stulz-specific part
|
|
|
|
stulz MODULE-IDENTITY
|
|
LAST-UPDATED "200909281159Z"
|
|
ORGANIZATION "Stulz GmbH Klimatechnik"
|
|
CONTACT-INFO "info@stulz.com"
|
|
DESCRIPTION "Enterprise-subtree for Stulz devices"
|
|
::= { enterprises 29462}
|
|
|
|
stulzWib OBJECT IDENTIFIER ::= { stulz 10 }
|
|
wibIntern OBJECT IDENTIFIER ::= { stulzWib 1 }
|
|
wibUnits OBJECT IDENTIFIER ::= { stulzWib 2 }
|
|
settings OBJECT IDENTIFIER ::= { wibIntern 1 }
|
|
wibGroups OBJECT IDENTIFIER ::= { wibIntern 11 }
|
|
wibAlarms OBJECT IDENTIFIER ::= { wibIntern 12 }
|
|
wibAlarmPrefix OBJECT IDENTIFIER ::= { wibAlarms 0 }
|
|
|
|
-- Submenues for internal datapoints
|
|
|
|
wib OBJECT IDENTIFIER ::= { settings 1 }
|
|
networkSettings OBJECT IDENTIFIER ::= { settings 2 }
|
|
mailSettings OBJECT IDENTIFIER ::= { settings 3 }
|
|
busSettings OBJECT IDENTIFIER ::= { settings 4 }
|
|
alarmSettings OBJECT IDENTIFIER ::= { settings 5 }
|
|
unitSettings OBJECT IDENTIFIER ::= { settings 6 }
|
|
loggingSettings OBJECT IDENTIFIER ::= { settings 7 }
|
|
eventSettings OBJECT IDENTIFIER ::= { settings 8 }
|
|
snmpSettings OBJECT IDENTIFIER ::= { settings 9 }
|
|
|
|
wibAlarmText OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE(0..64))
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Text of trap-body"
|
|
::= { wibAlarms 10 }
|
|
|
|
-- Definitions for indexes
|
|
|
|
wibIndexTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF WibIndexEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for defining the index values"
|
|
::= { wibIntern 13 }
|
|
|
|
wibIndexEntry OBJECT-TYPE
|
|
SYNTAX WibIndexEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the index table"
|
|
INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { wibIndexTable 1 }
|
|
|
|
WibIndexEntry ::= SEQUENCE {
|
|
wibBusNumber Integer32,
|
|
wibDeviceAddress Integer32,
|
|
wibModuleNumber Integer32
|
|
}
|
|
|
|
wibBusNumber OBJECT-TYPE
|
|
SYNTAX Integer32 (1..2)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Busnumber (1 or 2)"
|
|
::= { wibIndexEntry 11 }
|
|
|
|
wibDeviceAddress OBJECT-TYPE
|
|
SYNTAX Integer32 (0..65536)
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Address of device (0 - 65536)"
|
|
::= { wibIndexEntry 12 }
|
|
|
|
wibModuleNumber OBJECT-TYPE
|
|
SYNTAX Integer32 (1..6)
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Number of module (1 - 6)"
|
|
::= { wibIndexEntry 13 }
|
|
|
|
-- WIB-settings
|
|
-- ============
|
|
|
|
wibUnitname OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE(0..64))
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Shows name of Stulz WebInterfaceBoard"
|
|
::= { wib 65536 }
|
|
|
|
wibTempUnit OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Temperature-unit"
|
|
::= { wib 65538 }
|
|
|
|
wibFirmware OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Shows firmware version of Stulz WIB 8000"
|
|
::= { wib 65542 }
|
|
|
|
wibsettingAuxInLow OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE(0..64))
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"wibsettingAuxInLow"
|
|
::= { wib 65553 }
|
|
|
|
wibsettingAuxInHigh OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE(0..64))
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"wibsettingAuxInHigh"
|
|
::= { wib 65554 }
|
|
|
|
wibsettingAuxInMailaddress OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE(0..64))
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"wibsettingAuxInMailaddress"
|
|
::= { wib 65555 }
|
|
|
|
wibsettingAuxInSubject OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE(0..64))
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"wibsettingAuxInSubject"
|
|
::= { wib 65556 }
|
|
|
|
wibsettingAuxInState OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"wibsettingAuxInState"
|
|
::= { wib 65557 }
|
|
|
|
-- Network-settings
|
|
-- ================
|
|
networksettingUseDhcp OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"networksettingUseDhcp"
|
|
::= { networkSettings 6 }
|
|
|
|
-- Mail-Settings
|
|
-- =============
|
|
mailsettingSenderAddress OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"mailsettingSenderAddress"
|
|
::= { mailSettings 262144 }
|
|
|
|
mailsettingSmtpServer OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"mailsettingSmtpServer"
|
|
::= { mailSettings 262145 }
|
|
|
|
mailsettingSmtpPort OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"mailsettingSmtpPort"
|
|
::= { mailSettings 262146 }
|
|
|
|
mailsettingSmtpUser OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE(0..64))
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"mailsettingSmtpUser"
|
|
::= { mailSettings 262147 }
|
|
|
|
mailsettingSmtpPassword OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE(0..64))
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"mailsettingSmtpPassword"
|
|
::= { mailSettings 262148 }
|
|
|
|
mailsettingSmtpAuthentication OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"mailsettingSmtpAuthentication"
|
|
::= { mailSettings 262149 }
|
|
|
|
-- Bus-settings
|
|
-- ============
|
|
|
|
bussettingPackettimeoutMsBus0 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"bussettingPackettimeoutMsBus0"
|
|
::= { busSettings 196608 }
|
|
|
|
bussettingPackettimeoutMsBus1 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"bussettingPackettimeoutMsBus1"
|
|
::= { busSettings 196609 }
|
|
|
|
bussettingCachetimeoutSBus0 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"bussettingCachetimeoutSBus0"
|
|
::= { busSettings 196610 }
|
|
|
|
bussettingCachetimeoutSBus1 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"bussettingCachetimeoutSBus1"
|
|
::= { busSettings 196611 }
|
|
|
|
bussettingLogintervalSBus0 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"bussettingLogintervalSBus0"
|
|
::= { busSettings 196612 }
|
|
|
|
bussettingLogintervalSBus1 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"bussettingLogintervalSBus1"
|
|
::= { busSettings 196613 }
|
|
|
|
-- Alarm-settings
|
|
-- ==============
|
|
alarmsettingMaxalarmdelayS OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"alarmsettingMaxalarmdelayS"
|
|
::= { alarmSettings 131072 }
|
|
|
|
-- Table for 5 alarm-mailreceiver-entries
|
|
alarmMailTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF AlarmMailEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu alarmSettings"
|
|
::= { alarmSettings 1 }
|
|
|
|
alarmMailEntry OBJECT-TYPE
|
|
SYNTAX AlarmMailEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu alarmSettings"
|
|
INDEX { wibAlarmEntryNumber }
|
|
::= { alarmMailTable 1 }
|
|
|
|
AlarmMailEntry ::= SEQUENCE {
|
|
wibAlarmEntryNumber Unsigned32,
|
|
alarmsettingMailaddress1 OCTET STRING,
|
|
alarmsettingMailsubject1 OCTET STRING,
|
|
alarmsettingStarttime1 Unsigned32,
|
|
alarmsettingStoptime1 Unsigned32,
|
|
alarmsettingWeekday1 Unsigned32
|
|
}
|
|
|
|
alarmsettingMailaddress1 OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE(0..64))
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"alarmsettingMailaddress1"
|
|
::= { alarmMailEntry 131073 }
|
|
|
|
alarmsettingMailsubject1 OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE(0..64))
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"alarmsettingMailsubject1"
|
|
::= { alarmMailEntry 131078 }
|
|
|
|
alarmsettingStarttime1 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"alarmsettingStarttime1"
|
|
::= { alarmMailEntry 131083 }
|
|
|
|
alarmsettingStoptime1 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"alarmsettingStoptime1"
|
|
::= { alarmMailEntry 131088 }
|
|
|
|
alarmsettingWeekday1 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"alarmsettingWeekday1"
|
|
::= { alarmMailEntry 131093 }
|
|
|
|
wibAlarmEntryNumber OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"wibAlarmEntryNumber"
|
|
::= { alarmMailEntry 1 }
|
|
-- End of alarm-table
|
|
|
|
-- Unit-settings
|
|
-- =============
|
|
|
|
-- Table for unit-settings, index is bus-number and device-address
|
|
unitTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF UnitEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu unitSettings"
|
|
::= { unitSettings 1 }
|
|
|
|
unitEntry OBJECT-TYPE
|
|
SYNTAX UnitEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu unitSettings"
|
|
INDEX { wibBusNumber, wibDeviceAddress }
|
|
::= { unitTable 1 }
|
|
|
|
UnitEntry ::= SEQUENCE {
|
|
unitsettingName Unsigned32,
|
|
unitsettingHwType Unsigned32,
|
|
unitsettingType Unsigned32
|
|
}
|
|
|
|
unitsettingName OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unitsettingName"
|
|
::= { unitEntry 393221 }
|
|
|
|
unitsettingHwType OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unitsettingHwType"
|
|
::= { unitEntry 393222 }
|
|
|
|
unitsettingType OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unitsettingType"
|
|
::= { unitEntry 393223 }
|
|
|
|
-- End of unit-table
|
|
|
|
-- Logging
|
|
-- =======
|
|
wibsettingLogmailAddress OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE(0..64))
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"wibsettingLogmailAddress"
|
|
::= { loggingSettings 65543 }
|
|
|
|
wibsettingLogmailIntervalS OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"wibsettingLogmailIntervalS"
|
|
::= { loggingSettings 65544 }
|
|
|
|
-- Table for logged datapoints, index is bus-number, device-address and module-number
|
|
|
|
logUnitTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF LogUnitEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu loggingSettings"
|
|
::= { loggingSettings 1 }
|
|
|
|
logUnitEntry OBJECT-TYPE
|
|
SYNTAX LogUnitEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu loggingSettings"
|
|
AUGMENTS { wibIndexEntry }
|
|
::= { logUnitTable 1 }
|
|
|
|
LogUnitEntry ::= SEQUENCE {
|
|
unitsettingLoggedDp1 Unsigned32,
|
|
unitsettingLoggedDp2 Unsigned32,
|
|
unitsettingLoggedDp3 Unsigned32,
|
|
unitsettingLoggedDp4 Unsigned32,
|
|
unitsettingLoggedDp5 Unsigned32
|
|
}
|
|
|
|
unitsettingLoggedDp1 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unitsettingLoggedDp1"
|
|
::= { logUnitEntry 393216 }
|
|
|
|
unitsettingLoggedDp2 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unitsettingLoggedDp2"
|
|
::= { logUnitEntry 393217 }
|
|
|
|
unitsettingLoggedDp3 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unitsettingLoggedDp3"
|
|
::= { logUnitEntry 393218 }
|
|
|
|
unitsettingLoggedDp4 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unitsettingLoggedDp4"
|
|
::= { logUnitEntry 393219 }
|
|
|
|
unitsettingLoggedDp5 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unitsettingLoggedDp5"
|
|
::= { logUnitEntry 393220 }
|
|
-- End of logging-table
|
|
|
|
-- Event-notification
|
|
-- ==================
|
|
wibsettingEventmailAddress OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"wibsettingEventmailAddress"
|
|
::= { eventSettings 65545 }
|
|
|
|
wibsettingEventmailIntervalS OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"wibsettingEventmailIntervalS"
|
|
::= { eventSettings 65546 }
|
|
|
|
-- SNMP-settings
|
|
-- =============
|
|
snmpsettingReadcomm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"snmpsettingReadcomm"
|
|
::= { snmpSettings 327680 }
|
|
|
|
snmpsettingWritecomm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"snmpsettingWritecomm"
|
|
::= { snmpSettings 327681 }
|
|
|
|
snmpsettingTrapComm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"snmpsettingTrapComm"
|
|
::= { snmpSettings 327682 }
|
|
|
|
snmpsettingTrapReceiver OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"snmpsettingTrapReceiver"
|
|
::= { snmpSettings 327683 }
|
|
|
|
snmpsettingTrapPort OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"snmpsettingTrapPort"
|
|
::= { snmpSettings 327684 }
|
|
|
|
-- Group containing all settings-datapoints
|
|
wibSettingsGroup OBJECT-GROUP
|
|
OBJECTS {wibUnitname, wibTempUnit, wibFirmware,
|
|
wibsettingAuxInLow, wibsettingAuxInHigh,
|
|
wibsettingAuxInMailaddress, wibsettingAuxInSubject,
|
|
wibsettingAuxInState,
|
|
networksettingUseDhcp, mailsettingSenderAddress,
|
|
mailsettingSmtpServer, mailsettingSmtpPort,
|
|
mailsettingSmtpUser, mailsettingSmtpPassword,
|
|
mailsettingSmtpAuthentication,
|
|
bussettingPackettimeoutMsBus0,
|
|
bussettingPackettimeoutMsBus1, bussettingCachetimeoutSBus0,
|
|
bussettingCachetimeoutSBus1, bussettingLogintervalSBus0,
|
|
bussettingLogintervalSBus1, alarmsettingMaxalarmdelayS,
|
|
alarmsettingMailaddress1, alarmsettingMailsubject1, alarmsettingStarttime1,
|
|
alarmsettingStoptime1, alarmsettingWeekday1, unitsettingName,
|
|
unitsettingHwType, unitsettingType,
|
|
wibsettingLogmailAddress, wibsettingLogmailIntervalS,
|
|
unitsettingLoggedDp1, unitsettingLoggedDp2,
|
|
unitsettingLoggedDp3, unitsettingLoggedDp4,
|
|
unitsettingLoggedDp5, wibsettingEventmailAddress,
|
|
wibsettingEventmailIntervalS,
|
|
snmpsettingReadcomm, snmpsettingWritecomm,
|
|
snmpsettingTrapComm, snmpsettingTrapReceiver,
|
|
snmpsettingTrapPort}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Group for all settings"
|
|
::= {wibGroups 1}
|
|
|
|
-- =============================
|
|
-- Trap-Definitions for AC-Units
|
|
-- =============================
|
|
|
|
stulzAlarmNotificationGroup NOTIFICATION-GROUP
|
|
NOTIFICATIONS {
|
|
freeze,
|
|
airflow1,
|
|
airflow2,
|
|
airflow3,
|
|
highpressure1,
|
|
highpressure2,
|
|
waterDetector,
|
|
phasecheck,
|
|
fireSmoke,
|
|
returnAirTempTooHighAlarm,
|
|
returnAirHumidTooHighAlarm,
|
|
supplyAirTempTooHighAlarm,
|
|
supplyAirHumidTooHighAlarm,
|
|
waterTempTooHighAlarm,
|
|
returnAirTempTooLowAlarm,
|
|
returnAirHumidTooLowAlarm,
|
|
supplyAirTempTooLowAlarm,
|
|
supplyAirHumidTooLowAlarm,
|
|
waterTempTooLowAlarm,
|
|
sensor1LimitAlarm,
|
|
sensor2LimitAlarm,
|
|
sensor3LimitAlarm,
|
|
sensor4LimitAlarm,
|
|
sensor5LimitAlarm,
|
|
sensor6LimitAlarm,
|
|
sensor7LimitAlarm,
|
|
sensor8LimitAlarm,
|
|
sensor9LimitAlarm,
|
|
sensor10LimitAlarm,
|
|
sensor11LimitAlarm,
|
|
sensor12LimitAlarm,
|
|
sensor13LimitAlarm,
|
|
sensor14LimitAlarm,
|
|
sensor15LimitAlarm,
|
|
sensor16LimitAlarm,
|
|
sensor17LimitAlarm,
|
|
sensor18LimitAlarm,
|
|
sensor19LimitAlarm,
|
|
sensor20LimitAlarm,
|
|
sensor21LimitAlarm,
|
|
sensor1DefectAlarm,
|
|
sensor2DefectAlarm,
|
|
sensor3DefectAlarm,
|
|
sensor4DefectAlarm,
|
|
sensor5DefectAlarm,
|
|
sensor6DefectAlarm,
|
|
sensor7DefectAlarm,
|
|
sensor8DefectAlarm,
|
|
sensor9DefectAlarm,
|
|
sensor10DefectAlarm,
|
|
sensor11DefectAlarm,
|
|
sensor12DefectAlarm,
|
|
sensor13DefectAlarm,
|
|
sensor14DefectAlarm,
|
|
sensor15DefectAlarm,
|
|
sensor16DefectAlarm,
|
|
sensor17DefectAlarm,
|
|
sensor18DefectAlarm,
|
|
sensor19DefectAlarm,
|
|
sensor20DefectAlarm,
|
|
sensor21DefectAlarm,
|
|
compr1Alarm,
|
|
compr2Alarm,
|
|
compr1LowPressAlarm,
|
|
compr2LowPressAlarm,
|
|
elecHeating1Alarm,
|
|
elecHeating2Alarm,
|
|
elecHeating3Alarm,
|
|
elecHeating4Alarm,
|
|
drycooler1Alarm,
|
|
drycooler2Alarm,
|
|
drycooler3Alarm,
|
|
drycooler4Alarm,
|
|
pump1Alarm,
|
|
pump2Alarm,
|
|
pump3Alarm,
|
|
pump4Alarm,
|
|
humidifier1Alarm,
|
|
humidifier2Alarm,
|
|
humidifier3Alarm,
|
|
humidifier1Alarm5uS,
|
|
humidifier2Alarm5uS,
|
|
humidifier3Alarm5uS,
|
|
humidifier1Alarm20uS,
|
|
humidifier2Alarm20uS,
|
|
humidifier3Alarm20uS,
|
|
fan1Alarm,
|
|
fan2Alarm,
|
|
fan3Alarm,
|
|
fan1FilterAlarm,
|
|
fan2FilterAlarm,
|
|
fan3FilterAlarm,
|
|
extAlarm1Active,
|
|
extAlarm2Active,
|
|
extAlarm3Active,
|
|
extAlarm4Active,
|
|
extAlarm5Active,
|
|
extAlarm6Active,
|
|
extAlarm7Active,
|
|
extAlarm8Active,
|
|
extAlarm9Active,
|
|
extAlarm10Active,
|
|
hotgasHeatingAlarm,
|
|
eev1PressureSensorError,
|
|
eev1TemperatureSensorError,
|
|
eev1StepperMotorError,
|
|
eev2PressureSensorError,
|
|
eev2TemperatureSensorError,
|
|
eev2StepperMotorError,
|
|
waterflowFailure,
|
|
unitOffline,
|
|
alarmQueryError,
|
|
compr3LowPressAlarm,
|
|
compr4LowPressAlarm,
|
|
compr5LowPressAlarm,
|
|
compr6LowPressAlarm,
|
|
condensor1Alarm,
|
|
condensor2Alarm,
|
|
outAirTempTooHigh,
|
|
outAirTempTooLow,
|
|
ioExtError,
|
|
waterOutTempTooHigh,
|
|
waterOutTempTooLow,
|
|
unit1Failure,
|
|
unit2Failure,
|
|
transmissionFailure,
|
|
controllerFailure,
|
|
reheatFailure
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"List of all notifications supported by the WIB"
|
|
::= { wibGroups 2 }
|
|
|
|
freeze NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"freeze"
|
|
::= { wibAlarmPrefix 1 }
|
|
|
|
airflow1 NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"airflow1"
|
|
::= { wibAlarmPrefix 2 }
|
|
|
|
airflow2 NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"airflow2"
|
|
::= { wibAlarmPrefix 3}
|
|
|
|
airflow3 NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"airflow3"
|
|
::= { wibAlarmPrefix 4}
|
|
|
|
highpressure1 NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"highpressure1"
|
|
::= { wibAlarmPrefix 5}
|
|
|
|
highpressure2 NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"highpressure2"
|
|
::= { wibAlarmPrefix 6}
|
|
|
|
waterDetector NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"waterDetector"
|
|
::= { wibAlarmPrefix 7}
|
|
|
|
phasecheck NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"phasecheck"
|
|
::= { wibAlarmPrefix 8}
|
|
|
|
fireSmoke NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fireSmoke"
|
|
::= { wibAlarmPrefix 9}
|
|
|
|
returnAirTempTooHighAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"returnAirTempTooHighAlarm"
|
|
::= { wibAlarmPrefix 10}
|
|
|
|
returnAirHumidTooHighAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"returnAirHumidTooHighAlarm"
|
|
::= { wibAlarmPrefix 11}
|
|
|
|
supplyAirTempTooHighAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"supplyAirTempTooHighAlarm"
|
|
::= { wibAlarmPrefix 12}
|
|
|
|
supplyAirHumidTooHighAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"supplyAirHumidTooHighAlarm"
|
|
::= { wibAlarmPrefix 13}
|
|
|
|
waterTempTooHighAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"waterTempTooHighAlarm"
|
|
::= { wibAlarmPrefix 14}
|
|
|
|
returnAirTempTooLowAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"returnAirTempTooLowAlarm"
|
|
::= { wibAlarmPrefix 15}
|
|
|
|
returnAirHumidTooLowAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"returnAirHumidTooLowAlarm"
|
|
::= { wibAlarmPrefix 16}
|
|
|
|
supplyAirTempTooLowAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"supplyAirTempTooLowAlarm"
|
|
::= { wibAlarmPrefix 17}
|
|
|
|
supplyAirHumidTooLowAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"supplyAirHumidTooLowAlarm"
|
|
::= { wibAlarmPrefix 18}
|
|
|
|
waterTempTooLowAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"waterTempTooLowAlarm"
|
|
::= { wibAlarmPrefix 19}
|
|
|
|
sensor1LimitAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor1LimitAlarm"
|
|
::= { wibAlarmPrefix 20}
|
|
|
|
sensor2LimitAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor2LimitAlarm"
|
|
::= { wibAlarmPrefix 21}
|
|
|
|
sensor3LimitAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor3LimitAlarm"
|
|
::= { wibAlarmPrefix 22}
|
|
|
|
sensor4LimitAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor4LimitAlarm"
|
|
::= { wibAlarmPrefix 23}
|
|
|
|
sensor5LimitAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor5LimitAlarm"
|
|
::= { wibAlarmPrefix 24}
|
|
|
|
sensor6LimitAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor6LimitAlarm"
|
|
::= { wibAlarmPrefix 25}
|
|
|
|
sensor7LimitAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor7LimitAlarm"
|
|
::= { wibAlarmPrefix 26}
|
|
|
|
sensor8LimitAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor8LimitAlarm"
|
|
::= { wibAlarmPrefix 27}
|
|
|
|
sensor9LimitAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor9LimitAlarm"
|
|
::= { wibAlarmPrefix 28}
|
|
|
|
sensor10LimitAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor10LimitAlarm"
|
|
::= { wibAlarmPrefix 29}
|
|
|
|
sensor11LimitAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor11LimitAlarm"
|
|
::= { wibAlarmPrefix 30}
|
|
|
|
sensor12LimitAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor12LimitAlarm"
|
|
::= { wibAlarmPrefix 31}
|
|
|
|
sensor13LimitAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor13LimitAlarm"
|
|
::= { wibAlarmPrefix 32}
|
|
|
|
sensor14LimitAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor14LimitAlarm"
|
|
::= { wibAlarmPrefix 33}
|
|
|
|
sensor15LimitAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor15LimitAlarm"
|
|
::= { wibAlarmPrefix 34}
|
|
|
|
sensor16LimitAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor16LimitAlarm"
|
|
::= { wibAlarmPrefix 35}
|
|
|
|
sensor17LimitAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor17LimitAlarm"
|
|
::= { wibAlarmPrefix 36}
|
|
|
|
sensor18LimitAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor18LimitAlarm"
|
|
::= { wibAlarmPrefix 37}
|
|
|
|
sensor19LimitAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor19LimitAlarm"
|
|
::= { wibAlarmPrefix 38}
|
|
|
|
sensor20LimitAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor20LimitAlarm"
|
|
::= { wibAlarmPrefix 39}
|
|
|
|
sensor21LimitAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor21LimitAlarm"
|
|
::= { wibAlarmPrefix 40}
|
|
|
|
sensor1DefectAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor1DefectAlarm"
|
|
::= { wibAlarmPrefix 41}
|
|
|
|
sensor2DefectAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor2DefectAlarm"
|
|
::= { wibAlarmPrefix 42}
|
|
|
|
sensor3DefectAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor3DefectAlarm"
|
|
::= { wibAlarmPrefix 43}
|
|
|
|
sensor4DefectAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor4DefectAlarm"
|
|
::= { wibAlarmPrefix 44}
|
|
|
|
sensor5DefectAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor5DefectAlarm"
|
|
::= { wibAlarmPrefix 45}
|
|
|
|
sensor6DefectAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor6DefectAlarm"
|
|
::= { wibAlarmPrefix 46}
|
|
|
|
sensor7DefectAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor7DefectAlarm"
|
|
::= { wibAlarmPrefix 47}
|
|
|
|
sensor8DefectAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor8DefectAlarm"
|
|
::= { wibAlarmPrefix 48}
|
|
|
|
sensor9DefectAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor9DefectAlarm"
|
|
::= { wibAlarmPrefix 49}
|
|
|
|
sensor10DefectAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor10DefectAlarm"
|
|
::= { wibAlarmPrefix 50}
|
|
|
|
sensor11DefectAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor11DefectAlarm"
|
|
::= { wibAlarmPrefix 51}
|
|
|
|
sensor12DefectAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor12DefectAlarm"
|
|
::= { wibAlarmPrefix 52}
|
|
|
|
sensor13DefectAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor13DefectAlarm"
|
|
::= { wibAlarmPrefix 53}
|
|
|
|
sensor14DefectAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor14DefectAlarm"
|
|
::= { wibAlarmPrefix 54}
|
|
|
|
sensor15DefectAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor15DefectAlarm"
|
|
::= { wibAlarmPrefix 55}
|
|
|
|
sensor16DefectAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor16DefectAlarm"
|
|
::= { wibAlarmPrefix 56}
|
|
|
|
sensor17DefectAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor17DefectAlarm"
|
|
::= { wibAlarmPrefix 57}
|
|
|
|
sensor18DefectAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor18DefectAlarm"
|
|
::= { wibAlarmPrefix 58}
|
|
|
|
sensor19DefectAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor19DefectAlarm"
|
|
::= { wibAlarmPrefix 59}
|
|
|
|
sensor20DefectAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor20DefectAlarm"
|
|
::= { wibAlarmPrefix 60}
|
|
|
|
sensor21DefectAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor21DefectAlarm"
|
|
::= { wibAlarmPrefix 61}
|
|
|
|
compr1Alarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr1Alarm"
|
|
::= { wibAlarmPrefix 62}
|
|
|
|
compr2Alarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr2Alarm"
|
|
::= { wibAlarmPrefix 63}
|
|
|
|
compr1LowPressAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr1LowPressAlarm"
|
|
::= { wibAlarmPrefix 64}
|
|
|
|
compr2LowPressAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr2LowPressAlarm"
|
|
::= { wibAlarmPrefix 65}
|
|
|
|
elecHeating1Alarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elecHeating1Alarm"
|
|
::= { wibAlarmPrefix 66}
|
|
|
|
elecHeating2Alarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elecHeating2Alarm"
|
|
::= { wibAlarmPrefix 67}
|
|
|
|
elecHeating3Alarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elecHeating3Alarm"
|
|
::= { wibAlarmPrefix 68}
|
|
|
|
elecHeating4Alarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elecHeating4Alarm"
|
|
::= { wibAlarmPrefix 69}
|
|
|
|
drycooler1Alarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler1Alarm"
|
|
::= { wibAlarmPrefix 70}
|
|
|
|
drycooler2Alarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler2Alarm"
|
|
::= { wibAlarmPrefix 71}
|
|
|
|
drycooler3Alarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler3Alarm"
|
|
::= { wibAlarmPrefix 72}
|
|
|
|
drycooler4Alarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler4Alarm"
|
|
::= { wibAlarmPrefix 73}
|
|
|
|
pump1Alarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1Alarm"
|
|
::= { wibAlarmPrefix 74}
|
|
|
|
pump2Alarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2Alarm"
|
|
::= { wibAlarmPrefix 75}
|
|
|
|
pump3Alarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3Alarm"
|
|
::= { wibAlarmPrefix 76}
|
|
|
|
pump4Alarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4Alarm"
|
|
::= { wibAlarmPrefix 77}
|
|
|
|
humidifier1Alarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1Alarm"
|
|
::= { wibAlarmPrefix 78}
|
|
|
|
humidifier2Alarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier2Alarm"
|
|
::= { wibAlarmPrefix 79}
|
|
|
|
humidifier3Alarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier3Alarm"
|
|
::= { wibAlarmPrefix 80}
|
|
|
|
humidifier1Alarm5uS NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1Alarm5uS"
|
|
::= { wibAlarmPrefix 81}
|
|
|
|
humidifier2Alarm5uS NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier2Alarm5uS"
|
|
::= { wibAlarmPrefix 82}
|
|
|
|
humidifier3Alarm5uS NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier3Alarm5uS"
|
|
::= { wibAlarmPrefix 83}
|
|
|
|
humidifier1Alarm20uS NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1Alarm20uS"
|
|
::= { wibAlarmPrefix 84}
|
|
|
|
humidifier2Alarm20uS NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier2Alarm20uS"
|
|
::= { wibAlarmPrefix 85}
|
|
|
|
humidifier3Alarm20uS NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier3Alarm20uS"
|
|
::= { wibAlarmPrefix 86}
|
|
|
|
fan1Alarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1Alarm"
|
|
::= { wibAlarmPrefix 87}
|
|
|
|
fan2Alarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan2Alarm"
|
|
::= { wibAlarmPrefix 88}
|
|
|
|
fan3Alarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan3Alarm"
|
|
::= { wibAlarmPrefix 89}
|
|
|
|
fan1FilterAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1FilterAlarm"
|
|
::= { wibAlarmPrefix 90}
|
|
|
|
fan2FilterAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan2FilterAlarm"
|
|
::= { wibAlarmPrefix 91}
|
|
|
|
fan3FilterAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan3FilterAlarm"
|
|
::= { wibAlarmPrefix 92}
|
|
|
|
extAlarm1Active NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"extAlarm1Active"
|
|
::= { wibAlarmPrefix 93}
|
|
|
|
extAlarm2Active NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"extAlarm2Active"
|
|
::= { wibAlarmPrefix 94}
|
|
|
|
extAlarm3Active NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"extAlarm3Active"
|
|
::= { wibAlarmPrefix 95}
|
|
|
|
extAlarm4Active NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"extAlarm4Active"
|
|
::= { wibAlarmPrefix 96}
|
|
|
|
extAlarm5Active NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"extAlarm5Active"
|
|
::= { wibAlarmPrefix 97}
|
|
|
|
extAlarm6Active NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"extAlarm6Active"
|
|
::= { wibAlarmPrefix 98}
|
|
|
|
extAlarm7Active NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"extAlarm7Active"
|
|
::= { wibAlarmPrefix 99}
|
|
|
|
extAlarm8Active NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"extAlarm8Active"
|
|
::= { wibAlarmPrefix 100}
|
|
|
|
extAlarm9Active NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"extAlarm9Active"
|
|
::= { wibAlarmPrefix 101}
|
|
|
|
extAlarm10Active NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"extAlarm10Active"
|
|
::= { wibAlarmPrefix 102}
|
|
|
|
hotgasHeatingAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hotgasHeatingAlarm"
|
|
::= { wibAlarmPrefix 103}
|
|
|
|
eev1PressureSensorError NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1PressureSensorError"
|
|
::= { wibAlarmPrefix 104}
|
|
|
|
eev1TemperatureSensorError NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1TemperatureSensorError"
|
|
::= { wibAlarmPrefix 105}
|
|
|
|
eev1StepperMotorError NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1StepperMotorError"
|
|
::= { wibAlarmPrefix 106}
|
|
|
|
eev2PressureSensorError NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2PressureSensorError"
|
|
::= { wibAlarmPrefix 107}
|
|
|
|
eev2TemperatureSensorError NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2TemperatureSensorError"
|
|
::= { wibAlarmPrefix 108}
|
|
|
|
eev2StepperMotorError NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2StepperMotorError"
|
|
::= { wibAlarmPrefix 109}
|
|
|
|
waterflowFailure NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"waterflowFailure"
|
|
::= { wibAlarmPrefix 110}
|
|
|
|
unitOffline NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Unit offline"
|
|
::= { wibAlarmPrefix 111}
|
|
|
|
alarmQueryError NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Alarms queried too quickly"
|
|
::= { wibAlarmPrefix 112}
|
|
|
|
compr3LowPressAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr3LowPressAlarm"
|
|
::= { wibAlarmPrefix 113}
|
|
|
|
compr4LowPressAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr4LowPressAlarm"
|
|
::= { wibAlarmPrefix 114}
|
|
|
|
compr5LowPressAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr5LowPressAlarm"
|
|
::= { wibAlarmPrefix 115}
|
|
|
|
compr6LowPressAlarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr6LowPressAlarm"
|
|
::= { wibAlarmPrefix 116}
|
|
|
|
condensor1Alarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"condensor1Alarm"
|
|
::= { wibAlarmPrefix 117}
|
|
|
|
condensor2Alarm NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"condensor2Alarm"
|
|
::= { wibAlarmPrefix 118}
|
|
|
|
outAirTempTooHigh NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"outAirTempTooHigh"
|
|
::= { wibAlarmPrefix 119}
|
|
|
|
outAirTempTooLow NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"outAirTempTooLow"
|
|
::= { wibAlarmPrefix 120}
|
|
|
|
ioExtError NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ioExtError"
|
|
::= { wibAlarmPrefix 121}
|
|
|
|
waterOutTempTooHigh NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"waterOutTempTooHigh"
|
|
::= { wibAlarmPrefix 122}
|
|
|
|
waterOutTempTooLow NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"waterOutTempTooLow"
|
|
::= { wibAlarmPrefix 123}
|
|
|
|
unit1Failure NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit1Failure"
|
|
::= { wibAlarmPrefix 124}
|
|
|
|
unit2Failure NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit2Failure"
|
|
::= { wibAlarmPrefix 125}
|
|
|
|
transmissionFailure NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"transmissionFailure"
|
|
::= { wibAlarmPrefix 126}
|
|
|
|
controllerFailure NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"controllerFailure"
|
|
::= { wibAlarmPrefix 127}
|
|
|
|
reheatFailure NOTIFICATION-TYPE
|
|
OBJECTS {wibAlarmText}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"reheatFailure"
|
|
::= { wibAlarmPrefix 128}
|
|
|
|
-- End of trap definitions
|
|
wibObjects OBJECT-GROUP
|
|
OBJECTS {wibFirmware, wibAlarmText, wibBusNumber, unitType, sWVersion, numberOfModules, globalAdress, hardwareTypeControllerType, generalError, busalarm, busalarmcommon, busadrconflict, busadrconflictcommon, busalarmprio, busalarmdelay, busadrconflictprio, busadrconflictdelay, pCSTOPMonitoring, rEMOTESTOPContact, lOCALSTOP, tIMERSTOPWeeklyOper, sEQStop0No1Yes, wARMUPSTOP, remoteUPS, localUPS, resetAllAlarms, unitOnOff, maintenanceNecessary, unitWinterMode, dayNightMode, cW2ChangeOver, cW2ChangeOverState, oTEModeOff, unitStartByRemoteOnOff, unitLastMaintenanceYear, unitLastMaintenanceMonth, unitLastMaintenanceDay, unitMaintenanceIntervall, unitRuntimeUnit, unitStoptimeUnit, unitRuntimeCooling, unitRuntimeHeating, unitRuntimeHumidification, unitRuntimeDehumidification, unitTemperature, unitHumidity, unitSetpointTemperatureDay, unitSetpointTemperatureNight, unitSetpointTemperatureCorrected, unitSetpointHumidity, unitSetpointHumidityCorrected, unitControlType, limitedControlStartTemperature, limitedControlLiangeTemperature, limitedControlStartHumidity, limitedControlLiaryRangeHumidity, unitWinterModeStarttemp, unitWinterModeHysteresis, unitIntegralFactor, unitWaterInTemperature1, unitReturnAirTemperature, unitSupplyAirTemperature, unitReturnAirHumidity, unitSupplyAirHumidity, unitOutsideAirTemperature, unitCoolingPriority, outsideTemperatureForPressure, gradientForPressure, unitWaterInTemperature2, unitRuntimeFreecooling, unitRuntimeFreecoolMixmode, unitStartDelay, unitWaterOutTemperature1, unitWaterOutTemperature2, currentRaisedFloorPressure, setpointRaisedFloorPressure, universalTemperature1, unitSetpointWaterPressure, unitCurrentWaterPressure, unitSetpointCondPressureMixMode, unitSetpointCondonPressureDXMode, unitSetpointCondPressure2MixMode, unitSetpointCondPressure2DXMode, limitedControlStartTemperature2, commonAlarmDOUT, winterModeDOUT, remoteOnOffDIN, upsDIN, fireAlarmDIN, waterAlarmDIN, waterflowAlarmDIN, phaseAlarmDIN, cWDisableDXEnableDIN, fireAlarmPriorities, fireAlarmDelay, waterAlarmPriorities, waterAlarmDelay, phaseAlarmPriorities, phaseAlarmDelay, maintenanceAlarmPrio, waterflowAlarmPriority, waterflowAlarmDelay, freezeAlarmDelay, fireAlarmCommonAlarmConfig, waterAlarmCommonAlarmConfig, phaseAlarmCommonAlarmConfig, maintenanceCommonAlarmConfig, autoRestartAfterPhaseAlarm, waterflowAlarmCommonAlarmConfig, upsActionCooling, upsActionHeating, upsActionHumidification, upsActionDehumidification, unitCooling, unitHeating, unitHumidification, unitDehumidification, numberOfEDIO, numberOfEAIO, typeOfEBUS, numberOfCompressors, numberOfSuctionValve, numberOfDrycoolers, numberOfPumps, numberOfEHeatings, numberOfFans, numberOfLouvers, numberOfSensors, numberOfExtAlarmIn, numberOfGeCwValves, numberOfEEIO, numberOfEEVs, dIN1, dIN2, dIN3, dIN4, dIN5, dIN6, dIN7, dIN8, dIN9, dIN10, dIN11, dIN12, dIN13, dIN14, dIN15, dIN16, dIN17, dIN18, dIN19, dIN20, dIN21, dIN22, dIN23, dIN24, dIN25, dIN26, dIN27, dIN28, dIN29, dIN30, dIN31, dIN32, dIN33, dIN34, dIN35, dIN36, dIN37, dIN38, dIN39, dIN40, dIN41, dIN42, dIN43, dOUT1, dOUT2, dOUT3, dOUT4, dOUT5, dOUT6, dOUT7, dOUT8, dOUT9, dOUT10, dOUT11, dOUT12, dOUT13, dOUT14, dOUT15, dOUT16, dOUT17, dOUT18, dOUT19, dOUT20, dOUT21, dOUT22, dOUT23, dOUT24, dOUT25, dOUT26, dOUT27, dOUT28, dOUT29, dOUT30, dOUT31, aIN1, aIN2, aIN3, aIN4, aIN5, aIN6, aIN7, aIN8, aIN9, aIN10, aIN11, aIN12, aIN13, aIN14, aIN15, aIN16, aIN17, aIN18, aIN19, aIN20, aIN21, aOUT1, aOUT2, aOUT3, aOUT4, aOUT5, aOUT6, aOUT7, aOUT8, aOUT9, aOUT10, aOUT11, aOUT12, aOUT13, aOUT14, aOUT15, aOUT16, aOUT17, aOUT18, aOUT19, aOUT20, unitEvaporationTemperature1, unitEvaporationPressure1, unitCondensationTemperature1, unitCondensationPressure1, unitFreecoolingValve, limitReturnAirTempTooHighAlarm, limitReturnAirTempTooLowAlarm, limitSupplyAirTempTooHighAlarm, limitSupplyAirTempTooLowAlarm, limitWaterTempInTooHighAlarm, limitWaterTempInTooLowAlarm, limitReturnAirHumidTooHighAlarm, limitSupplyAirHumidTooHighAlarm, lowpressureWinterdelay, unitCondensationPressure2, unitOverloadSwitchOnByTemp, limitReturnAirTehAlarmPriorities, limitReturnAirTeoHighAlarmDelay, limitReturnAirTeAlarmPriorities, limitReturnAirTeTooLowAlarmDelay, limitSupplyAirTehAlarmPriorities, limitSupplyAirTeoHighAlarmDelay, limitSupplyAirTeAlarmPriorities, limitSupplyAirTeTooLowAlarmDelay, limitWaterTempTohAlarmPriorities, limitWaterTempTooHighAlarmDelay, limitWaterTempToAlarmPriorities, limitWaterTempTooLowAlarmDelay, limitReturnAirHuAlarmPriorities, limitReturnAirHuooHighAlarmDelay, limitReturnAirHuwAlarmPriorities, limitReturnAirHuooLowAlarmDelay, limitSupplyAirHuAlarmPriorities, limitSupplyAirHuooHighAlarmDelay, limitSupplyAirHuwAlarmPriorities, limitSupplyAirHuooLowAlarmDelay, unitCondensationTemperature2, unitEvaporationPressure2, unitEvaporationTemperature2, unitOverloadSwitchOnByHumidity, limitWaterTempOutTooHighAlarm, limitWaterTempOutTooLowAlarm, limitReturnAirTeommonAlarmConfig, limitReturnAirTemmonAlarmConfig, limitSupplyAirTeommonAlarmConfig, limitSupplyAirTemmonAlarmConfig, limitWaterTempToommonAlarmConfig, limitWaterTempTommonAlarmConfig, limitReturnAirHummonAlarmConfig, limitReturnAirHuommonAlarmConfig, limitSupplyAirHummonAlarmConfig, limitSupplyAirHuommonAlarmConfig, sensor1ConfigActive, sensor1DefectCommonAlarmConfig, sensor1LimitCommonAlarmConfig, sensor1ManualOperationActive, sensor1PurposeUse, sensor1Type, sensor1AnalogInput, sensor1MinValue, sensor1MaxValue, sensor1MinPhysValue, sensor1MaxPhysValue, sensor1Tolerance, sensor1AlarmPriorities, sensor1AlarmDelay, sensor1FailureAlarmPriorities, sensor1FailureAlarmDelay, sensor1AdjustOffset, sensor1CurrentPhysValue, sensor1ManualOperationValue, sensor2ConfigActive, sensor2DefectCommonAlarmConfig, sensor2LimitCommonAlarmConfig, sensor2ManualOperationActive, sensor2Purpose, sensor2Type, sensor2AnalogInput, sensor2MinValue, sensor2MaxValue, sensor2MinPhysValue, sensor2MaxPhysValue, sensor2Tolerance, sensor2AlarmPriorities, sensor2AlarmDelay, sensor2FailureAlarmPriorities, sensor2FailureAlarmDelay, sensor2AdjustOffset, sensor2CurrentPhysValue, sensor2ManualOperationValue, sensor3ConfigActive, sensor3DefectCommonAlarmConfig, sensor3LimitCommonAlarmConfig, sensor3ManualOperationActive, sensor3Purpose, sensor3Type, sensor3AnalogInput, sensor3MinValue, sensor3MaxValue, sensor3MinPhysValue, sensor3MaxPhysValue, sensor3Tolerance, sensor3AlarmPriorities, sensor3AlarmDelay, sensor3FailureAlarmPriorities, sensor3FailureAlarmDelay, sensor3AdjustOffset, sensor3CurrentPhysValue, sensor3ManualOperationValue, sensor4ConfigActive, sensor4DefectCommonAlarmConfig, sensor4LimitCommonAlarmConfig, sensor4ManualOperationActive, sensor4Purpose, sensor4Type, sensor4AnalogInput, sensor4MinValue, sensor4MaxValue, sensor4MinPhysValue, sensor4MaxPhysValue, sensor4Tolerance, sensor4AlarmPriorities, sensor4AlarmDelay, sensor4FailureAlarmPriorities, sensor4FailureAlarmDelay, sensor4AdjustOffset, sensor4CurrentPhysValue, sensor4ManualOperationValue, sensor5ConfigActive, sensor5DefectCommonAlarmConfig, sensor5LimitCommonAlarmConfig, sensor5ManualOperationActive, sensor5Purpose, sensor5Type, sensor5AnalogInput, sensor5MinValue, sensor5MaxValue, sensor5MinPhysValue, sensor5MaxPhysValue, sensor5Tolerance, sensor5AlarmPriorities, sensor5AlarmDelay, sensor5FailureAlarmPriorities, sensor5FailureAlarmDelay, sensor5AdjustOffset, sensor5CurrentPhysValue, sensor5ManualOperationValue, sensor6ConfigActive, sensor6DefectCommonAlarmConfig, sensor6LimitCommonAlarmConfig, sensor6ManualOperationActive, sensor6Purpose, sensor6Type, sensor6AnalogInput, sensor6MinValue, sensor6MaxValue, sensor6MinPhysValue, sensor6MaxPhysValue, sensor6Tolerance, sensor6AlarmPriorities, sensor6AlarmDelay, sensor6FailureAlarmPriorities, sensor6FailureAlarmDelay, sensor6AdjustOffset, sensor6CurrentPhysValue, sensor6ManualOperationValue, sensor7ConfigActive, sensor7DefectCommonAlarmConfig, sensor7LimitCommonAlarmConfig, sensor7ManualOperationActive, sensor7Purpose, sensor7Type, sensor7AnalogInput, sensor7MinValue, sensor7MaxValue, sensor7MinPhysValue, sensor7MaxPhysValue, sensor7Tolerance, sensor7AlarmPriorities, sensor7AlarmDelay, sensor7FailureAlarmPriorities, sensor7FailureAlarmDelay, sensor7AdjustOffset, sensor7CurrentPhysValue, sensor7ManualOperationValue, sensor8ConfigActive, sensor8DefectCommonAlarmConfig, sensor8LimitCommonAlarmConfig, sensor8ManualOperationActive, sensor8Purpose, sensor8Type, sensor8AnalogInput, sensor8MinValue, sensor8MaxValue, sensor8MinPhysValue, sensor8MaxPhysValue, sensor8Tolerance, sensor8AlarmPriorities, sensor8AlarmDelay, sensor8FailureAlarmPriorities, sensor8FailureAlarmDelay, sensor8AdjustOffset, sensor8CurrentPhysValue, sensor8ManualOperationValue, sensor9ConfigActive, sensor9DefectCommonAlarmConfig, sensor9LimitCommonAlarmConfig, sensor9ManualOperationActive, sensor9Purpose, sensor9Type, sensor9AnalogInput, sensor9MinValue, sensor9MaxValue, sensor9MinPhysValue, sensor9MaxPhysValue, sensor9Tolerance, sensor9AlarmPriorities, sensor9AlarmDelay, sensor9FailureAlarmPriorities, sensor9FailureAlarmDelay, sensor9AdjustOffset, sensor9CurrentPhysValue, sensor9ManualOperationValue, sensor10ConfigActive, sensor10DefectCommonAlarmConfig, sensor10LimitCommonAlarmConfig, sensor10ManualOperationActive, sensor10Purpose, sensor10Type, sensor10AnalogInput, sensor10MinValue, sensor10MaxValue, sensor10MinPhysValue, sensor10MaxPhysValue, sensor10Tolerance, sensor10AlarmPriorities, sensor10AlarmDelay, sensor10FailureAlarmPriorities, sensor10FailureAlarmDelay, sensor10AdjustOffset, sensor10CurrentPhysValue, sensor10ManualOperationValue, sensor11ConfigActive, sensor11DefectCommonAlarmConfig, sensor11LimitCommonAlarmConfig, sensor11ManualOperationActive, sensor11Purpose, sensor11Type, sensor11AnalogInput, sensor11MinValue, sensor11MaxValue, sensor11MinPhysValue, sensor11MaxPhysValue, sensor11Tolerance, sensor11AlarmPriorities, sensor11AlarmDelay, sensor11FailureAlarmPriorities, sensor11FailureAlarmDelay, sensor11AdjustOffset, sensor11CurrentPhysValue, sensor11ManualOperationValue, sensor12ConfigActive, sensor12DefectCommonAlarmConfig, sensor12LimitCommonAlarmConfig, sensor12ManualOperationActive, sensor12Purpose, sensor12Type, sensor12AnalogInput, sensor12MinValue, sensor12MaxValue, sensor12MinPhysValue, sensor12MaxPhysValue, sensor12Tolerance, sensor12AlarmPriorities, sensor12AlarmDelay, sensor12FailureAlarmPriorities, sensor12FailureAlarmDelay, sensor12AdjustOffset, sensor12CurrentPhysValue, sensor12ManualOperationValue, sensor13ConfigActive, sensor13DefectCommonAlarmConfig, sensor13LimitCommonAlarmConfig, sensor13ManualOperationActive, sensor13Purpose, sensor13Type, sensor13AnalogInput, sensor13MinValue, sensor13MaxValue, sensor13MinPhysValue, sensor13MaxPhysValue, sensor13Tolerance, sensor13AlarmPriorities, sensor13AlarmDelay, sensor13FailureAlarmPriorities, sensor13FailureAlarmDelay, sensor13AdjustOffset, sensor13CurrentPhysValue, sensor13ManualOperationValue, sensor14ConfigActive, sensor14DefectCommonAlarmConfig, sensor14LimitCommonAlarmConfig, sensor14ManualOperationActive, sensor14Purpose, sensor14Type, sensor14AnalogInput, sensor14MinValue, sensor14MaxValue, sensor14MinPhysValue, sensor14MaxPhysValue, sensor14Tolerance, sensor14AlarmPriorities, sensor14AlarmDelay, sensor14FailureAlarmPriorities, sensor14FailureAlarmDelay, sensor14AdjustOffset, sensor14CurrentPhysValue, sensor14ManualOperationValue, sensor15ConfigActive, sensor15DefectCommonAlarmConfig, sensor15LimitCommonAlarmConfig, sensor15ManualOperationActive, sensor15Purpose, sensor15Type, sensor15AnalogInput, sensor15MinValue, sensor15MaxValue, sensor15MinPhysValue, sensor15MaxPhysValue, sensor15Tolerance, sensor15AlarmPriorities, sensor15AlarmDelay, sensor15FailureAlarmPriorities, sensor15FailureAlarmDelay, sensor15AdjustOffset, sensor15CurrentPhysValue, sensor15ManualOperationValue, sensor16ConfigActive, sensor16DefectCommonAlarmConfig, sensor16LimitCommonAlarmConfig, sensor16ManualOperationActive, sensor16Purpose, sensor16Type, sensor16AnalogInput, sensor16MinValue, sensor16MaxValue, sensor16MinPhysValue, sensor16MaxPhysValue, sensor16Tolerance, sensor16AlarmPriorities, sensor16AlarmDelay, sensor16FailureAlarmPriorities, sensor16FailureAlarmDelay, sensor16AdjustOffset, sensor16CurrentPhysValue, sensor16ManualOperationValue, sensor17ConfigActive, sensor17DefectCommonAlarmConfig, sensor17LimitCommonAlarmConfig, sensor17ManualOperationActive, sensor17Purpose, sensor17Type, sensor17AnalogInput, sensor17MinValue, sensor17MaxValue, sensor17MinPhysValue, sensor17MaxPhysValue, sensor17Tolerance, sensor17AlarmPriorities, sensor17AlarmDelay, sensor17FailureAlarmPriorities, sensor17FailureAlarmDelay, sensor17AdjustOffset, sensor17CurrentPhysValue, sensor17ManualOperationValue, sensor18ConfigActive, sensor18DefectCommonAlarmConfig, sensor18LimitCommonAlarmConfig, sensor18ManualOperationActive, sensor18Purpose, sensor18Type, sensor18AnalogInput, sensor18MinValue, sensor18MaxValue, sensor18MinPhysValue, sensor18MaxPhysValue, sensor18Tolerance, sensor18AlarmPriorities, sensor18AlarmDelay, sensor18FailureAlarmPriorities, sensor18FailureAlarmDelay, sensor18AdjustOffset, sensor18CurrentPhysValue, sensor18ManualOperationValue, sensor19ConfigActive, sensor19DefectCommonAlarmConfig, sensor19LimitCommonAlarmConfig, sensor19ManualOperationActive, sensor19Purpose, sensor19Type, sensor19AnalogInput, sensor19MinValue, sensor19MaxValue, sensor19MinPhysValue, sensor19MaxPhysValue, sensor19Tolerance, sensor19AlarmPriorities, sensor19AlarmDelay, sensor19FailureAlarmPriorities, sensor19FailureAlarmDelay, sensor19AdjustOffset, sensor19CurrentPhysValue, sensor19ManualOperationValue, sensor20ConfigActive, sensor20DefectCommonAlarmConfig, sensor20LimitCommonAlarmConfig, sensor20ManualOperationActive, sensor20Purpose, sensor20Type, sensor20AnalogInput, sensor20MinValue, sensor20MaxValue, sensor20MinPhysValue, sensor20MaxPhysValue, sensor20Tolerance, sensor20AlarmPriorities, sensor20AlarmDelay, sensor20FailureAlarmPriorities, sensor20FailureAlarmDelay, sensor20AdjustOffset, sensor20CurrentPhysValue, sensor20ManualOperationValue, sensor21ConfigActive, sensor21DefectCommonAlarmConfig, sensor21LimitCommonAlarmConfig, sensor21ManualOperationActive, sensor21Purpose, sensor21Type, sensor21AnalogInput, sensor21MinValue, sensor21MaxValue, sensor21MinPhysValue, sensor21MaxPhysValue, sensor21Tolerance, sensor21AlarmPriorities, sensor21AlarmDelay, sensor21FailureAlarmPriorities, sensor21FailureAlarmDelay, sensor21AdjustOffset, sensor21CurrentPhysValue, sensor21ManualOperationValue, compressor1ConfigActive, compr1ManualOperationActive, compr1ManualOperationState, compr1Running, compr1CommonAlarmConfig, compr1LowPressCommonAlarmConfig, compressor1StartTempSummer, compressor1HysteresisSummer, compressor1StartTempWinter, compressor1HysteresisWinter, compr1DigitalOut, compr1AlarmDigitalIn, compr1AlarmPriorities, compr1AlarmDelay, compr1LowPressDigitalIn, compr1LowPressAlarmPriorities, compr1LowPressAlarmDelay, compr1Break, compr1Runtime, compr1LowPressManagTime, compr1LowPressManagPress, compr1LowPressManagRestarts, compr1HighPressManagTime, compr1HighPressManagPress, compr1HighPressManagRestarts, compr1HighPressManagMode, compressor2ConfigActive, compr2ManualOperationActive, compr2ManualOperationState, compr2Running, compr2CommonAlarmConfig, compr2LowPressCommonAlarmConfig, compressor2StartTempSummer, compressor2HysteresisSummer, compressor2StartTempWinter, compressor2HysteresisWinter, compr2DigitalOut, compr2AlarmDigitalIn, compr2AlarmPriorities, compr2AlarmDelay, compr2LowPressDigitalIn, compr2LowPressAlarmPriorities, compr2LowPressAlarmDelay, compr2Break, compr2Runtime, compr2LowPressManagTime, compr2LowPressManagPress, compr2LowPressManagRestarts, compr2HighPressManagTime, compr2HighPressManagPress, compr2HighPressManagRestarts, compr2HighPressManagMode, suctionvalve1ConfigActive, suctionvalve1ManlOperationActive, suctionvalve1StartTemperature, suctionvalve1LinearRange, suctionvalve1AnalogOut, suctionvalve1CurrentValue, suctionvalve1ManlOperationValue, suctionvalve2ConfigActive, suctionvalve2ManlOperationActive, suctionvalve2StartTemperature, suctionvalve2LinearRange, suctionvalve2AnalogOut, suctionvalve2CurrentValue, suctionvalve2ManlOperationValue, elecHeating1ConfigActive, elecHeating1ManuOperationActive, elecHeating1Running, elecHeating1ManuOperationRunning, elecHeating1CommonAlarmConfig, elecHeating1Type, elecHeating1StartTemperature, elecHeating1Hysteresis, elecHeating1LinearRange, elecHeating1DigitalOut, elecHeating1AlarmDigitalIn, elecHeating1AlarmPriorities, elecHeating1AlarmDelay, elecHeating1Runtime, elecHeating1PWMGrade, elecHeating1ManuerationPWMGrade, elecHeating2ConfigActive, elecHeating2ManuOperationActive, elecHeating2Running, elecHeating2ManuOperationRunning, elecHeating2CommonAlarmConfig, elecHeating2Type, elecHeating2StartTemperature, elecHeating2Hysteresis, elecHeating2LinearRange, elecHeating2DigitalOut, elecHeating2AlarmDigitalIn, elecHeating2AlarmPriorities, elecHeating2AlarmDelay, elecHeating2Runtime, elecHeating3ConfigActive, elecHeating3ManuOperationActive, elecHeating3Running, elecHeating3ManuOperationRunning, elecHeating3CommonAlarmConfig, elecHeating3Type, elecHeating3StartTemperature, elecHeating3Hysteresis, elecHeating3LinearRange, elecHeating3DigitalOut, elecHeating3AlarmDigitalIn, elecHeating3AlarmPriorities, elecHeating3AlarmDelay, elecHeating3Runtime, gECWValveConfigActive, gECWValveManualOperationActive, gECWValveCloseWithComprStart, gECWValveCloseIfWTOverSP, gECWValveHeatingPermitted, gECWValveStartTemperature1, gECWValveLinearRange1, gECWValveAnalogOut1, gECWValveGEOffTemp, gECWValveOpeningGrade1, gECWValveManOperionOpeningGrade, gECWValveAnalogOut2, gECWValveDinForSwitch, gECWValveOpeningGradeSetpoint, gECWValveStartTemperature2, gECWValveLinearRange2, gECWValveDoutForSwitch, gECWValveOperationMode, gECWValveOpeningGrade2, gECWValveOpeningve1DuringSwitch, gValveConfigActive, gValveManualOperationActive, gValvePressureSetpoint, gValveAnalogOut, gValvePreOpeningTime, gValvePreOpeningGrade, gValveOpeningGrade, gValveManualOperionOpeningGrade, gValveControlCycle, gValveMaxAdjust, gValveControlFactor, gValveOpeningGradeMin, drycooler1ConfigActive, drycooler1ManualOperationActive, drycooler1Running, drycooler1ManualOperationRunning, drycooler1CommonAlarmConfig, drycooler1StartTemperatureWinter, drycooler1StartTemperatureSummer, drycooler1Hysteresis, drycooler1DigitalOut, drycooler1AlarmDigitalIn, drycooler1AlarmPriorities, drycooler1AlarmDelay, drycooler1Runtime, drycooler1Speed, drycooler1AnalogOut, drycooler1PreRunningSpeed, drycooler1ControlCycle, drycooler1MaxAdjust, drycooler1ControlFactor, drycooler1ManualionOpeningGrade, drycooler2ConfigActive, drycooler2ManualOperationActive, drycooler2Running, drycooler2ManualOperationRunning, drycooler2CommonAlarmConfig, drycooler2StartTemperatureWinter, drycooler2StartTemperatureSummer, drycooler2Hysteresis, drycooler2DigitalOut, drycooler2AlarmDigitalIn, drycooler2AlarmPriorities, drycooler2AlarmDelay, drycooler2Runtime, drycooler3ConfigActive, drycooler3ManualOperationActive, drycooler3Running, drycooler3ManualOperationRunning, drycooler3CommonAlarmConfig, drycooler3StartTemperatureWinter, drycooler3StartTemperatureSummer, drycooler3Hysteresis, drycooler3DigitalOut, drycooler3AlarmDigitalIn, drycooler3AlarmPriorities, drycooler3AlarmDelay, drycooler3Runtime, drycooler4ConfigActive, drycooler4ManualOperationActive, drycooler4Running, drycooler4ManualOperationRunning, drycooler4CommonAlarmConfig, drycooler4StartTemperatureWinter, drycooler4StartTemperatureSummer, drycooler4Hysteresis, drycooler4DigitalOut, drycooler4AlarmDigitalIn, drycooler4AlarmPriorities, drycooler4AlarmDelay, drycooler4Runtime, pump1ConfigActive, pump1ManualOperationActive, pump1Running, pump1CommonAlarmConfig, pump1ManualOperationRunning, pump1Type, pump1StartTemperature, pump1Hysteresis, pump1LinearRange, pump1PressureSetpoint, pump1DigitalOut, pump1AnalogOut, pump1AlarmDigitalIn, pump1AlarmPriorities, pump1AlarmDelay, pump1PreRuntime, pump1PreSpeed, pump1Runtime, pump1Speed, pump1ManualOperationSpeed, pump1PartnerPump, pump1IFactor, pump1DFactor, pump1ControlCycle, pump1MaxAdjust, pump1ControlFactor, pump1SetpointSpeed, pump1MinSpeed, pump2ConfigActive, pump2ManualOperationActive, pump2Running, pump2CommonAlarmConfig, pump2ManualOperationRunning, pump2Type, pump2StartTemperature, pump2Hysteresis, pump2LinearRange, pump2DigitalOut, pump2AnalogOut, pump2AlarmDigitalIn, pump2AlarmPriorities, pump2AlarmDelay, pump2PreRuntime, pump2PreSpeed, pump2Runtime, pump2Speed, pump2ManualOperationSpeed, pump2PartnerPump, pump2IFactor, pump2DFactor, pump2ControlCycle, pump2MaxAdjust, pump2ControlFactor, pump2SetpointSpeed, pump2MinSpeed, pump3ConfigActive, pump3ManualOperationActive, pump3Running, pump3CommonAlarmConfig, pump3ManualOperationRunning, pump3Type, pump3StartTemperature, pump3Hysteresis, pump3LinearRange, pump3DigitalOut, pump3AnalogOut, pump3AlarmDigitalIn, pump3AlarmPriorities, pump3AlarmDelay, pump3PreRuntime, pump3PreSpeed, pump3Runtime, pump3Speed, pump3ManualOperationSpeed, pump3PartnerPump, pump3IFactor, pump3DFactor, pump3ControlCycle, pump3MaxAdjust, pump3ControlFactor, pump3SetpointSpeed, pump3MinSpeed, pump4ConfigActive, pump4ManualOperationActive, pump4Running, pump4CommonAlarmConfig, pump4ManualOperationRunning, pump4Type, pump4StartTemperature, pump4Hysteresis, pump4LinearRange, pump4DigitalOut, pump4AnalogOut, pump4AlarmDigitalIn, pump4AlarmPriorities, pump4AlarmDelay, pump4PreRuntime, pump4PreSpeed, pump4Runtime, pump4Speed, pump4ManualOperationSpeed, pump4PartnerPump, pump4IFactor, pump4DFactor, pump4ControlCycle, pump4MaxAdjust, pump4ControlFactor, pump4SetpointSpeed, pump4MinSpeed, hotgasHeatingConfigActive, hotgasHeatingManlOperationActive, hotgasHeatingRunning, hotgasHeatingManperationRunning, hotgasHeatingCommonAlarmConfig, hotgasHeatingStartTemperature, hotgasHeatingHysteresis, hotgasHeatingDigitalOut, hotgasHeatingAlarmDigitalIn, hotgasHeatingAlarmPriorities, hotgasHeatingAlarmDelay, pWWHeatingConfigActive, pWWHeatingManualOperationActive, pWWHeatingRunning, pWWHeatingManualOperationRunning, pWWHeatingType, pWWHeatingStartTemperature, pWWHeatingHysteresis, pWWHeatingLinearRange, pWWHeatingDigitalOut, pWWHeatingAnalogOut, pWWHeatingCurrentValue, pWWHeatingManualOperationValue, humidifier1ConfigActive, humidifier1ManualOperationActive, humidifier1Running, humidifier1ManuaperationRunning, humidifier1CommonAlarmConfig, humidifier1ConductivityConfig, humidifier15uSCommonAlarmConfig, humidifier120uSCommonAlarmConfig, humidifier1Type, humidifier1StartHumidity, humidifier1Hysteresis, humidifier1LinearRange, humidifier1DigitalOut, humidifier1AnalogOut, humidifier1AlarmDigitalIn, humidifier1AlarmPriorities, humidifier1AlarmDelay, humidifier1Runtime, humidifier1CurrentValue, humidifier1ManualOperationValue, humidifier1AlarmDigitalIn5uS, humidifier1AlarmDigitalIn20uS, humidifier1AlarmDelay5uS, humidifier1AlarmDelay20uS, humidifier1AlarmPriorities5uS, humidifier1AlarmPriorities20uS, dehumidificationlveConfigActive, dehumidificationOperationActive, dehumidificationRunning, dehumidificationOperationRunning, dehumidificationpassConfigActive, dehumidificationValveValue, dehumidificationtgasbypassValue, dehumidifierStartHumidity, dehumidificationHysteresis, dehumidificationDigitalOut, dehumidifierMinWaterTemp, dehumidifierMaxWaterTemp, dehumidificationStopOnRoomTemp, minFanSpeedWhenPDehumidification, fan1ConfigActive, fan1ManualOperationActive, fan1Running, fan1ManualOperationRunning, fan1CommonAlarmConfig, fan1FilterCommonAlarmConfig, fan1Type, fan1SpeedNmax, fan1CWModeNmax, fan1PreRuntime, fan1RunAfterTime, fan1StartTemp, fan1StartSpeed, fan1Start100Time, fan1ReduceTime, fan1ReduceSpeed, fan1Offset, fan1DehumidificationSpeed, fan1UpsSpeed, fan1OffsetFilterClogged, fan1DigitalOut, fan1AnalogOut, fan1AlarmDigitalIn, fan1AlarmPriorities, fan1AlarmDelay, fan1FilterAlarmDigitalIn, fan1FilterAlarmPriorities, fan1FilterAlarmDelay, fan1Runtime, fan1Speed, fan1ManualOperationSpeed, fan1MinSpeedDXMode, fan1ControlCycle, fan1MaxAdjust, fan1ControlFactor, fanEmergencyStarttemp, fanEmergencyEndtemp, fanEmergencyspeed, fanDehumiTimeDelay, fan1MinSpeedCWMode, fan1StarttempFretdoorTemperature, fan2ConfigActive, fan2AlarmDelay, fan2Speed, fan2MinSpeedCWMode, fan2StarttempFretdoorTemperature, fan3MinSpeedCWMode, louver1ConfigActive, louver1ManualOperationActive, louver1Open, louver1ManualOperationOpen, louver1Delay, louver1DigitalOut, extAlarmConfigActive1, extAlarmManualOperationEnable1, extAlarmManualOperationActive1, extAlarm1CommonAlarmConfig, extAlarm1DigitalIn, extAlarm1Priorities, extAlarm1Delay, extAlarm1Text0, extAlarmConfigActive2, extAlarmManualOperationEnable2, extAlarmManualOperationActive2, extAlarm2CommonAlarmConfig, extAlarm2DigitalIn, extAlarm2Priorities, extAlarm2Delay, extAlarm2Text0, extAlarmConfigActive3, extAlarmManualOperationEnable3, extAlarmManualOperationActive3, extAlarm3CommonAlarmConfig, extAlarm3DigitalIn, extAlarm3Priorities, extAlarm3Delay, extAlarm3Text0, extAlarmConfigActive4, extAlarmManualOperationEnable4, extAlarmManualOperationActive4, extAlarm4CommonAlarmConfig, extAlarm4DigitalIn, extAlarm4Priorities, extAlarm4Delay, extAlarm4Text0, extAlarmConfigActive5, extAlarmManualOperationEnable5, extAlarmManualOperationActive5, extAlarm5CommonAlarmConfig, extAlarm5DigitalIn, extAlarm5Priorities, extAlarm5Delay, extAlarm5Text0, extAlarmConfigActive6, extAlarmManualOperationEnable6, extAlarmManualOperationActive6, extAlarm6CommonAlarmConfig, extAlarm6DigitalIn, extAlarm6Priorities, extAlarm6Delay, extAlarm6Text0, extAlarmConfigActive7, extAlarmManualOperationEnable7, extAlarmManualOperationActive7, extAlarm7CommonAlarmConfig, extAlarm7DigitalIn, extAlarm7Priorities, extAlarm7Delay, extAlarm7Text0, extAlarmConfigActive8, extAlarmManualOperationEnable8, extAlarmManualOperationActive8, extAlarm8CommonAlarmConfig, extAlarm8DigitalIn, extAlarm8Priorities, extAlarm8Delay, extAlarm8Text0, extAlarmConfigActive9, extAlarmManualOperationEnable9, extAlarmManualOperationActive9, extAlarm9CommonAlarmConfig, extAlarm9DigitalIn, extAlarm9Priorities, extAlarm9Delay, extAlarm9Text0, extAlarmConfigActive10, extAlarmManualOperationEnable10, extAlarmManualOperationActive10, extAlarm10CommonAlarmConfig, extAlarm10DigitalIn, extAlarm10Priorities, extAlarm10Delay, extAlarm10Text0, eev1ConfigActive, eev1BatterySupply, eev1MOPControl, eev1SuperheatControlMode, eev1ManualOperation, eev1PressureSensommonAlarmConfig, eev1TemperatureSmmonAlarmConfig, eev1StepperMotorommonAlarmConfig, eev1BatteryHoldingTime, eev1Refrigerant, eev1MOPTemperature, eev1SuperheatSetpoint, eev1DehumidificaperheatSetpoint, eev1StartUpOpeningDuration, eev1StartUpOpening, eev1ValveType, eev1SensorTypeEvorationgPressure, eev1ManualOperationValue, eev1CurrentSuperheatSetpoint, eev1SuctionPressure, eev1SaturationTemperature, eev1CoilOutTemperature, eev1Superheat, eev1ValveOpening, eev1PressureSensorErrorAlarmprio, eev1TemperatureSrErrorAlarmprio, eev1StepperMotorErrorAlarmprio, eev2ConfigActive, eev2BatterySupply, eev2MOPControl, eev2SuperheatControlMode, eev2ManualOperation, eev2PressureSensommonAlarmConfig, eev2TemperatureSmmonAlarmConfig, eev2StepperMotorommonAlarmConfig, eev2BatteryHoldingTime, eev2Refrigerant, eev2MOPTemperature, eev2SuperheatSetpoint, eev2DehumidificaperheatSetpoint, eev2StartUpOpeningDuration, eev2StartUpOpening, eev2ValveType, eev2SensorTypeEvorationgPressure, eev2ManualOperationValue, eev2CurrentSuperheatSetpoint, eev2SuctionPressure, eev2SaturationTemperature, eev2CoilOutTemperature, eev2Superheat, eev2ValveOpening, eev2PressureSensorErrorAlarmprio, eev2TemperatureSrErrorAlarmprio, eev2StepperMotorErrorAlarmprio, valout1ConfigActive, valout1PurposeUse, valout1AnalogOutput, valout1MinValue, valout1MaxValue, valout2ConfigActive, valout2PurposeUse, valout2AnalogOutput, valout2MinValue, valout2MaxValue, valout3ConfigActive, valout3PurposeUse, valout3AnalogOutput, valout3MinValue, valout3MaxValue, valout4ConfigActive, valout4PurposeUse, valout4AnalogOutput, valout4MinValue, valout4MaxValue, hgbp1ConfigActive, hgbp1ManualOperationActive, hgbp1PFactor, hgbp1IFactor, hgbp1DFactor, hgbp1ControlCycle, hgbp1PreOpeningTime, hgbp1PreOpeningGrade, hgbp1MinOpeningGrade, hgbp1MaxOpeningGrade, hgbp1AnalogOut, hgbp1ManOperationOpeningGrade, hgbp1OpeningGrade, hgbp2ConfigActive, hgbp2ManualOperationActive, hgbp2PFactor, hgbp2IFactor, hgbp2DFactor, hgbp2ControlCycle, hgbp2PreOpeningTime, hgbp2PreOpeningGrade, hgbp2MinOpeningGrade, hgbp2MaxOpeningGrade, hgbp2AnalogOut, hgbp2ManOperationOpeningGrade, hgbp2OpeningGrade, compressor3ConfigActive, compr3ManualOperationActive, compr3ManualOperationState, compr3Running, compr3CommonAlarmConfig, compressor3StartTempSummer, compressor3HysteresisSummer, compressor3StartTempWinter, compressor3HysteresisWinter, compr3DigitalOut, compr3AlarmDigitalIn, compr3AlarmPriorities, compr3AlarmDelay, compr3Break, compr3Runtime, compr3LowPressDigitalIn, compr3LowPressAlarmPriorities, compr3LowPressAlarmDelay, compressor4ConfigActive, compr4ManualOperationActive, compr4ManualOperationState, compr4Running, compr4CommonAlarmConfig, compressor4StartTempSummer, compressor4HysteresisSummer, compressor4StartTempWinter, compressor4HysteresisWinter, compr4DigitalOut, compr4AlarmDigitalIn, compr4AlarmPriorities, compr4AlarmDelay, compr4Break, compr4Runtime, compr4LowPressDigitalIn, compr4LowPressAlarmPriorities, compr4LowPressAlarmDelay, compressor5ConfigActive, compr5ManualOperationActive, compr5ManualOperationState, compr5Running, compr5CommonAlarmConfig, compressor5StartTempSummer, compressor5HysteresisSummer, compressor5StartTempWinter, compressor5HysteresisWinter, compr5DigitalOut, compr5AlarmDigitalIn, compr5AlarmPriorities, compr5AlarmDelay, compr5Break, compr5Runtime, compr5LowPressDigitalIn, compr5LowPressAlarmPriorities, compr5LowPressAlarmDelay, compressor6ConfigActive, compr6ManualOperationActive, compr6ManualOperationState, compr6Running, compr6CommonAlarmConfig, compressor6StartTempSummer, compressor6HysteresisSummer, compressor6StartTempWinter, compressor6HysteresisWinter, compr6DigitalOut, compr6AlarmDigitalIn, compr6AlarmPriorities, compr6AlarmDelay, compr6Break, compr6Runtime, compr6LowPressDigitalIn, compr6LowPressAlarmPriorities, compr6LowPressAlarmDelay, eCOCOOLLouverConfigActive, eCOCOOLLouverManlOperationActive, eCOCOOLLouverStatdoorTemperature, eCOCOOLLouverHysteresis, eCOCOOLLouverStartTemperature, eCOCOOLLouverLinearRange, eCOCOOLLouverAnalogOut, eCOCOOLLouverOpeningGrade, eCOCOOLLouverManOpOpeningGrade, freecoolingConfig, freecoolingStartTemperature, freecoolingHysteresis, freecoolingValveOpeningGrade, freecoolingValveGradient, freecoolingStopTemperature, fCBPCSTOP, fCBREMOTESTOP, fCBLOCALSTOP, fCBTIMERSTOP, fANFCB, remoteComfortUnit1, remoteComfortUnit2, lOUVERFCB, roomAirTemperature, roomAirHumidity, supplyAirTemperatureComfortUnit1, supplyAirTemperatureComfortUnit2, outsideAirTemperature, outsideAirHumidity, analogueOutFanFCB, analogueOutLouverFCB, analogueOutHumidifier, setpointTemperatureCooling, setpointTemperatureHeating, secondSetpointTemperatureHeating, setpointHumidity, colingBand, heatingBand, humidityBand, limitRoomTempMax, limitRoomTempMin, limitRoomHumidityTooLow, limitRoomHumidityTooHigh, aEControlActive, commonAlarmConfigured, forceSummerMode, actionOnHumidityTooHighAlarm, actionOnWaterAlarm, summerModeTempersetFromSetpoint, antiFreezeModeTesetFromSetpoint, forceSummerModeEernallyDigitalIn, roomHighPressurearmDigitalInput, roomHighPressurearmDigitalOutput, roomHighPressureAlarmDelay, fanStartDelay, freshAirLouverConfigActive, freshAirLouverMaOperationActive, openingGradeFreshAir, freshAirLouverMaionOpeningGrade, freshAirLouverAnalogOutput, freshAirLouverPronalCoefficient, freshAirLouverIngralCoefficient, freshAirLouverDetiveCoefficient, antiFreezeLouverigurationActive, antiFreezeLouverOperationActive, openingGradeAntiFreeze, antiFreezeLouverionOpeningGrade, antiFreezeLouverAnalogOutput, antiFreezeLouveronalCoefficient, antiFreezeLouvergralCoefficient, antiFreezeLouvertiveCoefficient, circulationLouvefigurationActive, circulationLouvelOperationActive, openingGradeCirculation, circulationLouvetionOpeningGrade, circulationLouverAnalogOutput, circulationLouveionalCoefficient, circulationLouveegralCoefficient, circulationLouveativeCoefficient, exitLouverConfigurationActive, exitLouverManualOperationActive, openingGradeExitLouver, exitLouverManualionOpeningGrade, exitLouverDigitalOutput, condFan1ConfigurationActive, condFan1ManualOperationActive, condFan1Running, condFan1CommonAlarmConfigured, condFan1ActualSpeed, condFan1ManualOperationSpeed, condFan1Runtime, condFan1ControlCycle, condFan1MaximumSpeedChange, condFan1MinimumSpeed, condFan1PrerunTime, condFan1PrerunSpeed, condFan1ProportionalCoefficient, condFan1IntegralCoefficient, condFan1DerivativeCoefficient, condFan1AnalogOutput, condFan1DigitalOutput, condFan1DigitalAlarmInput, condFan1DigitalAlarmOutput, condFan1AlarmDelay, condFan2ConfigurationActive, condFan2ManualOperationActive, condFan2Running, condFan2CommonAlarmConfigured, condFan2ActualSpeed, condFan2ManualOperationSpeed, condFan2Runtime, condFan2ControlCycle, condFan2MaximumSpeedChange, condFan2MinimumSpeed, condFan2PrerunTime, condFan2PrerunSpeed, condFan2ProportionalCoefficient, condFan2IntegralCoefficient, condFan2DerivativeCoefficient, condFan2AnalogOutput, condFan2DigitalOutput, condFan2DigitalAlarmInput, condFan2DigitalAlarmOutput, condFan2AlarmDelay, filter1ConfigurationActive, filter1CommonAlarmConfigured, filter1ActionOnAlarm, filter1Purpose, filter1PressureDrop, filter1DigitalAlarmOutput, filter1AlarmDelay, filter2ConfigurationActive, filter2CommonAlarmConfigured, filter2ActionOnAlarm, filter2Purpose, filter2PressureDrop, filter2DigitalAlarmOutput, filter2AlarmDelay, filter3ConfigurationActive, filter3CommonAlarmConfigured, filter3ActionOnAlarm, filter3Purpose, filter3PressureDrop, filter3DigitalAlarmOutput, filter3AlarmDelay, xYZAlarmValidLocalStop, xYZAlarmValidCompLPAlarm, xYZAlarmValidCompAlarm, xYZAlarmValidEHeatingAlarm, xYZAlarmValidHumidifierAlarm, xYZAlarmValidHumidifier5uSAlarm, xYZAlarmValidHumidifier20uSAlarm, xYZAlarmValidAirFlowAlarm, xYZAlarmValidFilterClogged, xYZAlarmValidExternalAlarm, xYZAlarmValidPumpAlarm, xYZAlarmValidDrycoolerAlarm, xYZAlarmValidWaterAlarm, xYZAlarmValidRoomTempTooHigh, xYZAlarmValidRoomHumidityTooHigh, xYZAlarmValidSupplyTempTooHigh, xYZAlarmValidSupyHumidityTooHigh, xYZAlarmValidRoomTempTooLow, xYZAlarmValidRoomHumidityTooLow, xYZAlarmValidSupplyTempTooLow, xYZAlarmValidSupyHumidityTooLow, xYZAlarmValidWaterTempTooHigh, xYZAlarmValidWaterTempTooLow, xYZAlarmValidFireAlarm, xYZAlarmValidSensorAlarm, xYZAlarmValidSensorBreak, xYZAlarmValidHotgasReheatAlarm, myZone, myZoneRoomTemperature, myZoneRoomHumidity, myZoneSupplyTemperature, myZoneSupplyHumidity, myZoneSequencingTime, myZoneNumberOfErrorUnits, myZoneEmergencyTemperature, myZoneCWEnergySaveModeActiv, myZoneTestsequencing, myZoneAverageDetermination, myZoneNMax, gE3StartTempOfMyZone, gE3HysteresisOfMyZone, gE3AbsoluteStartTempOfMyZone, gEpAbsoluteStarttertempOfMyZone, unitName}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Group for all objects"
|
|
::= {wibGroups 3}
|
|
|
|
-- List of submenus
|
|
|
|
unitTypeAC OBJECT IDENTIFIER ::= { wibUnits 1 }
|
|
info OBJECT IDENTIFIER ::= { unitTypeAC 1 }
|
|
infoValuesControl OBJECT IDENTIFIER ::= { info 1 }
|
|
infoValAir OBJECT IDENTIFIER ::= { infoValuesControl 1 }
|
|
infoValTemperature OBJECT IDENTIFIER ::= { infoValAir 1 }
|
|
infoValHumidity OBJECT IDENTIFIER ::= { infoValAir 2 }
|
|
infoValPressure OBJECT IDENTIFIER ::= { infoValAir 3 }
|
|
infoValWater OBJECT IDENTIFIER ::= { infoValuesControl 2 }
|
|
infoValRefrigerant OBJECT IDENTIFIER ::= { infoValuesControl 3 }
|
|
infoValMiscellaneous OBJECT IDENTIFIER ::= { infoValuesControl 4 }
|
|
infoModulefunctionsComponents OBJECT IDENTIFIER ::= { info 2 }
|
|
infoCooling OBJECT IDENTIFIER ::= { infoModulefunctionsComponents 1 }
|
|
infoCompressor OBJECT IDENTIFIER ::= { infoCooling 1 }
|
|
infoValves OBJECT IDENTIFIER ::= { infoCooling 2 }
|
|
infoSuctionvalves OBJECT IDENTIFIER ::= { infoValves 1 }
|
|
infoGECWValves OBJECT IDENTIFIER ::= { infoValves 2 }
|
|
infoHGBPs OBJECT IDENTIFIER ::= { infoValves 3 }
|
|
infoEEV OBJECT IDENTIFIER ::= { infoValves 4 }
|
|
infoEEV1 OBJECT IDENTIFIER ::= { infoEEV 1 }
|
|
infoEEV2 OBJECT IDENTIFIER ::= { infoEEV 2 }
|
|
infoDrycooler OBJECT IDENTIFIER ::= { infoCooling 3 }
|
|
infoPumps OBJECT IDENTIFIER ::= { infoCooling 4 }
|
|
infoLouver OBJECT IDENTIFIER ::= { infoCooling 5 }
|
|
infoCondesorfan OBJECT IDENTIFIER ::= { infoCooling 6 }
|
|
infoHeating OBJECT IDENTIFIER ::= { infoModulefunctionsComponents 2 }
|
|
infoEHeating OBJECT IDENTIFIER ::= { infoHeating 1 }
|
|
infoHumidity OBJECT IDENTIFIER ::= { infoModulefunctionsComponents 3 }
|
|
infoAir OBJECT IDENTIFIER ::= { infoModulefunctionsComponents 4 }
|
|
infoSensorIORawdata OBJECT IDENTIFIER ::= { infoModulefunctionsComponents 5 }
|
|
infoZoneSequencing OBJECT IDENTIFIER ::= { info 3 }
|
|
infoDataStatistical OBJECT IDENTIFIER ::= { info 4 }
|
|
infoStatDatalog1 OBJECT IDENTIFIER ::= { infoDataStatistical 1 }
|
|
infoStatDatalog2 OBJECT IDENTIFIER ::= { infoDataStatistical 2 }
|
|
infoStatEventlog OBJECT IDENTIFIER ::= { infoDataStatistical 3 }
|
|
infoStatRuntimes OBJECT IDENTIFIER ::= { infoDataStatistical 4 }
|
|
infoStatFunctions OBJECT IDENTIFIER ::= { infoStatRuntimes 1 }
|
|
infoStatComponents OBJECT IDENTIFIER ::= { infoStatRuntimes 2 }
|
|
infoStatCompressors OBJECT IDENTIFIER ::= { infoStatComponents 1 }
|
|
infoStatPumps OBJECT IDENTIFIER ::= { infoStatComponents 2 }
|
|
infoStatEHeatings OBJECT IDENTIFIER ::= { infoStatComponents 3 }
|
|
infoStatDrycoolers OBJECT IDENTIFIER ::= { infoStatComponents 4 }
|
|
infoStatMaintenance OBJECT IDENTIFIER ::= { infoDataStatistical 5 }
|
|
infoSystem OBJECT IDENTIFIER ::= { info 5 }
|
|
operation OBJECT IDENTIFIER ::= { unitTypeAC 2 }
|
|
opValuesControl OBJECT IDENTIFIER ::= { operation 1 }
|
|
opCtrlAir OBJECT IDENTIFIER ::= { opValuesControl 1 }
|
|
opCtrlTemperature OBJECT IDENTIFIER ::= { opCtrlAir 1 }
|
|
opCtrlHumidity OBJECT IDENTIFIER ::= { opCtrlAir 2 }
|
|
opCtrlPressure OBJECT IDENTIFIER ::= { opCtrlAir 3 }
|
|
opCtrlWater OBJECT IDENTIFIER ::= { opValuesControl 2 }
|
|
opCtrlRefrigerant OBJECT IDENTIFIER ::= { opValuesControl 3 }
|
|
opCtrlAEoperation OBJECT IDENTIFIER ::= { opValuesControl 4 }
|
|
opModulefunctionsComponents OBJECT IDENTIFIER ::= { operation 2 }
|
|
opCooling OBJECT IDENTIFIER ::= { opModulefunctionsComponents 1 }
|
|
opCompressor OBJECT IDENTIFIER ::= { opCooling 1 }
|
|
opCompressor1 OBJECT IDENTIFIER ::= { opCompressor 1 }
|
|
opCompressor2 OBJECT IDENTIFIER ::= { opCompressor 2 }
|
|
opCompressor3 OBJECT IDENTIFIER ::= { opCompressor 3 }
|
|
opCompressor4 OBJECT IDENTIFIER ::= { opCompressor 4 }
|
|
opCompressor5 OBJECT IDENTIFIER ::= { opCompressor 5 }
|
|
opCompressor6 OBJECT IDENTIFIER ::= { opCompressor 6 }
|
|
opValves OBJECT IDENTIFIER ::= { opCooling 2 }
|
|
opSuctionValve OBJECT IDENTIFIER ::= { opValves 1 }
|
|
opGECWValve OBJECT IDENTIFIER ::= { opValves 2 }
|
|
opGValve OBJECT IDENTIFIER ::= { opValves 3 }
|
|
opEEV OBJECT IDENTIFIER ::= { opValves 4 }
|
|
opEEV1 OBJECT IDENTIFIER ::= { opEEV 1 }
|
|
opEEV2 OBJECT IDENTIFIER ::= { opEEV 2 }
|
|
opChillerFreecoolingValve OBJECT IDENTIFIER ::= { opValves 5 }
|
|
opDrycooler OBJECT IDENTIFIER ::= { opCooling 3 }
|
|
opDrycooler1 OBJECT IDENTIFIER ::= { opDrycooler 1 }
|
|
opDrycooler2 OBJECT IDENTIFIER ::= { opDrycooler 2 }
|
|
opDrycooler3 OBJECT IDENTIFIER ::= { opDrycooler 3 }
|
|
opDrycooler4 OBJECT IDENTIFIER ::= { opDrycooler 4 }
|
|
opPump OBJECT IDENTIFIER ::= { opCooling 4 }
|
|
opPump1 OBJECT IDENTIFIER ::= { opPump 1 }
|
|
opPump2 OBJECT IDENTIFIER ::= { opPump 2 }
|
|
opPump3 OBJECT IDENTIFIER ::= { opPump 3 }
|
|
opPump4 OBJECT IDENTIFIER ::= { opPump 4 }
|
|
opCoolLouver OBJECT IDENTIFIER ::= { opCooling 5 }
|
|
opEcoLouver OBJECT IDENTIFIER ::= { opCoolLouver 1 }
|
|
opCondensorfan OBJECT IDENTIFIER ::= { opCooling 6 }
|
|
opHeating OBJECT IDENTIFIER ::= { opModulefunctionsComponents 2 }
|
|
opEHeat OBJECT IDENTIFIER ::= { opHeating 1 }
|
|
opEHeat1 OBJECT IDENTIFIER ::= { opEHeat 1 }
|
|
opEHeat2 OBJECT IDENTIFIER ::= { opEHeat 2 }
|
|
opEHeat3 OBJECT IDENTIFIER ::= { opEHeat 3 }
|
|
opHotgasHeat OBJECT IDENTIFIER ::= { opHeating 2 }
|
|
opHwrValve OBJECT IDENTIFIER ::= { opHeating 3 }
|
|
opHumidity OBJECT IDENTIFIER ::= { opModulefunctionsComponents 3 }
|
|
opHumidifier OBJECT IDENTIFIER ::= { opHumidity 1 }
|
|
opDehumidification OBJECT IDENTIFIER ::= { opHumidity 2 }
|
|
opAir OBJECT IDENTIFIER ::= { opModulefunctionsComponents 4 }
|
|
opFan OBJECT IDENTIFIER ::= { opAir 1 }
|
|
opAirLouver OBJECT IDENTIFIER ::= { opAir 2 }
|
|
opAEfilter OBJECT IDENTIFIER ::= { opAir 6 }
|
|
opSensor OBJECT IDENTIFIER ::= { opModulefunctionsComponents 5 }
|
|
opSensor1 OBJECT IDENTIFIER ::= { opSensor 1 }
|
|
opSensor2 OBJECT IDENTIFIER ::= { opSensor 2 }
|
|
opSensor3 OBJECT IDENTIFIER ::= { opSensor 3 }
|
|
opSensor4 OBJECT IDENTIFIER ::= { opSensor 4 }
|
|
opSensor5 OBJECT IDENTIFIER ::= { opSensor 5 }
|
|
opSensor6 OBJECT IDENTIFIER ::= { opSensor 6 }
|
|
opSensor7 OBJECT IDENTIFIER ::= { opSensor 7 }
|
|
opSensor8 OBJECT IDENTIFIER ::= { opSensor 8 }
|
|
opSensor9 OBJECT IDENTIFIER ::= { opSensor 9 }
|
|
opSensor10 OBJECT IDENTIFIER ::= { opSensor 10 }
|
|
opSensor11 OBJECT IDENTIFIER ::= { opSensor 11 }
|
|
opSensor12 OBJECT IDENTIFIER ::= { opSensor 12 }
|
|
opSensor13 OBJECT IDENTIFIER ::= { opSensor 13 }
|
|
opSensor14 OBJECT IDENTIFIER ::= { opSensor 14 }
|
|
opSensor15 OBJECT IDENTIFIER ::= { opSensor 15 }
|
|
opSensor16 OBJECT IDENTIFIER ::= { opSensor 16 }
|
|
opSensor17 OBJECT IDENTIFIER ::= { opSensor 17 }
|
|
opSensor18 OBJECT IDENTIFIER ::= { opSensor 18 }
|
|
opSensor19 OBJECT IDENTIFIER ::= { opSensor 19 }
|
|
opSensor20 OBJECT IDENTIFIER ::= { opSensor 20 }
|
|
opSensor21 OBJECT IDENTIFIER ::= { opSensor 21 }
|
|
opAuxPorts OBJECT IDENTIFIER ::= { opModulefunctionsComponents 6 }
|
|
opExtAlarms OBJECT IDENTIFIER ::= { opAuxPorts 1 }
|
|
opExtAlarms1 OBJECT IDENTIFIER ::= { opExtAlarms 1 }
|
|
opExtAlarms2 OBJECT IDENTIFIER ::= { opExtAlarms 2 }
|
|
opExtAlarms3 OBJECT IDENTIFIER ::= { opExtAlarms 3 }
|
|
opExtAlarms4 OBJECT IDENTIFIER ::= { opExtAlarms 4 }
|
|
opExtAlarms5 OBJECT IDENTIFIER ::= { opExtAlarms 5 }
|
|
opExtAlarms6 OBJECT IDENTIFIER ::= { opExtAlarms 6 }
|
|
opExtAlarms7 OBJECT IDENTIFIER ::= { opExtAlarms 7 }
|
|
opExtAlarms8 OBJECT IDENTIFIER ::= { opExtAlarms 8 }
|
|
opExtAlarms9 OBJECT IDENTIFIER ::= { opExtAlarms 9 }
|
|
opExtAlarms10 OBJECT IDENTIFIER ::= { opExtAlarms 10 }
|
|
opUnitalarms OBJECT IDENTIFIER ::= { opAuxPorts 2 }
|
|
opZoneSequencing OBJECT IDENTIFIER ::= { operation 3 }
|
|
opSystem OBJECT IDENTIFIER ::= { operation 4 }
|
|
opATPreferences OBJECT IDENTIFIER ::= { opSystem 1 }
|
|
opPassword OBJECT IDENTIFIER ::= { operation 5 }
|
|
config OBJECT IDENTIFIER ::= { unitTypeAC 3 }
|
|
confValuesControl OBJECT IDENTIFIER ::= { config 1 }
|
|
confCtrlAir OBJECT IDENTIFIER ::= { confValuesControl 1 }
|
|
confCtrlTemperature OBJECT IDENTIFIER ::= { confCtrlAir 1 }
|
|
confCtrlHumidity OBJECT IDENTIFIER ::= { confCtrlAir 2 }
|
|
confCtrlPressure OBJECT IDENTIFIER ::= { confCtrlAir 3 }
|
|
confCtrlWater OBJECT IDENTIFIER ::= { confValuesControl 2 }
|
|
confCtrlRefrigerant OBJECT IDENTIFIER ::= { confValuesControl 3 }
|
|
confCtrlMiscParameters OBJECT IDENTIFIER ::= { confValuesControl 4 }
|
|
confCtrlGEOperation OBJECT IDENTIFIER ::= { confValuesControl 5 }
|
|
confCtrlChillerFreecooling OBJECT IDENTIFIER ::= { confValuesControl 6 }
|
|
confCtrlAEoperation OBJECT IDENTIFIER ::= { confValuesControl 7 }
|
|
confModulefuncComponents OBJECT IDENTIFIER ::= { config 2 }
|
|
confCooling OBJECT IDENTIFIER ::= { confModulefuncComponents 1 }
|
|
confCompressor OBJECT IDENTIFIER ::= { confCooling 1 }
|
|
confCompressor1 OBJECT IDENTIFIER ::= { confCompressor 1 }
|
|
confCompressor2 OBJECT IDENTIFIER ::= { confCompressor 2 }
|
|
confCompressor3 OBJECT IDENTIFIER ::= { confCompressor 3 }
|
|
confCompressor4 OBJECT IDENTIFIER ::= { confCompressor 4 }
|
|
confCompressor5 OBJECT IDENTIFIER ::= { confCompressor 5 }
|
|
confCompressor6 OBJECT IDENTIFIER ::= { confCompressor 6 }
|
|
confValves OBJECT IDENTIFIER ::= { confCooling 2 }
|
|
confSuctionValves OBJECT IDENTIFIER ::= { confValves 1 }
|
|
confGECWValve OBJECT IDENTIFIER ::= { confValves 2 }
|
|
confGValve OBJECT IDENTIFIER ::= { confValves 3 }
|
|
confHGBP OBJECT IDENTIFIER ::= { confValves 4 }
|
|
confHGBP1 OBJECT IDENTIFIER ::= { confHGBP 1 }
|
|
confHGBP2 OBJECT IDENTIFIER ::= { confHGBP 2 }
|
|
confEEV OBJECT IDENTIFIER ::= { confValves 5 }
|
|
confEEV1 OBJECT IDENTIFIER ::= { confEEV 1 }
|
|
confEEV2 OBJECT IDENTIFIER ::= { confEEV 2 }
|
|
confDrycooler OBJECT IDENTIFIER ::= { confCooling 3 }
|
|
confDrycooler1 OBJECT IDENTIFIER ::= { confDrycooler 1 }
|
|
confDrycooler2 OBJECT IDENTIFIER ::= { confDrycooler 2 }
|
|
confDrycooler3 OBJECT IDENTIFIER ::= { confDrycooler 3 }
|
|
confDrycooler4 OBJECT IDENTIFIER ::= { confDrycooler 4 }
|
|
confPump OBJECT IDENTIFIER ::= { confCooling 4 }
|
|
confPump1 OBJECT IDENTIFIER ::= { confPump 1 }
|
|
confPump2 OBJECT IDENTIFIER ::= { confPump 2 }
|
|
confPump3 OBJECT IDENTIFIER ::= { confPump 3 }
|
|
confPump4 OBJECT IDENTIFIER ::= { confPump 4 }
|
|
confCoolLouver OBJECT IDENTIFIER ::= { confCooling 5 }
|
|
confEcoLouver OBJECT IDENTIFIER ::= { confCoolLouver 1 }
|
|
confFreshairLouver OBJECT IDENTIFIER ::= { confCoolLouver 2 }
|
|
confAntifreezeLouver OBJECT IDENTIFIER ::= { confCoolLouver 3 }
|
|
confCirculationLouver OBJECT IDENTIFIER ::= { confCoolLouver 4 }
|
|
confExitLouver OBJECT IDENTIFIER ::= { confCoolLouver 5 }
|
|
confCondensorfan OBJECT IDENTIFIER ::= { confCooling 6 }
|
|
confHeating OBJECT IDENTIFIER ::= { confModulefuncComponents 2 }
|
|
confEHeat OBJECT IDENTIFIER ::= { confHeating 1 }
|
|
confEHeat1 OBJECT IDENTIFIER ::= { confEHeat 1 }
|
|
confEHeat2 OBJECT IDENTIFIER ::= { confEHeat 2 }
|
|
confEHeat3 OBJECT IDENTIFIER ::= { confEHeat 3 }
|
|
confHotgasHeat OBJECT IDENTIFIER ::= { confHeating 2 }
|
|
confHwrValve OBJECT IDENTIFIER ::= { confHeating 3 }
|
|
confHumidity OBJECT IDENTIFIER ::= { confModulefuncComponents 3 }
|
|
confHumidifier OBJECT IDENTIFIER ::= { confHumidity 1 }
|
|
confDehumidification OBJECT IDENTIFIER ::= { confHumidity 2 }
|
|
confAir OBJECT IDENTIFIER ::= { confModulefuncComponents 4 }
|
|
confFanGeneral OBJECT IDENTIFIER ::= { confAir 2 }
|
|
confFanAlarm OBJECT IDENTIFIER ::= { confAir 3 }
|
|
confFanSpecialModes OBJECT IDENTIFIER ::= { confAir 4 }
|
|
confAirLouver OBJECT IDENTIFIER ::= { confAir 5 }
|
|
confAEfilter OBJECT IDENTIFIER ::= { confAir 6 }
|
|
confSensor OBJECT IDENTIFIER ::= { confModulefuncComponents 5 }
|
|
confSensor1 OBJECT IDENTIFIER ::= { confSensor 1 }
|
|
confSensor2 OBJECT IDENTIFIER ::= { confSensor 2 }
|
|
confSensor3 OBJECT IDENTIFIER ::= { confSensor 3 }
|
|
confSensor4 OBJECT IDENTIFIER ::= { confSensor 4 }
|
|
confSensor5 OBJECT IDENTIFIER ::= { confSensor 5 }
|
|
confSensor6 OBJECT IDENTIFIER ::= { confSensor 6 }
|
|
confSensor7 OBJECT IDENTIFIER ::= { confSensor 7 }
|
|
confSensor8 OBJECT IDENTIFIER ::= { confSensor 8 }
|
|
confSensor9 OBJECT IDENTIFIER ::= { confSensor 9 }
|
|
confSensor10 OBJECT IDENTIFIER ::= { confSensor 10 }
|
|
confSensor11 OBJECT IDENTIFIER ::= { confSensor 11 }
|
|
confSensor12 OBJECT IDENTIFIER ::= { confSensor 12 }
|
|
confSensor13 OBJECT IDENTIFIER ::= { confSensor 13 }
|
|
confSensor14 OBJECT IDENTIFIER ::= { confSensor 14 }
|
|
confSensor15 OBJECT IDENTIFIER ::= { confSensor 15 }
|
|
confSensor16 OBJECT IDENTIFIER ::= { confSensor 16 }
|
|
confSensor17 OBJECT IDENTIFIER ::= { confSensor 17 }
|
|
confSensor18 OBJECT IDENTIFIER ::= { confSensor 18 }
|
|
confSensor19 OBJECT IDENTIFIER ::= { confSensor 19 }
|
|
confSensor20 OBJECT IDENTIFIER ::= { confSensor 20 }
|
|
confSensor21 OBJECT IDENTIFIER ::= { confSensor 21 }
|
|
confAuxPorts OBJECT IDENTIFIER ::= { confModulefuncComponents 6 }
|
|
confExtAlarms OBJECT IDENTIFIER ::= { confAuxPorts 1 }
|
|
confExtAlarms1 OBJECT IDENTIFIER ::= { confExtAlarms 1 }
|
|
confExtAlarms2 OBJECT IDENTIFIER ::= { confExtAlarms 2 }
|
|
confExtAlarms3 OBJECT IDENTIFIER ::= { confExtAlarms 3 }
|
|
confExtAlarms4 OBJECT IDENTIFIER ::= { confExtAlarms 4 }
|
|
confExtAlarms5 OBJECT IDENTIFIER ::= { confExtAlarms 5 }
|
|
confExtAlarms6 OBJECT IDENTIFIER ::= { confExtAlarms 6 }
|
|
confExtAlarms7 OBJECT IDENTIFIER ::= { confExtAlarms 7 }
|
|
confExtAlarms8 OBJECT IDENTIFIER ::= { confExtAlarms 8 }
|
|
confExtAlarms9 OBJECT IDENTIFIER ::= { confExtAlarms 9 }
|
|
confExtAlarms10 OBJECT IDENTIFIER ::= { confExtAlarms 10 }
|
|
confUnitalarms OBJECT IDENTIFIER ::= { confAuxPorts 2 }
|
|
confDigitalPorts OBJECT IDENTIFIER ::= { confAuxPorts 3 }
|
|
confValueOutput OBJECT IDENTIFIER ::= { confAuxPorts 4 }
|
|
confValueOutput1 OBJECT IDENTIFIER ::= { confValueOutput 1 }
|
|
confValueOutput2 OBJECT IDENTIFIER ::= { confValueOutput 2 }
|
|
confValueOutput3 OBJECT IDENTIFIER ::= { confValueOutput 3 }
|
|
confValueOutput4 OBJECT IDENTIFIER ::= { confValueOutput 4 }
|
|
confUPSOperation OBJECT IDENTIFIER ::= { confModulefuncComponents 7 }
|
|
confManualOperation OBJECT IDENTIFIER ::= { confModulefuncComponents 8 }
|
|
confManCooling OBJECT IDENTIFIER ::= { confManualOperation 1 }
|
|
confManCompressors OBJECT IDENTIFIER ::= { confManCooling 1 }
|
|
confManValves OBJECT IDENTIFIER ::= { confManCooling 2 }
|
|
confManSuctionValve OBJECT IDENTIFIER ::= { confManValves 1 }
|
|
confManSuctionValve2 OBJECT IDENTIFIER ::= { confManValves 2 }
|
|
confManGECWValve OBJECT IDENTIFIER ::= { confManValves 3 }
|
|
confManGValve OBJECT IDENTIFIER ::= { confManValves 4 }
|
|
confManHGBP OBJECT IDENTIFIER ::= { confManValves 5 }
|
|
confManHGBP1 OBJECT IDENTIFIER ::= { confManHGBP 1 }
|
|
confManHGBP2 OBJECT IDENTIFIER ::= { confManHGBP 2 }
|
|
confManEEV OBJECT IDENTIFIER ::= { confManValves 6 }
|
|
confManEEV1 OBJECT IDENTIFIER ::= { confManEEV 1 }
|
|
confManEEV2 OBJECT IDENTIFIER ::= { confManEEV 2 }
|
|
confManDrycooler OBJECT IDENTIFIER ::= { confManCooling 3 }
|
|
confManDrycooler1 OBJECT IDENTIFIER ::= { confManDrycooler 1 }
|
|
confManDrycooler2 OBJECT IDENTIFIER ::= { confManDrycooler 2 }
|
|
confManDrycooler3 OBJECT IDENTIFIER ::= { confManDrycooler 3 }
|
|
confManDrycooler4 OBJECT IDENTIFIER ::= { confManDrycooler 4 }
|
|
confManPump OBJECT IDENTIFIER ::= { confManCooling 4 }
|
|
confManPump1 OBJECT IDENTIFIER ::= { confManPump 1 }
|
|
confManPump2 OBJECT IDENTIFIER ::= { confManPump 2 }
|
|
confManPump3 OBJECT IDENTIFIER ::= { confManPump 3 }
|
|
confManPump4 OBJECT IDENTIFIER ::= { confManPump 4 }
|
|
confManLouver OBJECT IDENTIFIER ::= { confManCooling 5 }
|
|
confManLouverEco OBJECT IDENTIFIER ::= { confManLouver 1 }
|
|
confManLouverFreshAir OBJECT IDENTIFIER ::= { confManLouver 2 }
|
|
confManLouverAntiFreeze OBJECT IDENTIFIER ::= { confManLouver 3 }
|
|
confManLouvercirculation OBJECT IDENTIFIER ::= { confManLouver 4 }
|
|
confManLouverExit OBJECT IDENTIFIER ::= { confManLouver 5 }
|
|
confManConFan OBJECT IDENTIFIER ::= { confManCooling 6 }
|
|
confManHeating OBJECT IDENTIFIER ::= { confManualOperation 2 }
|
|
confManEHeat OBJECT IDENTIFIER ::= { confManHeating 1 }
|
|
confManEHeat1 OBJECT IDENTIFIER ::= { confManEHeat 1 }
|
|
confManEHeat2 OBJECT IDENTIFIER ::= { confManEHeat 2 }
|
|
confManEHeat3 OBJECT IDENTIFIER ::= { confManEHeat 3 }
|
|
confManHotgasHeat OBJECT IDENTIFIER ::= { confManHeating 2 }
|
|
confManHwrValve OBJECT IDENTIFIER ::= { confManHeating 3 }
|
|
confManHumidity OBJECT IDENTIFIER ::= { confManualOperation 3 }
|
|
confManHumidifier OBJECT IDENTIFIER ::= { confManHumidity 1 }
|
|
confManDehumidification OBJECT IDENTIFIER ::= { confManHumidity 2 }
|
|
confManAir OBJECT IDENTIFIER ::= { confManualOperation 4 }
|
|
confManFan OBJECT IDENTIFIER ::= { confManAir 1 }
|
|
confManAirLouver OBJECT IDENTIFIER ::= { confManAir 2 }
|
|
confManSensor OBJECT IDENTIFIER ::= { confManualOperation 5 }
|
|
confManSensor1 OBJECT IDENTIFIER ::= { confManSensor 1 }
|
|
confManSensor2 OBJECT IDENTIFIER ::= { confManSensor 2 }
|
|
confManSensor3 OBJECT IDENTIFIER ::= { confManSensor 3 }
|
|
confManSensor4 OBJECT IDENTIFIER ::= { confManSensor 4 }
|
|
confManSensor5 OBJECT IDENTIFIER ::= { confManSensor 5 }
|
|
confManSensor6 OBJECT IDENTIFIER ::= { confManSensor 6 }
|
|
confManSensor7 OBJECT IDENTIFIER ::= { confManSensor 7 }
|
|
confManSensor8 OBJECT IDENTIFIER ::= { confManSensor 8 }
|
|
confManSensor9 OBJECT IDENTIFIER ::= { confManSensor 9 }
|
|
confManSensor10 OBJECT IDENTIFIER ::= { confManSensor 10 }
|
|
confManSensor11 OBJECT IDENTIFIER ::= { confManSensor 11 }
|
|
confManSensor12 OBJECT IDENTIFIER ::= { confManSensor 12 }
|
|
confManSensor13 OBJECT IDENTIFIER ::= { confManSensor 13 }
|
|
confManSensor14 OBJECT IDENTIFIER ::= { confManSensor 14 }
|
|
confManSensor15 OBJECT IDENTIFIER ::= { confManSensor 15 }
|
|
confManSensor16 OBJECT IDENTIFIER ::= { confManSensor 16 }
|
|
confManSensor17 OBJECT IDENTIFIER ::= { confManSensor 17 }
|
|
confManSensor18 OBJECT IDENTIFIER ::= { confManSensor 18 }
|
|
confManSensor19 OBJECT IDENTIFIER ::= { confManSensor 19 }
|
|
confManSensor20 OBJECT IDENTIFIER ::= { confManSensor 20 }
|
|
confManSensor21 OBJECT IDENTIFIER ::= { confManSensor 21 }
|
|
confManAuxPorts OBJECT IDENTIFIER ::= { confManualOperation 6 }
|
|
confManExtAlarms OBJECT IDENTIFIER ::= { confManAuxPorts 1 }
|
|
confManExtAlarms1 OBJECT IDENTIFIER ::= { confManExtAlarms 1 }
|
|
confManExtAlarms2 OBJECT IDENTIFIER ::= { confManExtAlarms 2 }
|
|
confManExtAlarms3 OBJECT IDENTIFIER ::= { confManExtAlarms 3 }
|
|
confManExtAlarms4 OBJECT IDENTIFIER ::= { confManExtAlarms 4 }
|
|
confManExtAlarms5 OBJECT IDENTIFIER ::= { confManExtAlarms 5 }
|
|
confManExtAlarms6 OBJECT IDENTIFIER ::= { confManExtAlarms 6 }
|
|
confManExtAlarms7 OBJECT IDENTIFIER ::= { confManExtAlarms 7 }
|
|
confManExtAlarms8 OBJECT IDENTIFIER ::= { confManExtAlarms 8 }
|
|
confManExtAlarms9 OBJECT IDENTIFIER ::= { confManExtAlarms 9 }
|
|
confManExtAlarms10 OBJECT IDENTIFIER ::= { confManExtAlarms 10 }
|
|
confZoneSequencing OBJECT IDENTIFIER ::= { config 3 }
|
|
confDataStatistical OBJECT IDENTIFIER ::= { config 4 }
|
|
confDatalog OBJECT IDENTIFIER ::= { confDataStatistical 1 }
|
|
confEventlog OBJECT IDENTIFIER ::= { confDataStatistical 2 }
|
|
confRuntimes OBJECT IDENTIFIER ::= { confDataStatistical 3 }
|
|
confFunctions OBJECT IDENTIFIER ::= { confRuntimes 1 }
|
|
confComponents OBJECT IDENTIFIER ::= { confRuntimes 2 }
|
|
confCompressors OBJECT IDENTIFIER ::= { confComponents 1 }
|
|
confDrycoolers OBJECT IDENTIFIER ::= { confComponents 2 }
|
|
confPumps OBJECT IDENTIFIER ::= { confComponents 3 }
|
|
confEHeatings OBJECT IDENTIFIER ::= { confComponents 4 }
|
|
confCondFan OBJECT IDENTIFIER ::= { confComponents 5 }
|
|
confMaintenance OBJECT IDENTIFIER ::= { confDataStatistical 4 }
|
|
confSystem OBJECT IDENTIFIER ::= { config 5 }
|
|
confUnitname OBJECT IDENTIFIER ::= { confSystem 1 }
|
|
confInterfaces OBJECT IDENTIFIER ::= { confSystem 2 }
|
|
confDefaultSettingsUnittype OBJECT IDENTIFIER ::= { confSystem 3 }
|
|
confPassword OBJECT IDENTIFIER ::= { config 6 }
|
|
state OBJECT IDENTIFIER ::= { unitTypeAC 4 }
|
|
overview OBJECT IDENTIFIER ::= { state 1 }
|
|
unitstate OBJECT IDENTIFIER ::= { state 2 }
|
|
unitview OBJECT IDENTIFIER ::= { state 4 }
|
|
unitTypeFCB OBJECT IDENTIFIER ::= { wibUnits 2 }
|
|
fCBInfo OBJECT IDENTIFIER ::= { unitTypeFCB 1 }
|
|
fCBInfoValues OBJECT IDENTIFIER ::= { fCBInfo 1 }
|
|
fCBinfoAir OBJECT IDENTIFIER ::= { fCBInfoValues 1 }
|
|
fCBinfoTemperature OBJECT IDENTIFIER ::= { fCBinfoAir 1 }
|
|
fCBinfoHumidity OBJECT IDENTIFIER ::= { fCBinfoAir 2 }
|
|
fCBComponents OBJECT IDENTIFIER ::= { fCBInfo 2 }
|
|
fCBcompAir OBJECT IDENTIFIER ::= { fCBComponents 4 }
|
|
fCBremoteUnitState OBJECT IDENTIFIER ::= { fCBComponents 6 }
|
|
fCBconfig OBJECT IDENTIFIER ::= { unitTypeFCB 3 }
|
|
fCBconfValues OBJECT IDENTIFIER ::= { fCBconfig 1 }
|
|
fCBconfAir OBJECT IDENTIFIER ::= { fCBconfValues 1 }
|
|
fCBconfTemperature OBJECT IDENTIFIER ::= { fCBconfAir 1 }
|
|
fCBconfHumidity OBJECT IDENTIFIER ::= { fCBconfAir 2 }
|
|
fCBstate OBJECT IDENTIFIER ::= { unitTypeFCB 4 }
|
|
fCBunitstate OBJECT IDENTIFIER ::= { fCBstate 3 }
|
|
|
|
-- List of datapoints
|
|
|
|
infoValTemperatureTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoValTemperatureEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoValTemperature"
|
|
::= { infoValTemperature 1 }
|
|
|
|
infoValTemperatureEntry OBJECT-TYPE
|
|
SYNTAX InfoValTemperatureEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoValTemperature"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoValTemperatureTable 1 }
|
|
|
|
InfoValTemperatureEntry ::= SEQUENCE {
|
|
unitTemperature Integer32,
|
|
unitSetpointTemperatureCorrected Integer32,
|
|
unitReturnAirTemperature Integer32,
|
|
unitSupplyAirTemperature Integer32,
|
|
unitOutsideAirTemperature Integer32
|
|
}
|
|
|
|
unitTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit temperature"
|
|
::= { infoValTemperatureEntry 1170 }
|
|
|
|
unitSetpointTemperatureCorrected OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit setpoint temperature corrected"
|
|
::= { infoValTemperatureEntry 1175 }
|
|
|
|
unitReturnAirTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit return air temperature"
|
|
::= { infoValTemperatureEntry 1192 }
|
|
|
|
unitSupplyAirTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit supply air temperature"
|
|
::= { infoValTemperatureEntry 1193 }
|
|
|
|
unitOutsideAirTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit outside air temperature"
|
|
::= { infoValTemperatureEntry 1196 }
|
|
|
|
infoValHumidityTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoValHumidityEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoValHumidity"
|
|
::= { infoValHumidity 1 }
|
|
|
|
infoValHumidityEntry OBJECT-TYPE
|
|
SYNTAX InfoValHumidityEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoValHumidity"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoValHumidityTable 1 }
|
|
|
|
InfoValHumidityEntry ::= SEQUENCE {
|
|
unitHumidity Unsigned32,
|
|
unitSetpointHumidityCorrected Unsigned32,
|
|
unitReturnAirHumidity Unsigned32,
|
|
unitSupplyAirHumidity Unsigned32
|
|
}
|
|
|
|
unitHumidity OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit humidity"
|
|
::= { infoValHumidityEntry 1171 }
|
|
|
|
unitSetpointHumidityCorrected OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit setpoint humidity corrected"
|
|
::= { infoValHumidityEntry 1178 }
|
|
|
|
unitReturnAirHumidity OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit return air humidity"
|
|
::= { infoValHumidityEntry 1194 }
|
|
|
|
unitSupplyAirHumidity OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit supply air humidity"
|
|
::= { infoValHumidityEntry 1195 }
|
|
|
|
infoValPressureTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoValPressureEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoValPressure"
|
|
::= { infoValPressure 1 }
|
|
|
|
infoValPressureEntry OBJECT-TYPE
|
|
SYNTAX InfoValPressureEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoValPressure"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoValPressureTable 1 }
|
|
|
|
InfoValPressureEntry ::= SEQUENCE {
|
|
currentRaisedFloorPressure Unsigned32
|
|
}
|
|
|
|
currentRaisedFloorPressure OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"current raised floor pressure"
|
|
::= { infoValPressureEntry 1208 }
|
|
|
|
infoValWaterTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoValWaterEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoValWater"
|
|
::= { infoValWater 1 }
|
|
|
|
infoValWaterEntry OBJECT-TYPE
|
|
SYNTAX InfoValWaterEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoValWater"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoValWaterTable 1 }
|
|
|
|
InfoValWaterEntry ::= SEQUENCE {
|
|
unitWaterInTemperature1 Integer32,
|
|
unitWaterInTemperature2 Integer32,
|
|
unitWaterOutTemperature1 Integer32,
|
|
unitWaterOutTemperature2 Integer32,
|
|
unitSetpointWaterPressure Unsigned32,
|
|
unitCurrentWaterPressure Unsigned32
|
|
}
|
|
|
|
unitWaterInTemperature1 OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit water in temperature 1"
|
|
::= { infoValWaterEntry 1191 }
|
|
|
|
unitWaterInTemperature2 OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit water in temperature 2"
|
|
::= { infoValWaterEntry 1202 }
|
|
|
|
unitWaterOutTemperature1 OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit water out temperature 1"
|
|
::= { infoValWaterEntry 1206 }
|
|
|
|
unitWaterOutTemperature2 OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit water out temperature 2"
|
|
::= { infoValWaterEntry 1207 }
|
|
|
|
unitSetpointWaterPressure OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..60)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit setpoint water pressure"
|
|
::= { infoValWaterEntry 1211 }
|
|
|
|
unitCurrentWaterPressure OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit current water pressure"
|
|
::= { infoValWaterEntry 1212 }
|
|
|
|
infoValRefrigerantTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoValRefrigerantEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoValRefrigerant"
|
|
::= { infoValRefrigerant 1 }
|
|
|
|
infoValRefrigerantEntry OBJECT-TYPE
|
|
SYNTAX InfoValRefrigerantEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoValRefrigerant"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoValRefrigerantTable 1 }
|
|
|
|
InfoValRefrigerantEntry ::= SEQUENCE {
|
|
unitEvaporationTemperature1 Integer32,
|
|
unitEvaporationPressure1 Unsigned32,
|
|
unitCondensationTemperature1 Integer32,
|
|
unitCondensationPressure1 Unsigned32,
|
|
unitCondensationPressure2 Unsigned32,
|
|
unitCondensationTemperature2 Integer32,
|
|
unitEvaporationPressure2 Unsigned32,
|
|
unitEvaporationTemperature2 Integer32
|
|
}
|
|
|
|
unitEvaporationTemperature1 OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit evaporation temperature 1"
|
|
::= { infoValRefrigerantEntry 2232 }
|
|
|
|
unitEvaporationPressure1 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit evaporation pressure 1"
|
|
::= { infoValRefrigerantEntry 2233 }
|
|
|
|
unitCondensationTemperature1 OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit condensation temperature 1"
|
|
::= { infoValRefrigerantEntry 2234 }
|
|
|
|
unitCondensationPressure1 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit condensation pressure 1"
|
|
::= { infoValRefrigerantEntry 2235 }
|
|
|
|
unitCondensationPressure2 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit condensation pressure 2"
|
|
::= { infoValRefrigerantEntry 2250 }
|
|
|
|
unitCondensationTemperature2 OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit condensation temperature 2"
|
|
::= { infoValRefrigerantEntry 2272 }
|
|
|
|
unitEvaporationPressure2 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit evaporation pressure 2"
|
|
::= { infoValRefrigerantEntry 2273 }
|
|
|
|
unitEvaporationTemperature2 OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit evaporation temperature 2"
|
|
::= { infoValRefrigerantEntry 2274 }
|
|
|
|
infoValMiscellaneousTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoValMiscellaneousEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoValMiscellaneous"
|
|
::= { infoValMiscellaneous 1 }
|
|
|
|
infoValMiscellaneousEntry OBJECT-TYPE
|
|
SYNTAX InfoValMiscellaneousEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoValMiscellaneous"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoValMiscellaneousTable 1 }
|
|
|
|
InfoValMiscellaneousEntry ::= SEQUENCE {
|
|
universalTemperature1 Integer32
|
|
}
|
|
|
|
universalTemperature1 OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"universal temperature 1"
|
|
::= { infoValMiscellaneousEntry 1210 }
|
|
|
|
infoModulefunctionsComponenTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoModulefunctionsComponenEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoModulefunctionsComponents"
|
|
::= { infoModulefunctionsComponents 6 }
|
|
|
|
infoModulefunctionsComponenEntry OBJECT-TYPE
|
|
SYNTAX InfoModulefunctionsComponenEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoModulefunctionsComponents"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoModulefunctionsComponenTable 1 }
|
|
|
|
InfoModulefunctionsComponenEntry ::= SEQUENCE {
|
|
numberOfExtAlarmIn Unsigned32
|
|
}
|
|
|
|
numberOfExtAlarmIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..10)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"number of ext alarm in"
|
|
::= { infoModulefunctionsComponenEntry 1770 }
|
|
|
|
infoCompressorTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoCompressorEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoCompressor"
|
|
::= { infoCompressor 1 }
|
|
|
|
infoCompressorEntry OBJECT-TYPE
|
|
SYNTAX InfoCompressorEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoCompressor"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoCompressorTable 1 }
|
|
|
|
InfoCompressorEntry ::= SEQUENCE {
|
|
numberOfCompressors Unsigned32,
|
|
compr1Running Unsigned32,
|
|
compr2Running Unsigned32,
|
|
compr3Running Unsigned32,
|
|
compr4Running Unsigned32,
|
|
compr5Running Unsigned32,
|
|
compr6Running Unsigned32
|
|
}
|
|
|
|
numberOfCompressors OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..2)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"number of compressors"
|
|
::= { infoCompressorEntry 1761 }
|
|
|
|
compr1Running OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.1 running"
|
|
::= { infoCompressorEntry 4403 }
|
|
|
|
compr2Running OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 2 running"
|
|
::= { infoCompressorEntry 4503 }
|
|
|
|
compr3Running OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 3 running"
|
|
::= { infoCompressorEntry 9503 }
|
|
|
|
compr4Running OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 4 running"
|
|
::= { infoCompressorEntry 9603 }
|
|
|
|
compr5Running OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 5 running"
|
|
::= { infoCompressorEntry 9703 }
|
|
|
|
compr6Running OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 6 running"
|
|
::= { infoCompressorEntry 9803 }
|
|
|
|
infoValvesTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoValvesEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoValves"
|
|
::= { infoValves 5 }
|
|
|
|
infoValvesEntry OBJECT-TYPE
|
|
SYNTAX InfoValvesEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoValves"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoValvesTable 1 }
|
|
|
|
InfoValvesEntry ::= SEQUENCE {
|
|
numberOfEEVs Unsigned32,
|
|
unitFreecoolingValve Unsigned32,
|
|
gValveOpeningGrade Unsigned32
|
|
}
|
|
|
|
numberOfEEVs OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..2)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"number of EEVs"
|
|
::= { infoValvesEntry 1776 }
|
|
|
|
unitFreecoolingValve OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit freecooling-valve"
|
|
::= { infoValvesEntry 2238 }
|
|
|
|
gValveOpeningGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"G-valve opening grade"
|
|
::= { infoValvesEntry 5312 }
|
|
|
|
infoSuctionvalvesTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoSuctionvalvesEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoSuctionvalves"
|
|
::= { infoSuctionvalves 1 }
|
|
|
|
infoSuctionvalvesEntry OBJECT-TYPE
|
|
SYNTAX InfoSuctionvalvesEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoSuctionvalves"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoSuctionvalvesTable 1 }
|
|
|
|
InfoSuctionvalvesEntry ::= SEQUENCE {
|
|
numberOfSuctionValve Unsigned32,
|
|
suctionvalve1CurrentValue Unsigned32,
|
|
suctionvalve2CurrentValue Unsigned32
|
|
}
|
|
|
|
numberOfSuctionValve OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..2)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"number of suction valve"
|
|
::= { infoSuctionvalvesEntry 1762 }
|
|
|
|
suctionvalve1CurrentValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"suctionvalve1 current value"
|
|
::= { infoSuctionvalvesEntry 4611 }
|
|
|
|
suctionvalve2CurrentValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"suctionvalve2 current value"
|
|
::= { infoSuctionvalvesEntry 4711 }
|
|
|
|
infoGECWValvesTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoGECWValvesEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoGECWValves"
|
|
::= { infoGECWValves 1 }
|
|
|
|
infoGECWValvesEntry OBJECT-TYPE
|
|
SYNTAX InfoGECWValvesEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoGECWValves"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoGECWValvesTable 1 }
|
|
|
|
InfoGECWValvesEntry ::= SEQUENCE {
|
|
numberOfGeCwValves Unsigned32,
|
|
gECWValveOpeningGrade1 Unsigned32,
|
|
gECWValveOpeningGrade2 Unsigned32
|
|
}
|
|
|
|
numberOfGeCwValves OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..1)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"number of ge/cw valves"
|
|
::= { infoGECWValvesEntry 1771 }
|
|
|
|
gECWValveOpeningGrade1 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE/CW-valve opening grade 1"
|
|
::= { infoGECWValvesEntry 5214 }
|
|
|
|
gECWValveOpeningGrade2 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE/CW-valve opening grade 2"
|
|
::= { infoGECWValvesEntry 5224 }
|
|
|
|
infoHGBPsTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoHGBPsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoHGBPs"
|
|
::= { infoHGBPs 1 }
|
|
|
|
infoHGBPsEntry OBJECT-TYPE
|
|
SYNTAX InfoHGBPsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoHGBPs"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoHGBPsTable 1 }
|
|
|
|
InfoHGBPsEntry ::= SEQUENCE {
|
|
hgbp1OpeningGrade Unsigned32,
|
|
hgbp2OpeningGrade Unsigned32
|
|
}
|
|
|
|
hgbp1OpeningGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp1 opening grade"
|
|
::= { infoHGBPsEntry 9318 }
|
|
|
|
hgbp2OpeningGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp2 opening grade"
|
|
::= { infoHGBPsEntry 9418 }
|
|
|
|
infoEEV1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoEEV1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoEEV1"
|
|
::= { infoEEV1 1 }
|
|
|
|
infoEEV1Entry OBJECT-TYPE
|
|
SYNTAX InfoEEV1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoEEV1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoEEV1Table 1 }
|
|
|
|
InfoEEV1Entry ::= SEQUENCE {
|
|
eev1CurrentSuperheatSetpoint Integer32,
|
|
eev1SuctionPressure Integer32,
|
|
eev1SaturationTemperature Integer32,
|
|
eev1CoilOutTemperature Integer32,
|
|
eev1Superheat Integer32,
|
|
eev1ValveOpening Unsigned32
|
|
}
|
|
|
|
eev1CurrentSuperheatSetpoint OBJECT-TYPE
|
|
SYNTAX Integer32 (5..300)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 current superheat setpoint"
|
|
::= { infoEEV1Entry 8726 }
|
|
|
|
eev1SuctionPressure OBJECT-TYPE
|
|
SYNTAX Integer32 (-7..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 suction pressure"
|
|
::= { infoEEV1Entry 8727 }
|
|
|
|
eev1SaturationTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 saturation temperature"
|
|
::= { infoEEV1Entry 8728 }
|
|
|
|
eev1CoilOutTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 coil out temperature"
|
|
::= { infoEEV1Entry 8729 }
|
|
|
|
eev1Superheat OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 superheat"
|
|
::= { infoEEV1Entry 8730 }
|
|
|
|
eev1ValveOpening OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 valve opening"
|
|
::= { infoEEV1Entry 8731 }
|
|
|
|
infoEEV2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoEEV2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoEEV2"
|
|
::= { infoEEV2 1 }
|
|
|
|
infoEEV2Entry OBJECT-TYPE
|
|
SYNTAX InfoEEV2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoEEV2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoEEV2Table 1 }
|
|
|
|
InfoEEV2Entry ::= SEQUENCE {
|
|
eev2CurrentSuperheatSetpoint Integer32,
|
|
eev2SuctionPressure Integer32,
|
|
eev2SaturationTemperature Integer32,
|
|
eev2CoilOutTemperature Integer32,
|
|
eev2Superheat Integer32,
|
|
eev2ValveOpening Unsigned32
|
|
}
|
|
|
|
eev2CurrentSuperheatSetpoint OBJECT-TYPE
|
|
SYNTAX Integer32 (5..300)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 current superheat setpoint"
|
|
::= { infoEEV2Entry 8826 }
|
|
|
|
eev2SuctionPressure OBJECT-TYPE
|
|
SYNTAX Integer32 (-7..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 suction pressure"
|
|
::= { infoEEV2Entry 8827 }
|
|
|
|
eev2SaturationTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 saturation temperature"
|
|
::= { infoEEV2Entry 8828 }
|
|
|
|
eev2CoilOutTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 coil out temperature"
|
|
::= { infoEEV2Entry 8829 }
|
|
|
|
eev2Superheat OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 superheat"
|
|
::= { infoEEV2Entry 8830 }
|
|
|
|
eev2ValveOpening OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 valve opening"
|
|
::= { infoEEV2Entry 8831 }
|
|
|
|
infoDrycoolerTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoDrycoolerEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoDrycooler"
|
|
::= { infoDrycooler 1 }
|
|
|
|
infoDrycoolerEntry OBJECT-TYPE
|
|
SYNTAX InfoDrycoolerEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoDrycooler"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoDrycoolerTable 1 }
|
|
|
|
InfoDrycoolerEntry ::= SEQUENCE {
|
|
numberOfDrycoolers Unsigned32,
|
|
drycooler1Running Unsigned32,
|
|
drycooler1Speed Unsigned32,
|
|
drycooler2Running Unsigned32,
|
|
drycooler3Running Unsigned32,
|
|
drycooler4Running Unsigned32
|
|
}
|
|
|
|
numberOfDrycoolers OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"number of drycoolers"
|
|
::= { infoDrycoolerEntry 1763 }
|
|
|
|
drycooler1Running OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler1 running"
|
|
::= { infoDrycoolerEntry 5402 }
|
|
|
|
drycooler1Speed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler1 speed"
|
|
::= { infoDrycoolerEntry 5416 }
|
|
|
|
drycooler2Running OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler2 running"
|
|
::= { infoDrycoolerEntry 5502 }
|
|
|
|
drycooler3Running OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler3 running"
|
|
::= { infoDrycoolerEntry 5602 }
|
|
|
|
drycooler4Running OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler4 running"
|
|
::= { infoDrycoolerEntry 5702 }
|
|
|
|
infoPumpsTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoPumpsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoPumps"
|
|
::= { infoPumps 1 }
|
|
|
|
infoPumpsEntry OBJECT-TYPE
|
|
SYNTAX InfoPumpsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoPumps"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoPumpsTable 1 }
|
|
|
|
InfoPumpsEntry ::= SEQUENCE {
|
|
numberOfPumps Unsigned32,
|
|
pump1Running Unsigned32,
|
|
pump1Speed Unsigned32,
|
|
pump2Running Unsigned32,
|
|
pump2Speed Unsigned32,
|
|
pump3Running Unsigned32,
|
|
pump3Speed Unsigned32,
|
|
pump4Running Unsigned32,
|
|
pump4Speed Unsigned32
|
|
}
|
|
|
|
numberOfPumps OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"number of pumps"
|
|
::= { infoPumpsEntry 1764 }
|
|
|
|
pump1Running OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 running"
|
|
::= { infoPumpsEntry 5802 }
|
|
|
|
pump1Speed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 speed"
|
|
::= { infoPumpsEntry 5821 }
|
|
|
|
pump2Running OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 running"
|
|
::= { infoPumpsEntry 5902 }
|
|
|
|
pump2Speed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 speed"
|
|
::= { infoPumpsEntry 5921 }
|
|
|
|
pump3Running OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 running"
|
|
::= { infoPumpsEntry 6002 }
|
|
|
|
pump3Speed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 speed"
|
|
::= { infoPumpsEntry 6021 }
|
|
|
|
pump4Running OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 running"
|
|
::= { infoPumpsEntry 6102 }
|
|
|
|
pump4Speed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 speed"
|
|
::= { infoPumpsEntry 6121 }
|
|
|
|
infoLouverTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoLouverEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoLouver"
|
|
::= { infoLouver 1 }
|
|
|
|
infoLouverEntry OBJECT-TYPE
|
|
SYNTAX InfoLouverEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoLouver"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoLouverTable 1 }
|
|
|
|
InfoLouverEntry ::= SEQUENCE {
|
|
eCOCOOLLouverOpeningGrade Unsigned32,
|
|
openingGradeFreshAir Unsigned32,
|
|
openingGradeAntiFreeze Unsigned32,
|
|
openingGradeCirculation Unsigned32,
|
|
openingGradeExitLouver Unsigned32
|
|
}
|
|
|
|
eCOCOOLLouverOpeningGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ECO-COOL louver opening grade"
|
|
::= { infoLouverEntry 9913 }
|
|
|
|
openingGradeFreshAir OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"opening grade fresh air"
|
|
::= { infoLouverEntry 10408 }
|
|
|
|
openingGradeAntiFreeze OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"opening grade anti-freeze"
|
|
::= { infoLouverEntry 10508 }
|
|
|
|
openingGradeCirculation OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"opening grade circulation"
|
|
::= { infoLouverEntry 10608 }
|
|
|
|
openingGradeExitLouver OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"opening grade exit louver"
|
|
::= { infoLouverEntry 10702 }
|
|
|
|
infoCondesorfanTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoCondesorfanEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoCondesorfan"
|
|
::= { infoCondesorfan 1 }
|
|
|
|
infoCondesorfanEntry OBJECT-TYPE
|
|
SYNTAX InfoCondesorfanEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoCondesorfan"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoCondesorfanTable 1 }
|
|
|
|
InfoCondesorfanEntry ::= SEQUENCE {
|
|
condFan1Running Unsigned32,
|
|
condFan1ActualSpeed Unsigned32,
|
|
condFan2Running Unsigned32,
|
|
condFan2ActualSpeed Unsigned32
|
|
}
|
|
|
|
condFan1Running OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 1 running"
|
|
::= { infoCondesorfanEntry 10802 }
|
|
|
|
condFan1ActualSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 1 actual speed"
|
|
::= { infoCondesorfanEntry 10808 }
|
|
|
|
condFan2Running OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 2 running"
|
|
::= { infoCondesorfanEntry 10902 }
|
|
|
|
condFan2ActualSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 2 actual speed"
|
|
::= { infoCondesorfanEntry 10908 }
|
|
|
|
infoHeatingTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoHeatingEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoHeating"
|
|
::= { infoHeating 2 }
|
|
|
|
infoHeatingEntry OBJECT-TYPE
|
|
SYNTAX InfoHeatingEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoHeating"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoHeatingTable 1 }
|
|
|
|
InfoHeatingEntry ::= SEQUENCE {
|
|
hotgasHeatingRunning Unsigned32,
|
|
pWWHeatingRunning Unsigned32,
|
|
pWWHeatingCurrentValue Unsigned32
|
|
}
|
|
|
|
hotgasHeatingRunning OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hotgas-heating running"
|
|
::= { infoHeatingEntry 6202 }
|
|
|
|
pWWHeatingRunning OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"PWW-heating running"
|
|
::= { infoHeatingEntry 6302 }
|
|
|
|
pWWHeatingCurrentValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"PWW-heating current value"
|
|
::= { infoHeatingEntry 6315 }
|
|
|
|
infoEHeatingTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoEHeatingEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoEHeating"
|
|
::= { infoEHeating 1 }
|
|
|
|
infoEHeatingEntry OBJECT-TYPE
|
|
SYNTAX InfoEHeatingEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoEHeating"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoEHeatingTable 1 }
|
|
|
|
InfoEHeatingEntry ::= SEQUENCE {
|
|
numberOfEHeatings Unsigned32,
|
|
elecHeating1Running Unsigned32,
|
|
elecHeating1PWMGrade Unsigned32,
|
|
elecHeating2Running Unsigned32,
|
|
elecHeating3Running Unsigned32
|
|
}
|
|
|
|
numberOfEHeatings OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"number of e-heatings"
|
|
::= { infoEHeatingEntry 1765 }
|
|
|
|
elecHeating1Running OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating1 running"
|
|
::= { infoEHeatingEntry 4803 }
|
|
|
|
elecHeating1PWMGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating1 PWM-grade"
|
|
::= { infoEHeatingEntry 4817 }
|
|
|
|
elecHeating2Running OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating2 running"
|
|
::= { infoEHeatingEntry 4903 }
|
|
|
|
elecHeating3Running OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating3 running"
|
|
::= { infoEHeatingEntry 5003 }
|
|
|
|
infoHumidityTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoHumidityEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoHumidity"
|
|
::= { infoHumidity 1 }
|
|
|
|
infoHumidityEntry OBJECT-TYPE
|
|
SYNTAX InfoHumidityEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoHumidity"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoHumidityTable 1 }
|
|
|
|
InfoHumidityEntry ::= SEQUENCE {
|
|
humidifier1Running Unsigned32,
|
|
humidifier1CurrentValue Unsigned32,
|
|
dehumidificationRunning Unsigned32,
|
|
dehumidificationValveValue Unsigned32,
|
|
dehumidificationtgasbypassValue Unsigned32
|
|
}
|
|
|
|
humidifier1Running OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 running"
|
|
::= { infoHumidityEntry 6402 }
|
|
|
|
humidifier1CurrentValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 current value"
|
|
::= { infoHumidityEntry 6427 }
|
|
|
|
dehumidificationRunning OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"dehumidification running"
|
|
::= { infoHumidityEntry 6802 }
|
|
|
|
dehumidificationValveValue OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"dehumidification valve value"
|
|
::= { infoHumidityEntry 6806 }
|
|
|
|
dehumidificationtgasbypassValue OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"dehumidification hotgasbypass value"
|
|
::= { infoHumidityEntry 6807 }
|
|
|
|
infoAirTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoAirEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoAir"
|
|
::= { infoAir 1 }
|
|
|
|
infoAirEntry OBJECT-TYPE
|
|
SYNTAX InfoAirEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoAir"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoAirTable 1 }
|
|
|
|
InfoAirEntry ::= SEQUENCE {
|
|
numberOfFans Unsigned32,
|
|
numberOfLouvers Unsigned32,
|
|
fan1Running Unsigned32,
|
|
fan1Speed Unsigned32,
|
|
fan2Speed Unsigned32,
|
|
louver1Open Unsigned32
|
|
}
|
|
|
|
numberOfFans OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..3)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"number of fans"
|
|
::= { infoAirEntry 1767 }
|
|
|
|
numberOfLouvers OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..3)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"number of louvers"
|
|
::= { infoAirEntry 1768 }
|
|
|
|
fan1Running OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 running"
|
|
::= { infoAirEntry 6902 }
|
|
|
|
fan1Speed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 speed"
|
|
::= { infoAirEntry 6932 }
|
|
|
|
fan2Speed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan2 speed"
|
|
::= { infoAirEntry 7032 }
|
|
|
|
louver1Open OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"louver1 open"
|
|
::= { infoAirEntry 7202 }
|
|
|
|
infoSensorIORawdataTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoSensorIORawdataEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoSensorIORawdata"
|
|
::= { infoSensorIORawdata 1 }
|
|
|
|
infoSensorIORawdataEntry OBJECT-TYPE
|
|
SYNTAX InfoSensorIORawdataEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoSensorIORawdata"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoSensorIORawdataTable 1 }
|
|
|
|
InfoSensorIORawdataEntry ::= SEQUENCE {
|
|
numberOfSensors Unsigned32,
|
|
dIN1 Unsigned32,
|
|
dIN2 Unsigned32,
|
|
dIN3 Unsigned32,
|
|
dIN4 Unsigned32,
|
|
dIN5 Unsigned32,
|
|
dIN6 Unsigned32,
|
|
dIN7 Unsigned32,
|
|
dIN8 Unsigned32,
|
|
dIN9 Unsigned32,
|
|
dIN10 Unsigned32,
|
|
dIN11 Unsigned32,
|
|
dIN12 Unsigned32,
|
|
dIN13 Unsigned32,
|
|
dIN14 Unsigned32,
|
|
dIN15 Unsigned32,
|
|
dIN16 Unsigned32,
|
|
dIN17 Unsigned32,
|
|
dIN18 Unsigned32,
|
|
dIN19 Unsigned32,
|
|
dIN20 Unsigned32,
|
|
dIN21 Unsigned32,
|
|
dIN22 Unsigned32,
|
|
dIN23 Unsigned32,
|
|
dIN24 Unsigned32,
|
|
dIN25 Unsigned32,
|
|
dIN26 Unsigned32,
|
|
dIN27 Unsigned32,
|
|
dIN28 Unsigned32,
|
|
dIN29 Unsigned32,
|
|
dIN30 Unsigned32,
|
|
dIN31 Unsigned32,
|
|
dIN32 Unsigned32,
|
|
dIN33 Unsigned32,
|
|
dIN34 Unsigned32,
|
|
dIN35 Unsigned32,
|
|
dIN36 Unsigned32,
|
|
dIN37 Unsigned32,
|
|
dIN38 Unsigned32,
|
|
dIN39 Unsigned32,
|
|
dIN40 Unsigned32,
|
|
dIN41 Unsigned32,
|
|
dIN42 Unsigned32,
|
|
dIN43 Unsigned32,
|
|
dOUT1 Unsigned32,
|
|
dOUT2 Unsigned32,
|
|
dOUT3 Unsigned32,
|
|
dOUT4 Unsigned32,
|
|
dOUT5 Unsigned32,
|
|
dOUT6 Unsigned32,
|
|
dOUT7 Unsigned32,
|
|
dOUT8 Unsigned32,
|
|
dOUT9 Unsigned32,
|
|
dOUT10 Unsigned32,
|
|
dOUT11 Unsigned32,
|
|
dOUT12 Unsigned32,
|
|
dOUT13 Unsigned32,
|
|
dOUT14 Unsigned32,
|
|
dOUT15 Unsigned32,
|
|
dOUT16 Unsigned32,
|
|
dOUT17 Unsigned32,
|
|
dOUT18 Unsigned32,
|
|
dOUT19 Unsigned32,
|
|
dOUT20 Unsigned32,
|
|
dOUT21 Unsigned32,
|
|
dOUT22 Unsigned32,
|
|
dOUT23 Unsigned32,
|
|
dOUT24 Unsigned32,
|
|
dOUT25 Unsigned32,
|
|
dOUT26 Unsigned32,
|
|
dOUT27 Unsigned32,
|
|
dOUT28 Unsigned32,
|
|
dOUT29 Unsigned32,
|
|
dOUT30 Unsigned32,
|
|
dOUT31 Unsigned32,
|
|
aIN1 Unsigned32,
|
|
aIN2 Unsigned32,
|
|
aIN3 Unsigned32,
|
|
aIN4 Unsigned32,
|
|
aIN5 Unsigned32,
|
|
aIN6 Unsigned32,
|
|
aIN7 Unsigned32,
|
|
aIN8 Unsigned32,
|
|
aIN9 Unsigned32,
|
|
aIN10 Unsigned32,
|
|
aIN11 Unsigned32,
|
|
aIN12 Unsigned32,
|
|
aIN13 Unsigned32,
|
|
aIN14 Unsigned32,
|
|
aIN15 Unsigned32,
|
|
aIN16 Unsigned32,
|
|
aIN17 Unsigned32,
|
|
aIN18 Unsigned32,
|
|
aIN19 Unsigned32,
|
|
aIN20 Unsigned32,
|
|
aIN21 Unsigned32,
|
|
aOUT1 Unsigned32,
|
|
aOUT2 Unsigned32,
|
|
aOUT3 Unsigned32,
|
|
aOUT4 Unsigned32,
|
|
aOUT5 Unsigned32,
|
|
aOUT6 Unsigned32,
|
|
aOUT7 Unsigned32,
|
|
aOUT8 Unsigned32,
|
|
aOUT9 Unsigned32,
|
|
aOUT10 Unsigned32,
|
|
aOUT11 Unsigned32,
|
|
aOUT12 Unsigned32,
|
|
aOUT13 Unsigned32,
|
|
aOUT14 Unsigned32,
|
|
aOUT15 Unsigned32,
|
|
aOUT16 Unsigned32,
|
|
aOUT17 Unsigned32,
|
|
aOUT18 Unsigned32,
|
|
aOUT19 Unsigned32,
|
|
aOUT20 Unsigned32
|
|
}
|
|
|
|
numberOfSensors OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..21)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"number of sensors"
|
|
::= { infoSensorIORawdataEntry 1769 }
|
|
|
|
dIN1 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN1"
|
|
::= { infoSensorIORawdataEntry 1800 }
|
|
|
|
dIN2 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN2"
|
|
::= { infoSensorIORawdataEntry 1801 }
|
|
|
|
dIN3 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN3"
|
|
::= { infoSensorIORawdataEntry 1802 }
|
|
|
|
dIN4 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN4"
|
|
::= { infoSensorIORawdataEntry 1803 }
|
|
|
|
dIN5 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN5"
|
|
::= { infoSensorIORawdataEntry 1804 }
|
|
|
|
dIN6 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN6"
|
|
::= { infoSensorIORawdataEntry 1805 }
|
|
|
|
dIN7 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN7"
|
|
::= { infoSensorIORawdataEntry 1806 }
|
|
|
|
dIN8 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN8"
|
|
::= { infoSensorIORawdataEntry 1807 }
|
|
|
|
dIN9 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN9"
|
|
::= { infoSensorIORawdataEntry 1808 }
|
|
|
|
dIN10 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN10"
|
|
::= { infoSensorIORawdataEntry 1809 }
|
|
|
|
dIN11 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN11"
|
|
::= { infoSensorIORawdataEntry 1810 }
|
|
|
|
dIN12 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN12"
|
|
::= { infoSensorIORawdataEntry 1811 }
|
|
|
|
dIN13 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN13"
|
|
::= { infoSensorIORawdataEntry 1812 }
|
|
|
|
dIN14 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN14"
|
|
::= { infoSensorIORawdataEntry 1813 }
|
|
|
|
dIN15 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN15"
|
|
::= { infoSensorIORawdataEntry 1814 }
|
|
|
|
dIN16 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN16"
|
|
::= { infoSensorIORawdataEntry 1815 }
|
|
|
|
dIN17 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN17"
|
|
::= { infoSensorIORawdataEntry 1816 }
|
|
|
|
dIN18 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN18"
|
|
::= { infoSensorIORawdataEntry 1817 }
|
|
|
|
dIN19 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN19"
|
|
::= { infoSensorIORawdataEntry 1818 }
|
|
|
|
dIN20 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN20"
|
|
::= { infoSensorIORawdataEntry 1819 }
|
|
|
|
dIN21 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN21"
|
|
::= { infoSensorIORawdataEntry 1820 }
|
|
|
|
dIN22 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN22"
|
|
::= { infoSensorIORawdataEntry 1821 }
|
|
|
|
dIN23 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN23"
|
|
::= { infoSensorIORawdataEntry 1822 }
|
|
|
|
dIN24 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN24"
|
|
::= { infoSensorIORawdataEntry 1823 }
|
|
|
|
dIN25 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN25"
|
|
::= { infoSensorIORawdataEntry 1824 }
|
|
|
|
dIN26 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN26"
|
|
::= { infoSensorIORawdataEntry 1825 }
|
|
|
|
dIN27 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN27"
|
|
::= { infoSensorIORawdataEntry 1826 }
|
|
|
|
dIN28 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN28"
|
|
::= { infoSensorIORawdataEntry 1827 }
|
|
|
|
dIN29 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN29"
|
|
::= { infoSensorIORawdataEntry 1828 }
|
|
|
|
dIN30 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN30"
|
|
::= { infoSensorIORawdataEntry 1829 }
|
|
|
|
dIN31 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN31"
|
|
::= { infoSensorIORawdataEntry 1830 }
|
|
|
|
dIN32 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN32"
|
|
::= { infoSensorIORawdataEntry 1831 }
|
|
|
|
dIN33 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN33"
|
|
::= { infoSensorIORawdataEntry 1832 }
|
|
|
|
dIN34 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN34"
|
|
::= { infoSensorIORawdataEntry 1833 }
|
|
|
|
dIN35 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN35"
|
|
::= { infoSensorIORawdataEntry 1834 }
|
|
|
|
dIN36 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN36"
|
|
::= { infoSensorIORawdataEntry 1835 }
|
|
|
|
dIN37 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN37"
|
|
::= { infoSensorIORawdataEntry 1836 }
|
|
|
|
dIN38 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN38"
|
|
::= { infoSensorIORawdataEntry 1837 }
|
|
|
|
dIN39 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN39"
|
|
::= { infoSensorIORawdataEntry 1838 }
|
|
|
|
dIN40 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN40"
|
|
::= { infoSensorIORawdataEntry 1839 }
|
|
|
|
dIN41 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN41"
|
|
::= { infoSensorIORawdataEntry 1840 }
|
|
|
|
dIN42 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN42"
|
|
::= { infoSensorIORawdataEntry 1841 }
|
|
|
|
dIN43 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DIN43"
|
|
::= { infoSensorIORawdataEntry 1842 }
|
|
|
|
dOUT1 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT1"
|
|
::= { infoSensorIORawdataEntry 1843 }
|
|
|
|
dOUT2 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT2"
|
|
::= { infoSensorIORawdataEntry 1844 }
|
|
|
|
dOUT3 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT3"
|
|
::= { infoSensorIORawdataEntry 1845 }
|
|
|
|
dOUT4 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT4"
|
|
::= { infoSensorIORawdataEntry 1846 }
|
|
|
|
dOUT5 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT5"
|
|
::= { infoSensorIORawdataEntry 1847 }
|
|
|
|
dOUT6 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT6"
|
|
::= { infoSensorIORawdataEntry 1848 }
|
|
|
|
dOUT7 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT7"
|
|
::= { infoSensorIORawdataEntry 1849 }
|
|
|
|
dOUT8 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT8"
|
|
::= { infoSensorIORawdataEntry 1850 }
|
|
|
|
dOUT9 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT9"
|
|
::= { infoSensorIORawdataEntry 1851 }
|
|
|
|
dOUT10 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT10"
|
|
::= { infoSensorIORawdataEntry 1852 }
|
|
|
|
dOUT11 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT11"
|
|
::= { infoSensorIORawdataEntry 1853 }
|
|
|
|
dOUT12 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT12"
|
|
::= { infoSensorIORawdataEntry 1854 }
|
|
|
|
dOUT13 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT13"
|
|
::= { infoSensorIORawdataEntry 1855 }
|
|
|
|
dOUT14 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT14"
|
|
::= { infoSensorIORawdataEntry 1856 }
|
|
|
|
dOUT15 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT15"
|
|
::= { infoSensorIORawdataEntry 1857 }
|
|
|
|
dOUT16 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT16"
|
|
::= { infoSensorIORawdataEntry 1858 }
|
|
|
|
dOUT17 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT17"
|
|
::= { infoSensorIORawdataEntry 1859 }
|
|
|
|
dOUT18 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT18"
|
|
::= { infoSensorIORawdataEntry 1860 }
|
|
|
|
dOUT19 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT19"
|
|
::= { infoSensorIORawdataEntry 1861 }
|
|
|
|
dOUT20 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT20"
|
|
::= { infoSensorIORawdataEntry 1862 }
|
|
|
|
dOUT21 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT21"
|
|
::= { infoSensorIORawdataEntry 1863 }
|
|
|
|
dOUT22 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT22"
|
|
::= { infoSensorIORawdataEntry 1864 }
|
|
|
|
dOUT23 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT23"
|
|
::= { infoSensorIORawdataEntry 1865 }
|
|
|
|
dOUT24 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT24"
|
|
::= { infoSensorIORawdataEntry 1866 }
|
|
|
|
dOUT25 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT25"
|
|
::= { infoSensorIORawdataEntry 1867 }
|
|
|
|
dOUT26 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT26"
|
|
::= { infoSensorIORawdataEntry 1868 }
|
|
|
|
dOUT27 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT27"
|
|
::= { infoSensorIORawdataEntry 1869 }
|
|
|
|
dOUT28 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT28"
|
|
::= { infoSensorIORawdataEntry 1870 }
|
|
|
|
dOUT29 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT29"
|
|
::= { infoSensorIORawdataEntry 1871 }
|
|
|
|
dOUT30 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT30"
|
|
::= { infoSensorIORawdataEntry 1872 }
|
|
|
|
dOUT31 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"DOUT31"
|
|
::= { infoSensorIORawdataEntry 1873 }
|
|
|
|
aIN1 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AIN1"
|
|
::= { infoSensorIORawdataEntry 1900 }
|
|
|
|
aIN2 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AIN2"
|
|
::= { infoSensorIORawdataEntry 1901 }
|
|
|
|
aIN3 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AIN3"
|
|
::= { infoSensorIORawdataEntry 1902 }
|
|
|
|
aIN4 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AIN4"
|
|
::= { infoSensorIORawdataEntry 1903 }
|
|
|
|
aIN5 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AIN5"
|
|
::= { infoSensorIORawdataEntry 1904 }
|
|
|
|
aIN6 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AIN6"
|
|
::= { infoSensorIORawdataEntry 1905 }
|
|
|
|
aIN7 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AIN7"
|
|
::= { infoSensorIORawdataEntry 1906 }
|
|
|
|
aIN8 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AIN8"
|
|
::= { infoSensorIORawdataEntry 1907 }
|
|
|
|
aIN9 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AIN9"
|
|
::= { infoSensorIORawdataEntry 1908 }
|
|
|
|
aIN10 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AIN10"
|
|
::= { infoSensorIORawdataEntry 1909 }
|
|
|
|
aIN11 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AIN11"
|
|
::= { infoSensorIORawdataEntry 1910 }
|
|
|
|
aIN12 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AIN12"
|
|
::= { infoSensorIORawdataEntry 1911 }
|
|
|
|
aIN13 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AIN13"
|
|
::= { infoSensorIORawdataEntry 1912 }
|
|
|
|
aIN14 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AIN14"
|
|
::= { infoSensorIORawdataEntry 1913 }
|
|
|
|
aIN15 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AIN15"
|
|
::= { infoSensorIORawdataEntry 1914 }
|
|
|
|
aIN16 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AIN16"
|
|
::= { infoSensorIORawdataEntry 1915 }
|
|
|
|
aIN17 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AIN17"
|
|
::= { infoSensorIORawdataEntry 1916 }
|
|
|
|
aIN18 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AIN18"
|
|
::= { infoSensorIORawdataEntry 1917 }
|
|
|
|
aIN19 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AIN19"
|
|
::= { infoSensorIORawdataEntry 1918 }
|
|
|
|
aIN20 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AIN20"
|
|
::= { infoSensorIORawdataEntry 1919 }
|
|
|
|
aIN21 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AIN21"
|
|
::= { infoSensorIORawdataEntry 1920 }
|
|
|
|
aOUT1 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AOUT1"
|
|
::= { infoSensorIORawdataEntry 1921 }
|
|
|
|
aOUT2 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AOUT2"
|
|
::= { infoSensorIORawdataEntry 1922 }
|
|
|
|
aOUT3 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AOUT3"
|
|
::= { infoSensorIORawdataEntry 1923 }
|
|
|
|
aOUT4 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AOUT4"
|
|
::= { infoSensorIORawdataEntry 1924 }
|
|
|
|
aOUT5 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AOUT5"
|
|
::= { infoSensorIORawdataEntry 1925 }
|
|
|
|
aOUT6 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AOUT6"
|
|
::= { infoSensorIORawdataEntry 1926 }
|
|
|
|
aOUT7 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AOUT7"
|
|
::= { infoSensorIORawdataEntry 1927 }
|
|
|
|
aOUT8 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AOUT8"
|
|
::= { infoSensorIORawdataEntry 1928 }
|
|
|
|
aOUT9 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AOUT9"
|
|
::= { infoSensorIORawdataEntry 1929 }
|
|
|
|
aOUT10 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AOUT10"
|
|
::= { infoSensorIORawdataEntry 1930 }
|
|
|
|
aOUT11 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AOUT11"
|
|
::= { infoSensorIORawdataEntry 1931 }
|
|
|
|
aOUT12 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AOUT12"
|
|
::= { infoSensorIORawdataEntry 1932 }
|
|
|
|
aOUT13 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AOUT13"
|
|
::= { infoSensorIORawdataEntry 1933 }
|
|
|
|
aOUT14 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AOUT14"
|
|
::= { infoSensorIORawdataEntry 1934 }
|
|
|
|
aOUT15 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AOUT15"
|
|
::= { infoSensorIORawdataEntry 1935 }
|
|
|
|
aOUT16 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AOUT16"
|
|
::= { infoSensorIORawdataEntry 1936 }
|
|
|
|
aOUT17 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AOUT17"
|
|
::= { infoSensorIORawdataEntry 1937 }
|
|
|
|
aOUT18 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AOUT18"
|
|
::= { infoSensorIORawdataEntry 1938 }
|
|
|
|
aOUT19 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AOUT19"
|
|
::= { infoSensorIORawdataEntry 1939 }
|
|
|
|
aOUT20 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4095)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AOUT20"
|
|
::= { infoSensorIORawdataEntry 1940 }
|
|
|
|
infoZoneSequencingTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoZoneSequencingEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoZoneSequencing"
|
|
::= { infoZoneSequencing 1 }
|
|
|
|
infoZoneSequencingEntry OBJECT-TYPE
|
|
SYNTAX InfoZoneSequencingEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoZoneSequencing"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoZoneSequencingTable 1 }
|
|
|
|
InfoZoneSequencingEntry ::= SEQUENCE {
|
|
myZone Unsigned32,
|
|
myZoneRoomTemperature Integer32,
|
|
myZoneRoomHumidity Unsigned32,
|
|
myZoneSupplyTemperature Integer32,
|
|
myZoneSupplyHumidity Unsigned32,
|
|
myZoneSequencingTime Unsigned32
|
|
}
|
|
|
|
myZone OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..32)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"my zone"
|
|
::= { infoZoneSequencingEntry 11700 }
|
|
|
|
myZoneRoomTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"my zone room temperature"
|
|
::= { infoZoneSequencingEntry 11701 }
|
|
|
|
myZoneRoomHumidity OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"my zone room humidity"
|
|
::= { infoZoneSequencingEntry 11702 }
|
|
|
|
myZoneSupplyTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"my zone supply temperature"
|
|
::= { infoZoneSequencingEntry 11703 }
|
|
|
|
myZoneSupplyHumidity OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"my zone supply humidity"
|
|
::= { infoZoneSequencingEntry 11704 }
|
|
|
|
myZoneSequencingTime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"my zone sequencing time"
|
|
::= { infoZoneSequencingEntry 11705 }
|
|
|
|
infoStatRuntimesTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoStatRuntimesEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoStatRuntimes"
|
|
::= { infoStatRuntimes 3 }
|
|
|
|
infoStatRuntimesEntry OBJECT-TYPE
|
|
SYNTAX InfoStatRuntimesEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoStatRuntimes"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoStatRuntimesTable 1 }
|
|
|
|
InfoStatRuntimesEntry ::= SEQUENCE {
|
|
unitRuntimeUnit Unsigned32,
|
|
unitStoptimeUnit Unsigned32
|
|
}
|
|
|
|
unitRuntimeUnit OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit runtime unit"
|
|
::= { infoStatRuntimesEntry 1164 }
|
|
|
|
unitStoptimeUnit OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit stoptime unit"
|
|
::= { infoStatRuntimesEntry 1165 }
|
|
|
|
infoStatFunctionsTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoStatFunctionsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoStatFunctions"
|
|
::= { infoStatFunctions 1 }
|
|
|
|
infoStatFunctionsEntry OBJECT-TYPE
|
|
SYNTAX InfoStatFunctionsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoStatFunctions"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoStatFunctionsTable 1 }
|
|
|
|
InfoStatFunctionsEntry ::= SEQUENCE {
|
|
unitRuntimeCooling Unsigned32,
|
|
unitRuntimeHeating Unsigned32,
|
|
unitRuntimeHumidification Unsigned32,
|
|
unitRuntimeDehumidification Unsigned32,
|
|
unitRuntimeFreecooling Unsigned32,
|
|
unitRuntimeFreecoolMixmode Unsigned32
|
|
}
|
|
|
|
unitRuntimeCooling OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit runtime cooling"
|
|
::= { infoStatFunctionsEntry 1166 }
|
|
|
|
unitRuntimeHeating OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit runtime heating"
|
|
::= { infoStatFunctionsEntry 1167 }
|
|
|
|
unitRuntimeHumidification OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit runtime humidification"
|
|
::= { infoStatFunctionsEntry 1168 }
|
|
|
|
unitRuntimeDehumidification OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit runtime dehumidification"
|
|
::= { infoStatFunctionsEntry 1169 }
|
|
|
|
unitRuntimeFreecooling OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit runtime freecooling"
|
|
::= { infoStatFunctionsEntry 1203 }
|
|
|
|
unitRuntimeFreecoolMixmode OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit runtime freecool-mixmode"
|
|
::= { infoStatFunctionsEntry 1204 }
|
|
|
|
infoStatComponentsTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoStatComponentsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoStatComponents"
|
|
::= { infoStatComponents 5 }
|
|
|
|
infoStatComponentsEntry OBJECT-TYPE
|
|
SYNTAX InfoStatComponentsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoStatComponents"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoStatComponentsTable 1 }
|
|
|
|
InfoStatComponentsEntry ::= SEQUENCE {
|
|
humidifier1Runtime Unsigned32,
|
|
fan1Runtime Unsigned32
|
|
}
|
|
|
|
humidifier1Runtime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 runtime"
|
|
::= { infoStatComponentsEntry 6426 }
|
|
|
|
fan1Runtime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 runtime"
|
|
::= { infoStatComponentsEntry 6931 }
|
|
|
|
infoStatCompressorsTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoStatCompressorsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoStatCompressors"
|
|
::= { infoStatCompressors 1 }
|
|
|
|
infoStatCompressorsEntry OBJECT-TYPE
|
|
SYNTAX InfoStatCompressorsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoStatCompressors"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoStatCompressorsTable 1 }
|
|
|
|
InfoStatCompressorsEntry ::= SEQUENCE {
|
|
compr1Runtime Unsigned32,
|
|
compr2Runtime Unsigned32,
|
|
compr3Runtime Unsigned32,
|
|
compr4Runtime Unsigned32,
|
|
compr5Runtime Unsigned32,
|
|
compr6Runtime Unsigned32
|
|
}
|
|
|
|
compr1Runtime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.1 runtime"
|
|
::= { infoStatCompressorsEntry 4428 }
|
|
|
|
compr2Runtime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 2 runtime"
|
|
::= { infoStatCompressorsEntry 4528 }
|
|
|
|
compr3Runtime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 3 runtime"
|
|
::= { infoStatCompressorsEntry 9525 }
|
|
|
|
compr4Runtime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 4 runtime"
|
|
::= { infoStatCompressorsEntry 9625 }
|
|
|
|
compr5Runtime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 5 runtime"
|
|
::= { infoStatCompressorsEntry 9725 }
|
|
|
|
compr6Runtime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 6 runtime"
|
|
::= { infoStatCompressorsEntry 9825 }
|
|
|
|
infoStatPumpsTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoStatPumpsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoStatPumps"
|
|
::= { infoStatPumps 1 }
|
|
|
|
infoStatPumpsEntry OBJECT-TYPE
|
|
SYNTAX InfoStatPumpsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoStatPumps"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoStatPumpsTable 1 }
|
|
|
|
InfoStatPumpsEntry ::= SEQUENCE {
|
|
pump1Runtime Unsigned32,
|
|
pump2Runtime Unsigned32,
|
|
pump3Runtime Unsigned32,
|
|
pump4Runtime Unsigned32
|
|
}
|
|
|
|
pump1Runtime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 runtime"
|
|
::= { infoStatPumpsEntry 5820 }
|
|
|
|
pump2Runtime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 runtime"
|
|
::= { infoStatPumpsEntry 5920 }
|
|
|
|
pump3Runtime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 runtime"
|
|
::= { infoStatPumpsEntry 6020 }
|
|
|
|
pump4Runtime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 runtime"
|
|
::= { infoStatPumpsEntry 6120 }
|
|
|
|
infoStatEHeatingsTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoStatEHeatingsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoStatEHeatings"
|
|
::= { infoStatEHeatings 1 }
|
|
|
|
infoStatEHeatingsEntry OBJECT-TYPE
|
|
SYNTAX InfoStatEHeatingsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoStatEHeatings"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoStatEHeatingsTable 1 }
|
|
|
|
InfoStatEHeatingsEntry ::= SEQUENCE {
|
|
elecHeating1Runtime Unsigned32,
|
|
elecHeating2Runtime Unsigned32,
|
|
elecHeating3Runtime Unsigned32
|
|
}
|
|
|
|
elecHeating1Runtime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating1 runtime"
|
|
::= { infoStatEHeatingsEntry 4816 }
|
|
|
|
elecHeating2Runtime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating2 runtime"
|
|
::= { infoStatEHeatingsEntry 4916 }
|
|
|
|
elecHeating3Runtime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating3 runtime"
|
|
::= { infoStatEHeatingsEntry 5016 }
|
|
|
|
infoStatDrycoolersTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoStatDrycoolersEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoStatDrycoolers"
|
|
::= { infoStatDrycoolers 1 }
|
|
|
|
infoStatDrycoolersEntry OBJECT-TYPE
|
|
SYNTAX InfoStatDrycoolersEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoStatDrycoolers"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoStatDrycoolersTable 1 }
|
|
|
|
InfoStatDrycoolersEntry ::= SEQUENCE {
|
|
drycooler1Runtime Unsigned32,
|
|
drycooler2Runtime Unsigned32,
|
|
drycooler3Runtime Unsigned32,
|
|
drycooler4Runtime Unsigned32
|
|
}
|
|
|
|
drycooler1Runtime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler1 runtime"
|
|
::= { infoStatDrycoolersEntry 5415 }
|
|
|
|
drycooler2Runtime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler2 runtime"
|
|
::= { infoStatDrycoolersEntry 5515 }
|
|
|
|
drycooler3Runtime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler3 runtime"
|
|
::= { infoStatDrycoolersEntry 5615 }
|
|
|
|
drycooler4Runtime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler4 runtime"
|
|
::= { infoStatDrycoolersEntry 5715 }
|
|
|
|
infoStatMaintenanceTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoStatMaintenanceEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoStatMaintenance"
|
|
::= { infoStatMaintenance 1 }
|
|
|
|
infoStatMaintenanceEntry OBJECT-TYPE
|
|
SYNTAX InfoStatMaintenanceEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoStatMaintenance"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoStatMaintenanceTable 1 }
|
|
|
|
InfoStatMaintenanceEntry ::= SEQUENCE {
|
|
unitLastMaintenanceYear Unsigned32,
|
|
unitLastMaintenanceMonth Unsigned32,
|
|
unitLastMaintenanceDay Unsigned32,
|
|
unitMaintenanceIntervall Unsigned32
|
|
}
|
|
|
|
unitLastMaintenanceYear OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit last maintenance year"
|
|
::= { infoStatMaintenanceEntry 1160 }
|
|
|
|
unitLastMaintenanceMonth OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..12)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit last maintenance month"
|
|
::= { infoStatMaintenanceEntry 1161 }
|
|
|
|
unitLastMaintenanceDay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit last maintenance day"
|
|
::= { infoStatMaintenanceEntry 1162 }
|
|
|
|
unitMaintenanceIntervall OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..24)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit maintenance intervall"
|
|
::= { infoStatMaintenanceEntry 1163 }
|
|
|
|
infoSystemTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF InfoSystemEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu infoSystem"
|
|
::= { infoSystem 2 }
|
|
|
|
infoSystemEntry OBJECT-TYPE
|
|
SYNTAX InfoSystemEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu infoSystem"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { infoSystemTable 1 }
|
|
|
|
InfoSystemEntry ::= SEQUENCE {
|
|
unitType Unsigned32,
|
|
sWVersion Unsigned32,
|
|
numberOfEDIO Unsigned32,
|
|
numberOfEAIO Unsigned32,
|
|
typeOfEBUS Unsigned32,
|
|
numberOfEEIO Unsigned32,
|
|
unitName Unsigned32
|
|
}
|
|
|
|
unitType OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit-type"
|
|
::= { infoSystemEntry 1 }
|
|
|
|
sWVersion OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SW-version"
|
|
::= { infoSystemEntry 3 }
|
|
|
|
numberOfEDIO OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"number of EDIO"
|
|
::= { infoSystemEntry 1758 }
|
|
|
|
numberOfEAIO OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"number of EAIO"
|
|
::= { infoSystemEntry 1759 }
|
|
|
|
typeOfEBUS OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..1)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"type of EBUS"
|
|
::= { infoSystemEntry 1760 }
|
|
|
|
numberOfEEIO OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..1)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"number of EEIO"
|
|
::= { infoSystemEntry 1775 }
|
|
|
|
unitName OBJECT-TYPE
|
|
SYNTAX Unsigned32 (32..125)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit name"
|
|
::= { infoSystemEntry 14100 }
|
|
|
|
opCtrlTemperatureTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpCtrlTemperatureEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opCtrlTemperature"
|
|
::= { opCtrlTemperature 1 }
|
|
|
|
opCtrlTemperatureEntry OBJECT-TYPE
|
|
SYNTAX OpCtrlTemperatureEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opCtrlTemperature"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opCtrlTemperatureTable 1 }
|
|
|
|
OpCtrlTemperatureEntry ::= SEQUENCE {
|
|
unitSetpointTemperatureDay Integer32,
|
|
unitSetpointTemperatureNight Integer32,
|
|
limitReturnAirTempTooHighAlarm Integer32,
|
|
limitReturnAirTempTooLowAlarm Integer32,
|
|
limitSupplyAirTempTooHighAlarm Integer32,
|
|
limitSupplyAirTempTooLowAlarm Integer32,
|
|
limitReturnAirTeoHighAlarmDelay Unsigned32,
|
|
limitReturnAirTeTooLowAlarmDelay Unsigned32,
|
|
limitSupplyAirTeoHighAlarmDelay Unsigned32,
|
|
limitSupplyAirTeTooLowAlarmDelay Unsigned32
|
|
}
|
|
|
|
unitSetpointTemperatureDay OBJECT-TYPE
|
|
SYNTAX Integer32 (50..500)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit setpoint temperature day"
|
|
::= { opCtrlTemperatureEntry 1173 }
|
|
|
|
unitSetpointTemperatureNight OBJECT-TYPE
|
|
SYNTAX Integer32 (50..500)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit setpoint temperature night"
|
|
::= { opCtrlTemperatureEntry 1174 }
|
|
|
|
limitReturnAirTempTooHighAlarm OBJECT-TYPE
|
|
SYNTAX Integer32 (50..550)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, return air temp. too high alarm"
|
|
::= { opCtrlTemperatureEntry 2239 }
|
|
|
|
limitReturnAirTempTooLowAlarm OBJECT-TYPE
|
|
SYNTAX Integer32 (0..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, return air temp. too low alarm"
|
|
::= { opCtrlTemperatureEntry 2240 }
|
|
|
|
limitSupplyAirTempTooHighAlarm OBJECT-TYPE
|
|
SYNTAX Integer32 (50..550)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, supply air temp. too high alarm"
|
|
::= { opCtrlTemperatureEntry 2241 }
|
|
|
|
limitSupplyAirTempTooLowAlarm OBJECT-TYPE
|
|
SYNTAX Integer32 (0..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, supply air temp. too low alarm"
|
|
::= { opCtrlTemperatureEntry 2242 }
|
|
|
|
limitReturnAirTeoHighAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..300)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, return air temp. too high alarm delay"
|
|
::= { opCtrlTemperatureEntry 2253 }
|
|
|
|
limitReturnAirTeTooLowAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..300)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, return air temp. too low alarm delay"
|
|
::= { opCtrlTemperatureEntry 2255 }
|
|
|
|
limitSupplyAirTeoHighAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..300)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, supply air temp. too high alarm delay"
|
|
::= { opCtrlTemperatureEntry 2257 }
|
|
|
|
limitSupplyAirTeTooLowAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..300)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, supply air temp. too low alarm delay"
|
|
::= { opCtrlTemperatureEntry 2259 }
|
|
|
|
opCtrlHumidityTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpCtrlHumidityEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opCtrlHumidity"
|
|
::= { opCtrlHumidity 1 }
|
|
|
|
opCtrlHumidityEntry OBJECT-TYPE
|
|
SYNTAX OpCtrlHumidityEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opCtrlHumidity"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opCtrlHumidityTable 1 }
|
|
|
|
OpCtrlHumidityEntry ::= SEQUENCE {
|
|
unitSetpointHumidity Unsigned32,
|
|
limitReturnAirHumidTooHighAlarm Unsigned32,
|
|
limitSupplyAirHumidTooHighAlarm Unsigned32,
|
|
limitReturnAirHuooHighAlarmDelay Unsigned32,
|
|
limitReturnAirHuooLowAlarmDelay Unsigned32,
|
|
limitSupplyAirHuooHighAlarmDelay Unsigned32,
|
|
limitSupplyAirHuooLowAlarmDelay Unsigned32
|
|
}
|
|
|
|
unitSetpointHumidity OBJECT-TYPE
|
|
SYNTAX Unsigned32 (50..900)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit setpoint humidity"
|
|
::= { opCtrlHumidityEntry 1176 }
|
|
|
|
limitReturnAirHumidTooHighAlarm OBJECT-TYPE
|
|
SYNTAX Unsigned32 (50..2000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, return air humid. too high alarm"
|
|
::= { opCtrlHumidityEntry 2245 }
|
|
|
|
limitSupplyAirHumidTooHighAlarm OBJECT-TYPE
|
|
SYNTAX Unsigned32 (50..2000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, supply air humid. too high alarm"
|
|
::= { opCtrlHumidityEntry 2247 }
|
|
|
|
limitReturnAirHuooHighAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..300)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, return air humid. too high alarm delay"
|
|
::= { opCtrlHumidityEntry 2265 }
|
|
|
|
limitReturnAirHuooLowAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..300)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, return air humid. too low alarm delay"
|
|
::= { opCtrlHumidityEntry 2267 }
|
|
|
|
limitSupplyAirHuooHighAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..300)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, supply air humid. too high alarm delay"
|
|
::= { opCtrlHumidityEntry 2269 }
|
|
|
|
limitSupplyAirHuooLowAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..300)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, supply air humid. too low alarm delay"
|
|
::= { opCtrlHumidityEntry 2271 }
|
|
|
|
opCtrlPressureTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpCtrlPressureEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opCtrlPressure"
|
|
::= { opCtrlPressure 1 }
|
|
|
|
opCtrlPressureEntry OBJECT-TYPE
|
|
SYNTAX OpCtrlPressureEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opCtrlPressure"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opCtrlPressureTable 1 }
|
|
|
|
OpCtrlPressureEntry ::= SEQUENCE {
|
|
setpointRaisedFloorPressure Unsigned32
|
|
}
|
|
|
|
setpointRaisedFloorPressure OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..1000)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"setpoint raised floor pressure"
|
|
::= { opCtrlPressureEntry 1209 }
|
|
|
|
opCtrlWaterTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpCtrlWaterEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opCtrlWater"
|
|
::= { opCtrlWater 1 }
|
|
|
|
opCtrlWaterEntry OBJECT-TYPE
|
|
SYNTAX OpCtrlWaterEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opCtrlWater"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opCtrlWaterTable 1 }
|
|
|
|
OpCtrlWaterEntry ::= SEQUENCE {
|
|
limitWaterTempInTooHighAlarm Integer32,
|
|
limitWaterTempInTooLowAlarm Integer32,
|
|
limitWaterTempTooHighAlarmDelay Unsigned32,
|
|
limitWaterTempTooLowAlarmDelay Unsigned32,
|
|
limitWaterTempOutTooHighAlarm Integer32,
|
|
limitWaterTempOutTooLowAlarm Integer32
|
|
}
|
|
|
|
limitWaterTempInTooHighAlarm OBJECT-TYPE
|
|
SYNTAX Integer32 (100..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, water temp. (in) too high alarm"
|
|
::= { opCtrlWaterEntry 2243 }
|
|
|
|
limitWaterTempInTooLowAlarm OBJECT-TYPE
|
|
SYNTAX Integer32 (-200..300)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, water temp. (in) too low alarm"
|
|
::= { opCtrlWaterEntry 2244 }
|
|
|
|
limitWaterTempTooHighAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..300)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, water temp. too high alarm delay"
|
|
::= { opCtrlWaterEntry 2261 }
|
|
|
|
limitWaterTempTooLowAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..300)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, water temp. too low alarm delay"
|
|
::= { opCtrlWaterEntry 2263 }
|
|
|
|
limitWaterTempOutTooHighAlarm OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, water temp. (out) too high alarm"
|
|
::= { opCtrlWaterEntry 2276 }
|
|
|
|
limitWaterTempOutTooLowAlarm OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, water temp. (out) too low alarm"
|
|
::= { opCtrlWaterEntry 2277 }
|
|
|
|
opCtrlRefrigerantTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpCtrlRefrigerantEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opCtrlRefrigerant"
|
|
::= { opCtrlRefrigerant 1 }
|
|
|
|
opCtrlRefrigerantEntry OBJECT-TYPE
|
|
SYNTAX OpCtrlRefrigerantEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opCtrlRefrigerant"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opCtrlRefrigerantTable 1 }
|
|
|
|
OpCtrlRefrigerantEntry ::= SEQUENCE {
|
|
unitSetpointCondPressureMixMode Integer32,
|
|
unitSetpointCondonPressureDXMode Integer32,
|
|
unitSetpointCondPressure2MixMode Integer32,
|
|
unitSetpointCondPressure2DXMode Integer32,
|
|
pump1PressureSetpoint Unsigned32
|
|
}
|
|
|
|
unitSetpointCondPressureMixMode OBJECT-TYPE
|
|
SYNTAX Integer32 (0..400)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit setpoint condensation pressure Mix mode"
|
|
::= { opCtrlRefrigerantEntry 1218 }
|
|
|
|
unitSetpointCondonPressureDXMode OBJECT-TYPE
|
|
SYNTAX Integer32 (0..400)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit setpoint condensation pressure DX mode"
|
|
::= { opCtrlRefrigerantEntry 1219 }
|
|
|
|
unitSetpointCondPressure2MixMode OBJECT-TYPE
|
|
SYNTAX Integer32 (0..400)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit setpoint condensation pressure 2 Mix mode"
|
|
::= { opCtrlRefrigerantEntry 1220 }
|
|
|
|
unitSetpointCondPressure2DXMode OBJECT-TYPE
|
|
SYNTAX Integer32 (0..400)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit setpoint condensation pressure 2 DX mode"
|
|
::= { opCtrlRefrigerantEntry 1221 }
|
|
|
|
pump1PressureSetpoint OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..400)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 pressure setpoint"
|
|
::= { opCtrlRefrigerantEntry 5812 }
|
|
|
|
opCtrlAEoperationTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpCtrlAEoperationEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opCtrlAEoperation"
|
|
::= { opCtrlAEoperation 1 }
|
|
|
|
opCtrlAEoperationEntry OBJECT-TYPE
|
|
SYNTAX OpCtrlAEoperationEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opCtrlAEoperation"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opCtrlAEoperationTable 1 }
|
|
|
|
OpCtrlAEoperationEntry ::= SEQUENCE {
|
|
summerModeTempersetFromSetpoint Integer32,
|
|
antiFreezeModeTesetFromSetpoint Integer32
|
|
}
|
|
|
|
summerModeTempersetFromSetpoint OBJECT-TYPE
|
|
SYNTAX Integer32 (0..250)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"summer mode temperature offset from setpoint"
|
|
::= { opCtrlAEoperationEntry 10308 }
|
|
|
|
antiFreezeModeTesetFromSetpoint OBJECT-TYPE
|
|
SYNTAX Integer32 (0..250)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"anti-freeze mode temperature offset from setpoint"
|
|
::= { opCtrlAEoperationEntry 10309 }
|
|
|
|
opCompressorTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpCompressorEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opCompressor"
|
|
::= { opCompressor 7 }
|
|
|
|
opCompressorEntry OBJECT-TYPE
|
|
SYNTAX OpCompressorEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opCompressor"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opCompressorTable 1 }
|
|
|
|
OpCompressorEntry ::= SEQUENCE {
|
|
lowpressureWinterdelay Unsigned32
|
|
}
|
|
|
|
lowpressureWinterdelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..300)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"lowpressure winterdelay"
|
|
::= { opCompressorEntry 2249 }
|
|
|
|
opCompressor1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpCompressor1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opCompressor1"
|
|
::= { opCompressor1 1 }
|
|
|
|
opCompressor1Entry OBJECT-TYPE
|
|
SYNTAX OpCompressor1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opCompressor1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opCompressor1Table 1 }
|
|
|
|
OpCompressor1Entry ::= SEQUENCE {
|
|
compressor1StartTempSummer Integer32,
|
|
compressor1HysteresisSummer Integer32,
|
|
compressor1StartTempWinter Integer32,
|
|
compressor1HysteresisWinter Integer32,
|
|
compr1AlarmDelay Unsigned32,
|
|
compr1LowPressAlarmDelay Unsigned32,
|
|
compr1Break Unsigned32
|
|
}
|
|
|
|
compressor1StartTempSummer OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor1 start temp. Summer"
|
|
::= { opCompressor1Entry 4416 }
|
|
|
|
compressor1HysteresisSummer OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor1 hysteresis Summer"
|
|
::= { opCompressor1Entry 4417 }
|
|
|
|
compressor1StartTempWinter OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor1 start temp. Winter"
|
|
::= { opCompressor1Entry 4418 }
|
|
|
|
compressor1HysteresisWinter OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor1 hysteresis winter"
|
|
::= { opCompressor1Entry 4419 }
|
|
|
|
compr1AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.1 alarm delay"
|
|
::= { opCompressor1Entry 4423 }
|
|
|
|
compr1LowPressAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.1 low press. Alarm delay"
|
|
::= { opCompressor1Entry 4426 }
|
|
|
|
compr1Break OBJECT-TYPE
|
|
SYNTAX Unsigned32 (10..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.1 break"
|
|
::= { opCompressor1Entry 4427 }
|
|
|
|
opCompressor2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpCompressor2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opCompressor2"
|
|
::= { opCompressor2 1 }
|
|
|
|
opCompressor2Entry OBJECT-TYPE
|
|
SYNTAX OpCompressor2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opCompressor2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opCompressor2Table 1 }
|
|
|
|
OpCompressor2Entry ::= SEQUENCE {
|
|
compressor2StartTempSummer Integer32,
|
|
compressor2HysteresisSummer Integer32,
|
|
compressor2StartTempWinter Integer32,
|
|
compressor2HysteresisWinter Integer32,
|
|
compr2AlarmDelay Unsigned32,
|
|
compr2LowPressAlarmDelay Unsigned32,
|
|
compr2Break Unsigned32
|
|
}
|
|
|
|
compressor2StartTempSummer OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 2 start temp. Summer"
|
|
::= { opCompressor2Entry 4516 }
|
|
|
|
compressor2HysteresisSummer OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 2 hysteresis Summer"
|
|
::= { opCompressor2Entry 4517 }
|
|
|
|
compressor2StartTempWinter OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 2 start temp. Winter"
|
|
::= { opCompressor2Entry 4518 }
|
|
|
|
compressor2HysteresisWinter OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 2 hysteresis winter"
|
|
::= { opCompressor2Entry 4519 }
|
|
|
|
compr2AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 2 alarm delay"
|
|
::= { opCompressor2Entry 4523 }
|
|
|
|
compr2LowPressAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 2 low press. Alarm delay"
|
|
::= { opCompressor2Entry 4526 }
|
|
|
|
compr2Break OBJECT-TYPE
|
|
SYNTAX Unsigned32 (10..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 2 break"
|
|
::= { opCompressor2Entry 4527 }
|
|
|
|
opCompressor3Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpCompressor3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opCompressor3"
|
|
::= { opCompressor3 1 }
|
|
|
|
opCompressor3Entry OBJECT-TYPE
|
|
SYNTAX OpCompressor3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opCompressor3"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opCompressor3Table 1 }
|
|
|
|
OpCompressor3Entry ::= SEQUENCE {
|
|
compressor3StartTempSummer Integer32,
|
|
compressor3HysteresisSummer Integer32,
|
|
compressor3StartTempWinter Integer32,
|
|
compressor3HysteresisWinter Integer32,
|
|
compr3AlarmDelay Unsigned32,
|
|
compr3LowPressAlarmDelay Unsigned32,
|
|
compr4LowPressAlarmDelay Unsigned32,
|
|
compr5LowPressAlarmDelay Unsigned32,
|
|
compr6LowPressAlarmDelay Unsigned32
|
|
}
|
|
|
|
compressor3StartTempSummer OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 3 start temp. Summer"
|
|
::= { opCompressor3Entry 9516 }
|
|
|
|
compressor3HysteresisSummer OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 3 hysteresis Summer"
|
|
::= { opCompressor3Entry 9517 }
|
|
|
|
compressor3StartTempWinter OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 3 start temp. Winter"
|
|
::= { opCompressor3Entry 9518 }
|
|
|
|
compressor3HysteresisWinter OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 3 hysteresis winter"
|
|
::= { opCompressor3Entry 9519 }
|
|
|
|
compr3AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 3 alarm delay"
|
|
::= { opCompressor3Entry 9523 }
|
|
|
|
compr3LowPressAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.3 low press. Alarm delay"
|
|
::= { opCompressor3Entry 9528 }
|
|
|
|
compr4LowPressAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.4 low press. Alarm delay"
|
|
::= { opCompressor3Entry 9628 }
|
|
|
|
compr5LowPressAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.5 low press. Alarm delay"
|
|
::= { opCompressor3Entry 9728 }
|
|
|
|
compr6LowPressAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.6 low press. Alarm delay"
|
|
::= { opCompressor3Entry 9828 }
|
|
|
|
opCompressor4Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpCompressor4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opCompressor4"
|
|
::= { opCompressor4 1 }
|
|
|
|
opCompressor4Entry OBJECT-TYPE
|
|
SYNTAX OpCompressor4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opCompressor4"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opCompressor4Table 1 }
|
|
|
|
OpCompressor4Entry ::= SEQUENCE {
|
|
compr3Break Unsigned32,
|
|
compressor4StartTempSummer Integer32,
|
|
compressor4HysteresisSummer Integer32,
|
|
compressor4StartTempWinter Integer32,
|
|
compressor4HysteresisWinter Integer32,
|
|
compr4AlarmDelay Unsigned32,
|
|
compr4Break Unsigned32
|
|
}
|
|
|
|
compr3Break OBJECT-TYPE
|
|
SYNTAX Unsigned32 (10..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 3 break"
|
|
::= { opCompressor4Entry 9524 }
|
|
|
|
compressor4StartTempSummer OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 4 start temp. Summer"
|
|
::= { opCompressor4Entry 9616 }
|
|
|
|
compressor4HysteresisSummer OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 4 hysteresis Summer"
|
|
::= { opCompressor4Entry 9617 }
|
|
|
|
compressor4StartTempWinter OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 4 start temp. Winter"
|
|
::= { opCompressor4Entry 9618 }
|
|
|
|
compressor4HysteresisWinter OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 4 hysteresis winter"
|
|
::= { opCompressor4Entry 9619 }
|
|
|
|
compr4AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 4 alarm delay"
|
|
::= { opCompressor4Entry 9623 }
|
|
|
|
compr4Break OBJECT-TYPE
|
|
SYNTAX Unsigned32 (10..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 4 break"
|
|
::= { opCompressor4Entry 9624 }
|
|
|
|
opCompressor5Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpCompressor5Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opCompressor5"
|
|
::= { opCompressor5 1 }
|
|
|
|
opCompressor5Entry OBJECT-TYPE
|
|
SYNTAX OpCompressor5Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opCompressor5"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opCompressor5Table 1 }
|
|
|
|
OpCompressor5Entry ::= SEQUENCE {
|
|
compressor5StartTempSummer Integer32,
|
|
compressor5HysteresisSummer Integer32,
|
|
compressor5StartTempWinter Integer32,
|
|
compressor5HysteresisWinter Integer32,
|
|
compr5AlarmDelay Unsigned32,
|
|
compr5Break Unsigned32
|
|
}
|
|
|
|
compressor5StartTempSummer OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 5 start temp. Summer"
|
|
::= { opCompressor5Entry 9716 }
|
|
|
|
compressor5HysteresisSummer OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 5 hysteresis Summer"
|
|
::= { opCompressor5Entry 9717 }
|
|
|
|
compressor5StartTempWinter OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 5 start temp. Winter"
|
|
::= { opCompressor5Entry 9718 }
|
|
|
|
compressor5HysteresisWinter OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 5 hysteresis winter"
|
|
::= { opCompressor5Entry 9719 }
|
|
|
|
compr5AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 5 alarm delay"
|
|
::= { opCompressor5Entry 9723 }
|
|
|
|
compr5Break OBJECT-TYPE
|
|
SYNTAX Unsigned32 (10..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 5 break"
|
|
::= { opCompressor5Entry 9724 }
|
|
|
|
opCompressor6Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpCompressor6Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opCompressor6"
|
|
::= { opCompressor6 1 }
|
|
|
|
opCompressor6Entry OBJECT-TYPE
|
|
SYNTAX OpCompressor6Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opCompressor6"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opCompressor6Table 1 }
|
|
|
|
OpCompressor6Entry ::= SEQUENCE {
|
|
compressor6StartTempSummer Integer32,
|
|
compressor6HysteresisSummer Integer32,
|
|
compressor6StartTempWinter Integer32,
|
|
compressor6HysteresisWinter Integer32,
|
|
compr6AlarmDelay Unsigned32,
|
|
compr6Break Unsigned32
|
|
}
|
|
|
|
compressor6StartTempSummer OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 6 start temp. Summer"
|
|
::= { opCompressor6Entry 9816 }
|
|
|
|
compressor6HysteresisSummer OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 6 hysteresis Summer"
|
|
::= { opCompressor6Entry 9817 }
|
|
|
|
compressor6StartTempWinter OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 6 start temp. Winter"
|
|
::= { opCompressor6Entry 9818 }
|
|
|
|
compressor6HysteresisWinter OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 6 hysteresis winter"
|
|
::= { opCompressor6Entry 9819 }
|
|
|
|
compr6AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 6 alarm delay"
|
|
::= { opCompressor6Entry 9823 }
|
|
|
|
compr6Break OBJECT-TYPE
|
|
SYNTAX Unsigned32 (10..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 6 break"
|
|
::= { opCompressor6Entry 9824 }
|
|
|
|
opSuctionValveTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpSuctionValveEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opSuctionValve"
|
|
::= { opSuctionValve 1 }
|
|
|
|
opSuctionValveEntry OBJECT-TYPE
|
|
SYNTAX OpSuctionValveEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opSuctionValve"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opSuctionValveTable 1 }
|
|
|
|
OpSuctionValveEntry ::= SEQUENCE {
|
|
suctionvalve1StartTemperature Integer32,
|
|
suctionvalve1LinearRange Integer32,
|
|
suctionvalve2StartTemperature Integer32,
|
|
suctionvalve2LinearRange Integer32
|
|
}
|
|
|
|
suctionvalve1StartTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"suctionvalve1 start temperature"
|
|
::= { opSuctionValveEntry 4608 }
|
|
|
|
suctionvalve1LinearRange OBJECT-TYPE
|
|
SYNTAX Integer32 (5..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"suctionvalve1 linear range"
|
|
::= { opSuctionValveEntry 4609 }
|
|
|
|
suctionvalve2StartTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"suctionvalve2 start temperature"
|
|
::= { opSuctionValveEntry 4708 }
|
|
|
|
suctionvalve2LinearRange OBJECT-TYPE
|
|
SYNTAX Integer32 (5..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"suctionvalve2 linear range"
|
|
::= { opSuctionValveEntry 4709 }
|
|
|
|
opGECWValveTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpGECWValveEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opGECWValve"
|
|
::= { opGECWValve 1 }
|
|
|
|
opGECWValveEntry OBJECT-TYPE
|
|
SYNTAX OpGECWValveEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opGECWValve"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opGECWValveTable 1 }
|
|
|
|
OpGECWValveEntry ::= SEQUENCE {
|
|
gECWValveStartTemperature1 Integer32,
|
|
gECWValveLinearRange1 Integer32,
|
|
gECWValveGEOffTemp Integer32,
|
|
gECWValveStartTemperature2 Integer32,
|
|
gECWValveLinearRange2 Integer32
|
|
}
|
|
|
|
gECWValveStartTemperature1 OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE/CW-valve start temperature 1"
|
|
::= { opGECWValveEntry 5208 }
|
|
|
|
gECWValveLinearRange1 OBJECT-TYPE
|
|
SYNTAX Integer32 (5..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE/CW-valve linear range 1"
|
|
::= { opGECWValveEntry 5209 }
|
|
|
|
gECWValveGEOffTemp OBJECT-TYPE
|
|
SYNTAX Integer32 (0..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE/CW-valve GE-off-temp"
|
|
::= { opGECWValveEntry 5211 }
|
|
|
|
gECWValveStartTemperature2 OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE/CW-valve start temperature 2"
|
|
::= { opGECWValveEntry 5219 }
|
|
|
|
gECWValveLinearRange2 OBJECT-TYPE
|
|
SYNTAX Integer32 (5..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE/CW-valve linear range 2"
|
|
::= { opGECWValveEntry 5220 }
|
|
|
|
opEEV1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpEEV1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opEEV1"
|
|
::= { opEEV1 1 }
|
|
|
|
opEEV1Entry OBJECT-TYPE
|
|
SYNTAX OpEEV1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opEEV1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opEEV1Table 1 }
|
|
|
|
OpEEV1Entry ::= SEQUENCE {
|
|
eev1SuperheatSetpoint Integer32,
|
|
eev1DehumidificaperheatSetpoint Integer32
|
|
}
|
|
|
|
eev1SuperheatSetpoint OBJECT-TYPE
|
|
SYNTAX Integer32 (5..300)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 superheat setpoint"
|
|
::= { opEEV1Entry 8719 }
|
|
|
|
eev1DehumidificaperheatSetpoint OBJECT-TYPE
|
|
SYNTAX Integer32 (5..300)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 dehumidification superheat setpoint"
|
|
::= { opEEV1Entry 8720 }
|
|
|
|
opEEV2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpEEV2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opEEV2"
|
|
::= { opEEV2 1 }
|
|
|
|
opEEV2Entry OBJECT-TYPE
|
|
SYNTAX OpEEV2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opEEV2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opEEV2Table 1 }
|
|
|
|
OpEEV2Entry ::= SEQUENCE {
|
|
eev2SuperheatSetpoint Integer32,
|
|
eev2DehumidificaperheatSetpoint Integer32
|
|
}
|
|
|
|
eev2SuperheatSetpoint OBJECT-TYPE
|
|
SYNTAX Integer32 (5..300)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 superheat setpoint"
|
|
::= { opEEV2Entry 8819 }
|
|
|
|
eev2DehumidificaperheatSetpoint OBJECT-TYPE
|
|
SYNTAX Integer32 (5..300)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 dehumidification superheat setpoint"
|
|
::= { opEEV2Entry 8820 }
|
|
|
|
opChillerFreecoolingValveTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpChillerFreecoolingValveEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opChillerFreecoolingValve"
|
|
::= { opChillerFreecoolingValve 1 }
|
|
|
|
opChillerFreecoolingValveEntry OBJECT-TYPE
|
|
SYNTAX OpChillerFreecoolingValveEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opChillerFreecoolingValve"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opChillerFreecoolingValveTable 1 }
|
|
|
|
OpChillerFreecoolingValveEntry ::= SEQUENCE {
|
|
freecoolingStartTemperature Unsigned32,
|
|
freecoolingHysteresis Unsigned32
|
|
}
|
|
|
|
freecoolingStartTemperature OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"freecooling start temperature"
|
|
::= { opChillerFreecoolingValveEntry 10108 }
|
|
|
|
freecoolingHysteresis OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"freecooling hysteresis"
|
|
::= { opChillerFreecoolingValveEntry 10109 }
|
|
|
|
opDrycooler1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpDrycooler1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opDrycooler1"
|
|
::= { opDrycooler1 1 }
|
|
|
|
opDrycooler1Entry OBJECT-TYPE
|
|
SYNTAX OpDrycooler1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opDrycooler1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opDrycooler1Table 1 }
|
|
|
|
OpDrycooler1Entry ::= SEQUENCE {
|
|
drycooler1StartTemperatureWinter Integer32,
|
|
drycooler1StartTemperatureSummer Integer32,
|
|
drycooler1Hysteresis Integer32,
|
|
drycooler1AlarmDelay Unsigned32
|
|
}
|
|
|
|
drycooler1StartTemperatureWinter OBJECT-TYPE
|
|
SYNTAX Integer32 (50..350)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler1 start-temperature winter"
|
|
::= { opDrycooler1Entry 5408 }
|
|
|
|
drycooler1StartTemperatureSummer OBJECT-TYPE
|
|
SYNTAX Integer32 (100..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler1 start-temperature summer"
|
|
::= { opDrycooler1Entry 5409 }
|
|
|
|
drycooler1Hysteresis OBJECT-TYPE
|
|
SYNTAX Integer32 (10..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler1 hysteresis"
|
|
::= { opDrycooler1Entry 5410 }
|
|
|
|
drycooler1AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler1 alarm delay"
|
|
::= { opDrycooler1Entry 5414 }
|
|
|
|
opDrycooler2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpDrycooler2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opDrycooler2"
|
|
::= { opDrycooler2 1 }
|
|
|
|
opDrycooler2Entry OBJECT-TYPE
|
|
SYNTAX OpDrycooler2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opDrycooler2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opDrycooler2Table 1 }
|
|
|
|
OpDrycooler2Entry ::= SEQUENCE {
|
|
drycooler2StartTemperatureWinter Integer32,
|
|
drycooler2StartTemperatureSummer Integer32,
|
|
drycooler2Hysteresis Integer32,
|
|
drycooler2AlarmDelay Unsigned32
|
|
}
|
|
|
|
drycooler2StartTemperatureWinter OBJECT-TYPE
|
|
SYNTAX Integer32 (50..350)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler2 start-temperature winter"
|
|
::= { opDrycooler2Entry 5508 }
|
|
|
|
drycooler2StartTemperatureSummer OBJECT-TYPE
|
|
SYNTAX Integer32 (100..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler2 start-temperature summer"
|
|
::= { opDrycooler2Entry 5509 }
|
|
|
|
drycooler2Hysteresis OBJECT-TYPE
|
|
SYNTAX Integer32 (10..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler2 hysteresis"
|
|
::= { opDrycooler2Entry 5510 }
|
|
|
|
drycooler2AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler2 alarm delay"
|
|
::= { opDrycooler2Entry 5514 }
|
|
|
|
opDrycooler3Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpDrycooler3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opDrycooler3"
|
|
::= { opDrycooler3 1 }
|
|
|
|
opDrycooler3Entry OBJECT-TYPE
|
|
SYNTAX OpDrycooler3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opDrycooler3"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opDrycooler3Table 1 }
|
|
|
|
OpDrycooler3Entry ::= SEQUENCE {
|
|
drycooler3StartTemperatureWinter Integer32,
|
|
drycooler3StartTemperatureSummer Integer32,
|
|
drycooler3Hysteresis Integer32,
|
|
drycooler3AlarmDelay Unsigned32
|
|
}
|
|
|
|
drycooler3StartTemperatureWinter OBJECT-TYPE
|
|
SYNTAX Integer32 (50..350)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler3 start-temperature winter"
|
|
::= { opDrycooler3Entry 5608 }
|
|
|
|
drycooler3StartTemperatureSummer OBJECT-TYPE
|
|
SYNTAX Integer32 (100..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler3 start-temperature summer"
|
|
::= { opDrycooler3Entry 5609 }
|
|
|
|
drycooler3Hysteresis OBJECT-TYPE
|
|
SYNTAX Integer32 (10..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler3 hysteresis"
|
|
::= { opDrycooler3Entry 5610 }
|
|
|
|
drycooler3AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler3 alarm delay"
|
|
::= { opDrycooler3Entry 5614 }
|
|
|
|
opDrycooler4Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpDrycooler4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opDrycooler4"
|
|
::= { opDrycooler4 1 }
|
|
|
|
opDrycooler4Entry OBJECT-TYPE
|
|
SYNTAX OpDrycooler4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opDrycooler4"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opDrycooler4Table 1 }
|
|
|
|
OpDrycooler4Entry ::= SEQUENCE {
|
|
drycooler4StartTemperatureWinter Integer32,
|
|
drycooler4StartTemperatureSummer Integer32,
|
|
drycooler4Hysteresis Integer32,
|
|
drycooler4AlarmDelay Unsigned32
|
|
}
|
|
|
|
drycooler4StartTemperatureWinter OBJECT-TYPE
|
|
SYNTAX Integer32 (50..350)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler4 start-temperature winter"
|
|
::= { opDrycooler4Entry 5708 }
|
|
|
|
drycooler4StartTemperatureSummer OBJECT-TYPE
|
|
SYNTAX Integer32 (100..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler4 start-temperature summer"
|
|
::= { opDrycooler4Entry 5709 }
|
|
|
|
drycooler4Hysteresis OBJECT-TYPE
|
|
SYNTAX Integer32 (10..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler4 hysteresis"
|
|
::= { opDrycooler4Entry 5710 }
|
|
|
|
drycooler4AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler4 alarm delay"
|
|
::= { opDrycooler4Entry 5714 }
|
|
|
|
opPump1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpPump1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opPump1"
|
|
::= { opPump1 1 }
|
|
|
|
opPump1Entry OBJECT-TYPE
|
|
SYNTAX OpPump1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opPump1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opPump1Table 1 }
|
|
|
|
OpPump1Entry ::= SEQUENCE {
|
|
pump1StartTemperature Integer32,
|
|
pump1Hysteresis Integer32,
|
|
pump1LinearRange Integer32,
|
|
pump1AlarmDelay Unsigned32,
|
|
pump1SetpointSpeed Unsigned32
|
|
}
|
|
|
|
pump1StartTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 start-temperature"
|
|
::= { opPump1Entry 5809 }
|
|
|
|
pump1Hysteresis OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 hysteresis"
|
|
::= { opPump1Entry 5810 }
|
|
|
|
pump1LinearRange OBJECT-TYPE
|
|
SYNTAX Integer32 (5..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 linear range"
|
|
::= { opPump1Entry 5811 }
|
|
|
|
pump1AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 alarm delay"
|
|
::= { opPump1Entry 5817 }
|
|
|
|
pump1SetpointSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (50..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump 1 setpoint speed"
|
|
::= { opPump1Entry 5830 }
|
|
|
|
opPump2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpPump2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opPump2"
|
|
::= { opPump2 1 }
|
|
|
|
opPump2Entry OBJECT-TYPE
|
|
SYNTAX OpPump2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opPump2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opPump2Table 1 }
|
|
|
|
OpPump2Entry ::= SEQUENCE {
|
|
pump2StartTemperature Integer32,
|
|
pump2Hysteresis Integer32,
|
|
pump2LinearRange Integer32,
|
|
pump2AlarmDelay Unsigned32,
|
|
pump2SetpointSpeed Unsigned32
|
|
}
|
|
|
|
pump2StartTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 start-temperature"
|
|
::= { opPump2Entry 5909 }
|
|
|
|
pump2Hysteresis OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 hysteresis"
|
|
::= { opPump2Entry 5910 }
|
|
|
|
pump2LinearRange OBJECT-TYPE
|
|
SYNTAX Integer32 (5..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 linear range"
|
|
::= { opPump2Entry 5911 }
|
|
|
|
pump2AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 alarm delay"
|
|
::= { opPump2Entry 5917 }
|
|
|
|
pump2SetpointSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (50..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 setpoint speed"
|
|
::= { opPump2Entry 5930 }
|
|
|
|
opPump3Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpPump3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opPump3"
|
|
::= { opPump3 1 }
|
|
|
|
opPump3Entry OBJECT-TYPE
|
|
SYNTAX OpPump3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opPump3"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opPump3Table 1 }
|
|
|
|
OpPump3Entry ::= SEQUENCE {
|
|
pump3StartTemperature Integer32,
|
|
pump3Hysteresis Integer32,
|
|
pump3LinearRange Integer32,
|
|
pump3AlarmDelay Unsigned32,
|
|
pump3SetpointSpeed Unsigned32
|
|
}
|
|
|
|
pump3StartTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 start-temperature"
|
|
::= { opPump3Entry 6009 }
|
|
|
|
pump3Hysteresis OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 hysteresis"
|
|
::= { opPump3Entry 6010 }
|
|
|
|
pump3LinearRange OBJECT-TYPE
|
|
SYNTAX Integer32 (5..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 linear range"
|
|
::= { opPump3Entry 6011 }
|
|
|
|
pump3AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 alarm delay"
|
|
::= { opPump3Entry 6017 }
|
|
|
|
pump3SetpointSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (50..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 setpoint speed"
|
|
::= { opPump3Entry 6030 }
|
|
|
|
opPump4Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpPump4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opPump4"
|
|
::= { opPump4 1 }
|
|
|
|
opPump4Entry OBJECT-TYPE
|
|
SYNTAX OpPump4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opPump4"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opPump4Table 1 }
|
|
|
|
OpPump4Entry ::= SEQUENCE {
|
|
pump4StartTemperature Integer32,
|
|
pump4Hysteresis Integer32,
|
|
pump4LinearRange Integer32,
|
|
pump4AlarmDelay Unsigned32,
|
|
pump4SetpointSpeed Unsigned32
|
|
}
|
|
|
|
pump4StartTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 start-temperature"
|
|
::= { opPump4Entry 6109 }
|
|
|
|
pump4Hysteresis OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 hysteresis"
|
|
::= { opPump4Entry 6110 }
|
|
|
|
pump4LinearRange OBJECT-TYPE
|
|
SYNTAX Integer32 (5..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 linear range"
|
|
::= { opPump4Entry 6111 }
|
|
|
|
pump4AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 alarm delay"
|
|
::= { opPump4Entry 6117 }
|
|
|
|
pump4SetpointSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (50..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 setpoint speed"
|
|
::= { opPump4Entry 6130 }
|
|
|
|
opEcoLouverTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpEcoLouverEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opEcoLouver"
|
|
::= { opEcoLouver 1 }
|
|
|
|
opEcoLouverEntry OBJECT-TYPE
|
|
SYNTAX OpEcoLouverEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opEcoLouver"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opEcoLouverTable 1 }
|
|
|
|
OpEcoLouverEntry ::= SEQUENCE {
|
|
eCOCOOLLouverStatdoorTemperature Integer32,
|
|
eCOCOOLLouverHysteresis Integer32,
|
|
eCOCOOLLouverStartTemperature Integer32,
|
|
eCOCOOLLouverLinearRange Integer32
|
|
}
|
|
|
|
eCOCOOLLouverStatdoorTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ECO-COOL louver start outdoor temperature"
|
|
::= { opEcoLouverEntry 9908 }
|
|
|
|
eCOCOOLLouverHysteresis OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ECO-COOL louver hysteresis"
|
|
::= { opEcoLouverEntry 9909 }
|
|
|
|
eCOCOOLLouverStartTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ECO-COOL louver start temperature"
|
|
::= { opEcoLouverEntry 9910 }
|
|
|
|
eCOCOOLLouverLinearRange OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ECO-COOL louver linear range"
|
|
::= { opEcoLouverEntry 9911 }
|
|
|
|
opCondensorfanTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpCondensorfanEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opCondensorfan"
|
|
::= { opCondensorfan 1 }
|
|
|
|
opCondensorfanEntry OBJECT-TYPE
|
|
SYNTAX OpCondensorfanEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opCondensorfan"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opCondensorfanTable 1 }
|
|
|
|
OpCondensorfanEntry ::= SEQUENCE {
|
|
condFan1AlarmDelay Unsigned32,
|
|
condFan2AlarmDelay Unsigned32
|
|
}
|
|
|
|
condFan1AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 1 alarm delay"
|
|
::= { opCondensorfanEntry 10823 }
|
|
|
|
condFan2AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 2 alarm delay"
|
|
::= { opCondensorfanEntry 10923 }
|
|
|
|
opEHeat1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpEHeat1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opEHeat1"
|
|
::= { opEHeat1 1 }
|
|
|
|
opEHeat1Entry OBJECT-TYPE
|
|
SYNTAX OpEHeat1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opEHeat1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opEHeat1Table 1 }
|
|
|
|
OpEHeat1Entry ::= SEQUENCE {
|
|
elecHeating1StartTemperature Integer32,
|
|
elecHeating1Hysteresis Integer32,
|
|
elecHeating1LinearRange Integer32,
|
|
elecHeating1AlarmDelay Unsigned32
|
|
}
|
|
|
|
elecHeating1StartTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating1 start temperature"
|
|
::= { opEHeat1Entry 4809 }
|
|
|
|
elecHeating1Hysteresis OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating1 hysteresis"
|
|
::= { opEHeat1Entry 4810 }
|
|
|
|
elecHeating1LinearRange OBJECT-TYPE
|
|
SYNTAX Integer32 (3..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating1 linear range"
|
|
::= { opEHeat1Entry 4811 }
|
|
|
|
elecHeating1AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..2550)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating1 alarm delay"
|
|
::= { opEHeat1Entry 4815 }
|
|
|
|
opEHeat2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpEHeat2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opEHeat2"
|
|
::= { opEHeat2 1 }
|
|
|
|
opEHeat2Entry OBJECT-TYPE
|
|
SYNTAX OpEHeat2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opEHeat2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opEHeat2Table 1 }
|
|
|
|
OpEHeat2Entry ::= SEQUENCE {
|
|
elecHeating2StartTemperature Integer32,
|
|
elecHeating2Hysteresis Integer32,
|
|
elecHeating2LinearRange Integer32,
|
|
elecHeating2AlarmDelay Unsigned32
|
|
}
|
|
|
|
elecHeating2StartTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating2 start temperature"
|
|
::= { opEHeat2Entry 4909 }
|
|
|
|
elecHeating2Hysteresis OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating2 hysteresis"
|
|
::= { opEHeat2Entry 4910 }
|
|
|
|
elecHeating2LinearRange OBJECT-TYPE
|
|
SYNTAX Integer32 (3..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating2 linear range"
|
|
::= { opEHeat2Entry 4911 }
|
|
|
|
elecHeating2AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..2550)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating2 alarm delay"
|
|
::= { opEHeat2Entry 4915 }
|
|
|
|
opEHeat3Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpEHeat3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opEHeat3"
|
|
::= { opEHeat3 1 }
|
|
|
|
opEHeat3Entry OBJECT-TYPE
|
|
SYNTAX OpEHeat3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opEHeat3"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opEHeat3Table 1 }
|
|
|
|
OpEHeat3Entry ::= SEQUENCE {
|
|
elecHeating3StartTemperature Integer32,
|
|
elecHeating3Hysteresis Integer32,
|
|
elecHeating3LinearRange Integer32,
|
|
elecHeating3AlarmDelay Unsigned32
|
|
}
|
|
|
|
elecHeating3StartTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating3 start temperature"
|
|
::= { opEHeat3Entry 5009 }
|
|
|
|
elecHeating3Hysteresis OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating3 hysteresis"
|
|
::= { opEHeat3Entry 5010 }
|
|
|
|
elecHeating3LinearRange OBJECT-TYPE
|
|
SYNTAX Integer32 (3..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating3 linear range"
|
|
::= { opEHeat3Entry 5011 }
|
|
|
|
elecHeating3AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..2550)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating3 alarm delay"
|
|
::= { opEHeat3Entry 5015 }
|
|
|
|
opHotgasHeatTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpHotgasHeatEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opHotgasHeat"
|
|
::= { opHotgasHeat 1 }
|
|
|
|
opHotgasHeatEntry OBJECT-TYPE
|
|
SYNTAX OpHotgasHeatEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opHotgasHeat"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opHotgasHeatTable 1 }
|
|
|
|
OpHotgasHeatEntry ::= SEQUENCE {
|
|
hotgasHeatingStartTemperature Integer32,
|
|
hotgasHeatingHysteresis Integer32,
|
|
hotgasHeatingAlarmDelay Unsigned32
|
|
}
|
|
|
|
hotgasHeatingStartTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hotgas-heating start temperature"
|
|
::= { opHotgasHeatEntry 6208 }
|
|
|
|
hotgasHeatingHysteresis OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hotgas-heating hysteresis"
|
|
::= { opHotgasHeatEntry 6209 }
|
|
|
|
hotgasHeatingAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..2550)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hotgas-heating alarm delay"
|
|
::= { opHotgasHeatEntry 6213 }
|
|
|
|
opHwrValveTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpHwrValveEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opHwrValve"
|
|
::= { opHwrValve 1 }
|
|
|
|
opHwrValveEntry OBJECT-TYPE
|
|
SYNTAX OpHwrValveEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opHwrValve"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opHwrValveTable 1 }
|
|
|
|
OpHwrValveEntry ::= SEQUENCE {
|
|
pWWHeatingStartTemperature Integer32,
|
|
pWWHeatingHysteresis Integer32,
|
|
pWWHeatingLinearRange Integer32
|
|
}
|
|
|
|
pWWHeatingStartTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"PWW-heating start-temperature "
|
|
::= { opHwrValveEntry 6309 }
|
|
|
|
pWWHeatingHysteresis OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"PWW-heating hysteresis"
|
|
::= { opHwrValveEntry 6311 }
|
|
|
|
pWWHeatingLinearRange OBJECT-TYPE
|
|
SYNTAX Integer32 (5..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"PWW-heating linear range"
|
|
::= { opHwrValveEntry 6312 }
|
|
|
|
opHumidifierTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpHumidifierEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opHumidifier"
|
|
::= { opHumidifier 1 }
|
|
|
|
opHumidifierEntry OBJECT-TYPE
|
|
SYNTAX OpHumidifierEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opHumidifier"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opHumidifierTable 1 }
|
|
|
|
OpHumidifierEntry ::= SEQUENCE {
|
|
humidifier1StartHumidity Unsigned32,
|
|
humidifier1Hysteresis Unsigned32,
|
|
humidifier1LinearRange Unsigned32,
|
|
humidifier1AlarmDelay Unsigned32,
|
|
humidifier1AlarmDelay5uS Unsigned32,
|
|
humidifier1AlarmDelay20uS Unsigned32
|
|
}
|
|
|
|
humidifier1StartHumidity OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 start-humidity"
|
|
::= { opHumidifierEntry 6417 }
|
|
|
|
humidifier1Hysteresis OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 hysteresis"
|
|
::= { opHumidifierEntry 6419 }
|
|
|
|
humidifier1LinearRange OBJECT-TYPE
|
|
SYNTAX Unsigned32 (5..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 linear range"
|
|
::= { opHumidifierEntry 6420 }
|
|
|
|
humidifier1AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..2550)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 alarm delay"
|
|
::= { opHumidifierEntry 6425 }
|
|
|
|
humidifier1AlarmDelay5uS OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..2550)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 alarm delay 5uS"
|
|
::= { opHumidifierEntry 6431 }
|
|
|
|
humidifier1AlarmDelay20uS OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..2550)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 alarm delay 20uS"
|
|
::= { opHumidifierEntry 6432 }
|
|
|
|
opDehumidificationTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpDehumidificationEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opDehumidification"
|
|
::= { opDehumidification 1 }
|
|
|
|
opDehumidificationEntry OBJECT-TYPE
|
|
SYNTAX OpDehumidificationEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opDehumidification"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opDehumidificationTable 1 }
|
|
|
|
OpDehumidificationEntry ::= SEQUENCE {
|
|
dehumidifierStartHumidity Unsigned32,
|
|
dehumidificationHysteresis Unsigned32,
|
|
dehumidifierMinWaterTemp Integer32,
|
|
dehumidifierMaxWaterTemp Integer32
|
|
}
|
|
|
|
dehumidifierStartHumidity OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"dehumidifier start-humidity"
|
|
::= { opDehumidificationEntry 6809 }
|
|
|
|
dehumidificationHysteresis OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..300)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"dehumidification hysteresis"
|
|
::= { opDehumidificationEntry 6811 }
|
|
|
|
dehumidifierMinWaterTemp OBJECT-TYPE
|
|
SYNTAX Integer32 (-200..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"dehumidifier min water temp"
|
|
::= { opDehumidificationEntry 6817 }
|
|
|
|
dehumidifierMaxWaterTemp OBJECT-TYPE
|
|
SYNTAX Integer32 (0..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"dehumidifier max water temp"
|
|
::= { opDehumidificationEntry 6818 }
|
|
|
|
opFanTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpFanEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opFan"
|
|
::= { opFan 1 }
|
|
|
|
opFanEntry OBJECT-TYPE
|
|
SYNTAX OpFanEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opFan"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opFanTable 1 }
|
|
|
|
OpFanEntry ::= SEQUENCE {
|
|
fan1SpeedNmax Unsigned32,
|
|
fan1CWModeNmax Unsigned32,
|
|
fan1StartTemp Integer32,
|
|
fan1StartSpeed Unsigned32,
|
|
fan1AlarmDelay Unsigned32,
|
|
fan1FilterAlarmDelay Unsigned32,
|
|
fan2AlarmDelay Unsigned32
|
|
}
|
|
|
|
fan1SpeedNmax OBJECT-TYPE
|
|
SYNTAX Unsigned32 (40..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 speed nmax."
|
|
::= { opFanEntry 6909 }
|
|
|
|
fan1CWModeNmax OBJECT-TYPE
|
|
SYNTAX Unsigned32 (40..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 CW-mode nmax"
|
|
::= { opFanEntry 6910 }
|
|
|
|
fan1StartTemp OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 start temp"
|
|
::= { opFanEntry 6913 }
|
|
|
|
fan1StartSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..10)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 start speed"
|
|
::= { opFanEntry 6914 }
|
|
|
|
fan1AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 alarm delay"
|
|
::= { opFanEntry 6927 }
|
|
|
|
fan1FilterAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 filter alarm delay"
|
|
::= { opFanEntry 6930 }
|
|
|
|
fan2AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan2 alarm delay"
|
|
::= { opFanEntry 7027 }
|
|
|
|
opAirLouverTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpAirLouverEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opAirLouver"
|
|
::= { opAirLouver 1 }
|
|
|
|
opAirLouverEntry OBJECT-TYPE
|
|
SYNTAX OpAirLouverEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opAirLouver"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opAirLouverTable 1 }
|
|
|
|
OpAirLouverEntry ::= SEQUENCE {
|
|
louver1Delay Unsigned32
|
|
}
|
|
|
|
louver1Delay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..180)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"louver1 delay"
|
|
::= { opAirLouverEntry 7208 }
|
|
|
|
opAEfilterTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpAEfilterEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opAEfilter"
|
|
::= { opAEfilter 1 }
|
|
|
|
opAEfilterEntry OBJECT-TYPE
|
|
SYNTAX OpAEfilterEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opAEfilter"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opAEfilterTable 1 }
|
|
|
|
OpAEfilterEntry ::= SEQUENCE {
|
|
filter1PressureDrop Unsigned32,
|
|
filter1AlarmDelay Unsigned32,
|
|
filter2PressureDrop Unsigned32,
|
|
filter3PressureDrop Unsigned32
|
|
}
|
|
|
|
filter1PressureDrop OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Filter 1 pressure drop"
|
|
::= { opAEfilterEntry 11009 }
|
|
|
|
filter1AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Filter 1 alarm delay"
|
|
::= { opAEfilterEntry 11012 }
|
|
|
|
filter2PressureDrop OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Filter 2 pressure drop"
|
|
::= { opAEfilterEntry 11109 }
|
|
|
|
filter3PressureDrop OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Filter 3 pressure drop"
|
|
::= { opAEfilterEntry 11209 }
|
|
|
|
opSensor1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpSensor1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opSensor1"
|
|
::= { opSensor1 1 }
|
|
|
|
opSensor1Entry OBJECT-TYPE
|
|
SYNTAX OpSensor1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opSensor1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opSensor1Table 1 }
|
|
|
|
OpSensor1Entry ::= SEQUENCE {
|
|
sensor1AlarmDelay Unsigned32,
|
|
sensor1FailureAlarmDelay Unsigned32,
|
|
sensor1AdjustOffset Integer32,
|
|
sensor1CurrentPhysValue Integer32
|
|
}
|
|
|
|
sensor1AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor1 alarm delay"
|
|
::= { opSensor1Entry 2317 }
|
|
|
|
sensor1FailureAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor1 failure alarm delay"
|
|
::= { opSensor1Entry 2319 }
|
|
|
|
sensor1AdjustOffset OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor1 adjust offset"
|
|
::= { opSensor1Entry 2320 }
|
|
|
|
sensor1CurrentPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor1 current phys. value"
|
|
::= { opSensor1Entry 2321 }
|
|
|
|
opSensor2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpSensor2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opSensor2"
|
|
::= { opSensor2 1 }
|
|
|
|
opSensor2Entry OBJECT-TYPE
|
|
SYNTAX OpSensor2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opSensor2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opSensor2Table 1 }
|
|
|
|
OpSensor2Entry ::= SEQUENCE {
|
|
sensor2AlarmDelay Unsigned32,
|
|
sensor2FailureAlarmDelay Unsigned32,
|
|
sensor2AdjustOffset Integer32,
|
|
sensor2CurrentPhysValue Integer32
|
|
}
|
|
|
|
sensor2AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor2 alarm delay"
|
|
::= { opSensor2Entry 2417 }
|
|
|
|
sensor2FailureAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor2 failure alarm delay"
|
|
::= { opSensor2Entry 2419 }
|
|
|
|
sensor2AdjustOffset OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor2 adjust offset"
|
|
::= { opSensor2Entry 2420 }
|
|
|
|
sensor2CurrentPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor2 current phys. value"
|
|
::= { opSensor2Entry 2421 }
|
|
|
|
opSensor3Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpSensor3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opSensor3"
|
|
::= { opSensor3 1 }
|
|
|
|
opSensor3Entry OBJECT-TYPE
|
|
SYNTAX OpSensor3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opSensor3"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opSensor3Table 1 }
|
|
|
|
OpSensor3Entry ::= SEQUENCE {
|
|
sensor3AlarmDelay Unsigned32,
|
|
sensor3FailureAlarmDelay Unsigned32,
|
|
sensor3AdjustOffset Integer32,
|
|
sensor3CurrentPhysValue Integer32
|
|
}
|
|
|
|
sensor3AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor3 alarm delay"
|
|
::= { opSensor3Entry 2517 }
|
|
|
|
sensor3FailureAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor3 failure alarm delay"
|
|
::= { opSensor3Entry 2519 }
|
|
|
|
sensor3AdjustOffset OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor3 adjust offset"
|
|
::= { opSensor3Entry 2520 }
|
|
|
|
sensor3CurrentPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor3 current phys. value"
|
|
::= { opSensor3Entry 2521 }
|
|
|
|
opSensor4Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpSensor4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opSensor4"
|
|
::= { opSensor4 1 }
|
|
|
|
opSensor4Entry OBJECT-TYPE
|
|
SYNTAX OpSensor4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opSensor4"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opSensor4Table 1 }
|
|
|
|
OpSensor4Entry ::= SEQUENCE {
|
|
sensor4AlarmDelay Unsigned32,
|
|
sensor4FailureAlarmDelay Unsigned32,
|
|
sensor4AdjustOffset Integer32,
|
|
sensor4CurrentPhysValue Integer32
|
|
}
|
|
|
|
sensor4AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor4 alarm delay"
|
|
::= { opSensor4Entry 2617 }
|
|
|
|
sensor4FailureAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor4 failure alarm delay"
|
|
::= { opSensor4Entry 2619 }
|
|
|
|
sensor4AdjustOffset OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor4 adjust offset"
|
|
::= { opSensor4Entry 2620 }
|
|
|
|
sensor4CurrentPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor4 current phys. value"
|
|
::= { opSensor4Entry 2621 }
|
|
|
|
opSensor5Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpSensor5Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opSensor5"
|
|
::= { opSensor5 1 }
|
|
|
|
opSensor5Entry OBJECT-TYPE
|
|
SYNTAX OpSensor5Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opSensor5"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opSensor5Table 1 }
|
|
|
|
OpSensor5Entry ::= SEQUENCE {
|
|
sensor5AlarmDelay Unsigned32,
|
|
sensor5FailureAlarmDelay Unsigned32,
|
|
sensor5AdjustOffset Integer32,
|
|
sensor5CurrentPhysValue Integer32
|
|
}
|
|
|
|
sensor5AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor5 alarm delay"
|
|
::= { opSensor5Entry 2717 }
|
|
|
|
sensor5FailureAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor5 failure alarm delay"
|
|
::= { opSensor5Entry 2719 }
|
|
|
|
sensor5AdjustOffset OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor5 adjust offset"
|
|
::= { opSensor5Entry 2720 }
|
|
|
|
sensor5CurrentPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor5 current phys. value"
|
|
::= { opSensor5Entry 2721 }
|
|
|
|
opSensor6Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpSensor6Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opSensor6"
|
|
::= { opSensor6 1 }
|
|
|
|
opSensor6Entry OBJECT-TYPE
|
|
SYNTAX OpSensor6Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opSensor6"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opSensor6Table 1 }
|
|
|
|
OpSensor6Entry ::= SEQUENCE {
|
|
sensor6AlarmDelay Unsigned32,
|
|
sensor6FailureAlarmDelay Unsigned32,
|
|
sensor6AdjustOffset Integer32,
|
|
sensor6CurrentPhysValue Integer32
|
|
}
|
|
|
|
sensor6AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor6 alarm delay"
|
|
::= { opSensor6Entry 2817 }
|
|
|
|
sensor6FailureAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor6 failure alarm delay"
|
|
::= { opSensor6Entry 2819 }
|
|
|
|
sensor6AdjustOffset OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor6 adjust offset"
|
|
::= { opSensor6Entry 2820 }
|
|
|
|
sensor6CurrentPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor6 current phys. value"
|
|
::= { opSensor6Entry 2821 }
|
|
|
|
opSensor7Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpSensor7Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opSensor7"
|
|
::= { opSensor7 1 }
|
|
|
|
opSensor7Entry OBJECT-TYPE
|
|
SYNTAX OpSensor7Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opSensor7"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opSensor7Table 1 }
|
|
|
|
OpSensor7Entry ::= SEQUENCE {
|
|
sensor7AlarmDelay Unsigned32,
|
|
sensor7FailureAlarmDelay Unsigned32,
|
|
sensor7AdjustOffset Integer32,
|
|
sensor7CurrentPhysValue Integer32
|
|
}
|
|
|
|
sensor7AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor7 alarm delay"
|
|
::= { opSensor7Entry 2917 }
|
|
|
|
sensor7FailureAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor7 failure alarm delay"
|
|
::= { opSensor7Entry 2919 }
|
|
|
|
sensor7AdjustOffset OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor7 adjust offset"
|
|
::= { opSensor7Entry 2920 }
|
|
|
|
sensor7CurrentPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor7 current phys. value"
|
|
::= { opSensor7Entry 2921 }
|
|
|
|
opSensor8Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpSensor8Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opSensor8"
|
|
::= { opSensor8 1 }
|
|
|
|
opSensor8Entry OBJECT-TYPE
|
|
SYNTAX OpSensor8Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opSensor8"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opSensor8Table 1 }
|
|
|
|
OpSensor8Entry ::= SEQUENCE {
|
|
sensor8AlarmDelay Unsigned32,
|
|
sensor8FailureAlarmDelay Unsigned32,
|
|
sensor8AdjustOffset Integer32,
|
|
sensor8CurrentPhysValue Integer32
|
|
}
|
|
|
|
sensor8AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor8 alarm delay"
|
|
::= { opSensor8Entry 3017 }
|
|
|
|
sensor8FailureAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor8 failure alarm delay"
|
|
::= { opSensor8Entry 3019 }
|
|
|
|
sensor8AdjustOffset OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor8 adjust offset"
|
|
::= { opSensor8Entry 3020 }
|
|
|
|
sensor8CurrentPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor8 current phys. value"
|
|
::= { opSensor8Entry 3021 }
|
|
|
|
opSensor9Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpSensor9Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opSensor9"
|
|
::= { opSensor9 1 }
|
|
|
|
opSensor9Entry OBJECT-TYPE
|
|
SYNTAX OpSensor9Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opSensor9"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opSensor9Table 1 }
|
|
|
|
OpSensor9Entry ::= SEQUENCE {
|
|
sensor9AlarmDelay Unsigned32,
|
|
sensor9FailureAlarmDelay Unsigned32,
|
|
sensor9AdjustOffset Integer32,
|
|
sensor9CurrentPhysValue Integer32
|
|
}
|
|
|
|
sensor9AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor9 alarm delay"
|
|
::= { opSensor9Entry 3117 }
|
|
|
|
sensor9FailureAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor9 failure alarm delay"
|
|
::= { opSensor9Entry 3119 }
|
|
|
|
sensor9AdjustOffset OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor9 adjust offset"
|
|
::= { opSensor9Entry 3120 }
|
|
|
|
sensor9CurrentPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor9 current phys. value"
|
|
::= { opSensor9Entry 3121 }
|
|
|
|
opSensor10Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpSensor10Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opSensor10"
|
|
::= { opSensor10 1 }
|
|
|
|
opSensor10Entry OBJECT-TYPE
|
|
SYNTAX OpSensor10Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opSensor10"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opSensor10Table 1 }
|
|
|
|
OpSensor10Entry ::= SEQUENCE {
|
|
sensor10AlarmDelay Unsigned32,
|
|
sensor10FailureAlarmDelay Unsigned32,
|
|
sensor10AdjustOffset Integer32,
|
|
sensor10CurrentPhysValue Integer32
|
|
}
|
|
|
|
sensor10AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor10 alarm delay"
|
|
::= { opSensor10Entry 3217 }
|
|
|
|
sensor10FailureAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor10 failure alarm delay"
|
|
::= { opSensor10Entry 3219 }
|
|
|
|
sensor10AdjustOffset OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor10 adjust offset"
|
|
::= { opSensor10Entry 3220 }
|
|
|
|
sensor10CurrentPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor10 current phys. value"
|
|
::= { opSensor10Entry 3221 }
|
|
|
|
opSensor11Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpSensor11Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opSensor11"
|
|
::= { opSensor11 1 }
|
|
|
|
opSensor11Entry OBJECT-TYPE
|
|
SYNTAX OpSensor11Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opSensor11"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opSensor11Table 1 }
|
|
|
|
OpSensor11Entry ::= SEQUENCE {
|
|
sensor11AlarmDelay Unsigned32,
|
|
sensor11FailureAlarmDelay Unsigned32,
|
|
sensor11AdjustOffset Integer32,
|
|
sensor11CurrentPhysValue Integer32
|
|
}
|
|
|
|
sensor11AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor11 alarm delay"
|
|
::= { opSensor11Entry 3317 }
|
|
|
|
sensor11FailureAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor11 failure alarm delay"
|
|
::= { opSensor11Entry 3319 }
|
|
|
|
sensor11AdjustOffset OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor11 adjust offset"
|
|
::= { opSensor11Entry 3320 }
|
|
|
|
sensor11CurrentPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor11 current phys. value"
|
|
::= { opSensor11Entry 3321 }
|
|
|
|
opSensor12Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpSensor12Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opSensor12"
|
|
::= { opSensor12 1 }
|
|
|
|
opSensor12Entry OBJECT-TYPE
|
|
SYNTAX OpSensor12Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opSensor12"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opSensor12Table 1 }
|
|
|
|
OpSensor12Entry ::= SEQUENCE {
|
|
sensor12AlarmDelay Unsigned32,
|
|
sensor12FailureAlarmDelay Unsigned32,
|
|
sensor12AdjustOffset Integer32,
|
|
sensor12CurrentPhysValue Integer32
|
|
}
|
|
|
|
sensor12AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor12 alarm delay"
|
|
::= { opSensor12Entry 3417 }
|
|
|
|
sensor12FailureAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor12 failure alarm delay"
|
|
::= { opSensor12Entry 3419 }
|
|
|
|
sensor12AdjustOffset OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor12 adjust offset"
|
|
::= { opSensor12Entry 3420 }
|
|
|
|
sensor12CurrentPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor12 current phys. value"
|
|
::= { opSensor12Entry 3421 }
|
|
|
|
opSensor13Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpSensor13Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opSensor13"
|
|
::= { opSensor13 1 }
|
|
|
|
opSensor13Entry OBJECT-TYPE
|
|
SYNTAX OpSensor13Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opSensor13"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opSensor13Table 1 }
|
|
|
|
OpSensor13Entry ::= SEQUENCE {
|
|
sensor13AlarmDelay Unsigned32,
|
|
sensor13FailureAlarmDelay Unsigned32,
|
|
sensor13AdjustOffset Integer32,
|
|
sensor13CurrentPhysValue Integer32
|
|
}
|
|
|
|
sensor13AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor13 alarm delay"
|
|
::= { opSensor13Entry 3517 }
|
|
|
|
sensor13FailureAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor13 failure alarm delay"
|
|
::= { opSensor13Entry 3519 }
|
|
|
|
sensor13AdjustOffset OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor13 adjust offset"
|
|
::= { opSensor13Entry 3520 }
|
|
|
|
sensor13CurrentPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor13 current phys. value"
|
|
::= { opSensor13Entry 3521 }
|
|
|
|
opSensor14Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpSensor14Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opSensor14"
|
|
::= { opSensor14 1 }
|
|
|
|
opSensor14Entry OBJECT-TYPE
|
|
SYNTAX OpSensor14Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opSensor14"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opSensor14Table 1 }
|
|
|
|
OpSensor14Entry ::= SEQUENCE {
|
|
sensor14AlarmDelay Unsigned32,
|
|
sensor14FailureAlarmDelay Unsigned32,
|
|
sensor14AdjustOffset Integer32,
|
|
sensor14CurrentPhysValue Integer32
|
|
}
|
|
|
|
sensor14AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor14 alarm delay"
|
|
::= { opSensor14Entry 3617 }
|
|
|
|
sensor14FailureAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor14 failure alarm delay"
|
|
::= { opSensor14Entry 3619 }
|
|
|
|
sensor14AdjustOffset OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor14 adjust offset"
|
|
::= { opSensor14Entry 3620 }
|
|
|
|
sensor14CurrentPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor14 current phys. value"
|
|
::= { opSensor14Entry 3621 }
|
|
|
|
opSensor15Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpSensor15Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opSensor15"
|
|
::= { opSensor15 1 }
|
|
|
|
opSensor15Entry OBJECT-TYPE
|
|
SYNTAX OpSensor15Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opSensor15"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opSensor15Table 1 }
|
|
|
|
OpSensor15Entry ::= SEQUENCE {
|
|
sensor15AlarmDelay Unsigned32,
|
|
sensor15FailureAlarmDelay Unsigned32,
|
|
sensor15AdjustOffset Integer32,
|
|
sensor15CurrentPhysValue Integer32
|
|
}
|
|
|
|
sensor15AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor15 alarm delay"
|
|
::= { opSensor15Entry 3717 }
|
|
|
|
sensor15FailureAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor15 failure alarm delay"
|
|
::= { opSensor15Entry 3719 }
|
|
|
|
sensor15AdjustOffset OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor15 adjust offset"
|
|
::= { opSensor15Entry 3720 }
|
|
|
|
sensor15CurrentPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor15 current phys. value"
|
|
::= { opSensor15Entry 3721 }
|
|
|
|
opSensor16Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpSensor16Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opSensor16"
|
|
::= { opSensor16 1 }
|
|
|
|
opSensor16Entry OBJECT-TYPE
|
|
SYNTAX OpSensor16Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opSensor16"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opSensor16Table 1 }
|
|
|
|
OpSensor16Entry ::= SEQUENCE {
|
|
sensor16AlarmDelay Unsigned32,
|
|
sensor16FailureAlarmDelay Unsigned32,
|
|
sensor16AdjustOffset Integer32,
|
|
sensor16CurrentPhysValue Integer32
|
|
}
|
|
|
|
sensor16AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor16 alarm delay"
|
|
::= { opSensor16Entry 3817 }
|
|
|
|
sensor16FailureAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor16 failure alarm delay"
|
|
::= { opSensor16Entry 3819 }
|
|
|
|
sensor16AdjustOffset OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor16 adjust offset"
|
|
::= { opSensor16Entry 3820 }
|
|
|
|
sensor16CurrentPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor16 current phys. value"
|
|
::= { opSensor16Entry 3821 }
|
|
|
|
opSensor17Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpSensor17Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opSensor17"
|
|
::= { opSensor17 1 }
|
|
|
|
opSensor17Entry OBJECT-TYPE
|
|
SYNTAX OpSensor17Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opSensor17"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opSensor17Table 1 }
|
|
|
|
OpSensor17Entry ::= SEQUENCE {
|
|
sensor17AlarmDelay Unsigned32,
|
|
sensor17FailureAlarmDelay Unsigned32,
|
|
sensor17AdjustOffset Integer32,
|
|
sensor17CurrentPhysValue Integer32
|
|
}
|
|
|
|
sensor17AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor17 alarm delay"
|
|
::= { opSensor17Entry 3917 }
|
|
|
|
sensor17FailureAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor17 failure alarm delay"
|
|
::= { opSensor17Entry 3919 }
|
|
|
|
sensor17AdjustOffset OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor17 adjust offset"
|
|
::= { opSensor17Entry 3920 }
|
|
|
|
sensor17CurrentPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor17 current phys. value"
|
|
::= { opSensor17Entry 3921 }
|
|
|
|
opSensor18Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpSensor18Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opSensor18"
|
|
::= { opSensor18 1 }
|
|
|
|
opSensor18Entry OBJECT-TYPE
|
|
SYNTAX OpSensor18Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opSensor18"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opSensor18Table 1 }
|
|
|
|
OpSensor18Entry ::= SEQUENCE {
|
|
sensor18AlarmDelay Unsigned32,
|
|
sensor18FailureAlarmDelay Unsigned32,
|
|
sensor18AdjustOffset Integer32,
|
|
sensor18CurrentPhysValue Integer32
|
|
}
|
|
|
|
sensor18AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor18 alarm delay"
|
|
::= { opSensor18Entry 4017 }
|
|
|
|
sensor18FailureAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor18 failure alarm delay"
|
|
::= { opSensor18Entry 4019 }
|
|
|
|
sensor18AdjustOffset OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor18 adjust offset"
|
|
::= { opSensor18Entry 4020 }
|
|
|
|
sensor18CurrentPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor18 current phys. value"
|
|
::= { opSensor18Entry 4021 }
|
|
|
|
opSensor19Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpSensor19Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opSensor19"
|
|
::= { opSensor19 1 }
|
|
|
|
opSensor19Entry OBJECT-TYPE
|
|
SYNTAX OpSensor19Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opSensor19"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opSensor19Table 1 }
|
|
|
|
OpSensor19Entry ::= SEQUENCE {
|
|
sensor19AlarmDelay Unsigned32,
|
|
sensor19FailureAlarmDelay Unsigned32,
|
|
sensor19AdjustOffset Integer32,
|
|
sensor19CurrentPhysValue Integer32
|
|
}
|
|
|
|
sensor19AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor19 alarm delay"
|
|
::= { opSensor19Entry 4117 }
|
|
|
|
sensor19FailureAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor19 failure alarm delay"
|
|
::= { opSensor19Entry 4119 }
|
|
|
|
sensor19AdjustOffset OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor19 adjust offset"
|
|
::= { opSensor19Entry 4120 }
|
|
|
|
sensor19CurrentPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor19 current phys. value"
|
|
::= { opSensor19Entry 4121 }
|
|
|
|
opSensor20Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpSensor20Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opSensor20"
|
|
::= { opSensor20 1 }
|
|
|
|
opSensor20Entry OBJECT-TYPE
|
|
SYNTAX OpSensor20Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opSensor20"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opSensor20Table 1 }
|
|
|
|
OpSensor20Entry ::= SEQUENCE {
|
|
sensor20AlarmDelay Unsigned32,
|
|
sensor20FailureAlarmDelay Unsigned32,
|
|
sensor20AdjustOffset Integer32,
|
|
sensor20CurrentPhysValue Integer32
|
|
}
|
|
|
|
sensor20AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor20 alarm delay"
|
|
::= { opSensor20Entry 4217 }
|
|
|
|
sensor20FailureAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor20 failure alarm delay"
|
|
::= { opSensor20Entry 4219 }
|
|
|
|
sensor20AdjustOffset OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor20 adjust offset"
|
|
::= { opSensor20Entry 4220 }
|
|
|
|
sensor20CurrentPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor20 current phys. value"
|
|
::= { opSensor20Entry 4221 }
|
|
|
|
opSensor21Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpSensor21Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opSensor21"
|
|
::= { opSensor21 1 }
|
|
|
|
opSensor21Entry OBJECT-TYPE
|
|
SYNTAX OpSensor21Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opSensor21"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opSensor21Table 1 }
|
|
|
|
OpSensor21Entry ::= SEQUENCE {
|
|
sensor21AlarmDelay Unsigned32,
|
|
sensor21FailureAlarmDelay Unsigned32,
|
|
sensor21AdjustOffset Integer32,
|
|
sensor21CurrentPhysValue Integer32
|
|
}
|
|
|
|
sensor21AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor21 alarm delay"
|
|
::= { opSensor21Entry 4317 }
|
|
|
|
sensor21FailureAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor21 failure alarm delay"
|
|
::= { opSensor21Entry 4319 }
|
|
|
|
sensor21AdjustOffset OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor21 adjust offset"
|
|
::= { opSensor21Entry 4320 }
|
|
|
|
sensor21CurrentPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor21 current phys. value"
|
|
::= { opSensor21Entry 4321 }
|
|
|
|
opExtAlarms1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpExtAlarms1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opExtAlarms1"
|
|
::= { opExtAlarms1 1 }
|
|
|
|
opExtAlarms1Entry OBJECT-TYPE
|
|
SYNTAX OpExtAlarms1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opExtAlarms1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opExtAlarms1Table 1 }
|
|
|
|
OpExtAlarms1Entry ::= SEQUENCE {
|
|
extAlarm1Delay Unsigned32,
|
|
extAlarm1Text0 Unsigned32
|
|
}
|
|
|
|
extAlarm1Delay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..250)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm1 delay"
|
|
::= { opExtAlarms1Entry 7510 }
|
|
|
|
extAlarm1Text0 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (32..125)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm1 text 0"
|
|
::= { opExtAlarms1Entry 7511 }
|
|
|
|
opExtAlarms2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpExtAlarms2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opExtAlarms2"
|
|
::= { opExtAlarms2 1 }
|
|
|
|
opExtAlarms2Entry OBJECT-TYPE
|
|
SYNTAX OpExtAlarms2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opExtAlarms2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opExtAlarms2Table 1 }
|
|
|
|
OpExtAlarms2Entry ::= SEQUENCE {
|
|
extAlarm2Delay Unsigned32,
|
|
extAlarm2Text0 Unsigned32
|
|
}
|
|
|
|
extAlarm2Delay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..250)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm2 delay"
|
|
::= { opExtAlarms2Entry 7610 }
|
|
|
|
extAlarm2Text0 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (32..125)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm2 text 0"
|
|
::= { opExtAlarms2Entry 7611 }
|
|
|
|
opExtAlarms3Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpExtAlarms3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opExtAlarms3"
|
|
::= { opExtAlarms3 1 }
|
|
|
|
opExtAlarms3Entry OBJECT-TYPE
|
|
SYNTAX OpExtAlarms3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opExtAlarms3"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opExtAlarms3Table 1 }
|
|
|
|
OpExtAlarms3Entry ::= SEQUENCE {
|
|
extAlarm3Delay Unsigned32,
|
|
extAlarm3Text0 Unsigned32
|
|
}
|
|
|
|
extAlarm3Delay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..250)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm3 delay"
|
|
::= { opExtAlarms3Entry 7710 }
|
|
|
|
extAlarm3Text0 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (32..125)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm3 text 0"
|
|
::= { opExtAlarms3Entry 7711 }
|
|
|
|
opExtAlarms4Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpExtAlarms4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opExtAlarms4"
|
|
::= { opExtAlarms4 1 }
|
|
|
|
opExtAlarms4Entry OBJECT-TYPE
|
|
SYNTAX OpExtAlarms4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opExtAlarms4"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opExtAlarms4Table 1 }
|
|
|
|
OpExtAlarms4Entry ::= SEQUENCE {
|
|
extAlarm4Delay Unsigned32,
|
|
extAlarm4Text0 Unsigned32
|
|
}
|
|
|
|
extAlarm4Delay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..250)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm4 delay"
|
|
::= { opExtAlarms4Entry 7810 }
|
|
|
|
extAlarm4Text0 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (32..125)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm4 text 0"
|
|
::= { opExtAlarms4Entry 7811 }
|
|
|
|
opExtAlarms5Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpExtAlarms5Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opExtAlarms5"
|
|
::= { opExtAlarms5 1 }
|
|
|
|
opExtAlarms5Entry OBJECT-TYPE
|
|
SYNTAX OpExtAlarms5Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opExtAlarms5"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opExtAlarms5Table 1 }
|
|
|
|
OpExtAlarms5Entry ::= SEQUENCE {
|
|
extAlarm5Delay Unsigned32,
|
|
extAlarm5Text0 Unsigned32
|
|
}
|
|
|
|
extAlarm5Delay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..250)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm5 delay"
|
|
::= { opExtAlarms5Entry 7910 }
|
|
|
|
extAlarm5Text0 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (32..125)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm5 text 0"
|
|
::= { opExtAlarms5Entry 7911 }
|
|
|
|
opExtAlarms6Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpExtAlarms6Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opExtAlarms6"
|
|
::= { opExtAlarms6 1 }
|
|
|
|
opExtAlarms6Entry OBJECT-TYPE
|
|
SYNTAX OpExtAlarms6Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opExtAlarms6"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opExtAlarms6Table 1 }
|
|
|
|
OpExtAlarms6Entry ::= SEQUENCE {
|
|
extAlarm6Delay Unsigned32,
|
|
extAlarm6Text0 Unsigned32
|
|
}
|
|
|
|
extAlarm6Delay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..250)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm6 delay"
|
|
::= { opExtAlarms6Entry 8010 }
|
|
|
|
extAlarm6Text0 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (32..125)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm6 text 0"
|
|
::= { opExtAlarms6Entry 8011 }
|
|
|
|
opExtAlarms7Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpExtAlarms7Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opExtAlarms7"
|
|
::= { opExtAlarms7 1 }
|
|
|
|
opExtAlarms7Entry OBJECT-TYPE
|
|
SYNTAX OpExtAlarms7Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opExtAlarms7"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opExtAlarms7Table 1 }
|
|
|
|
OpExtAlarms7Entry ::= SEQUENCE {
|
|
extAlarm7Delay Unsigned32,
|
|
extAlarm7Text0 Unsigned32
|
|
}
|
|
|
|
extAlarm7Delay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..250)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm7 delay"
|
|
::= { opExtAlarms7Entry 8110 }
|
|
|
|
extAlarm7Text0 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (32..125)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm7 text 0"
|
|
::= { opExtAlarms7Entry 8111 }
|
|
|
|
opExtAlarms8Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpExtAlarms8Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opExtAlarms8"
|
|
::= { opExtAlarms8 1 }
|
|
|
|
opExtAlarms8Entry OBJECT-TYPE
|
|
SYNTAX OpExtAlarms8Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opExtAlarms8"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opExtAlarms8Table 1 }
|
|
|
|
OpExtAlarms8Entry ::= SEQUENCE {
|
|
extAlarm8Delay Unsigned32,
|
|
extAlarm8Text0 Unsigned32
|
|
}
|
|
|
|
extAlarm8Delay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..250)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm8 delay"
|
|
::= { opExtAlarms8Entry 8210 }
|
|
|
|
extAlarm8Text0 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (32..125)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm8 text 0"
|
|
::= { opExtAlarms8Entry 8211 }
|
|
|
|
opExtAlarms9Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpExtAlarms9Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opExtAlarms9"
|
|
::= { opExtAlarms9 1 }
|
|
|
|
opExtAlarms9Entry OBJECT-TYPE
|
|
SYNTAX OpExtAlarms9Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opExtAlarms9"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opExtAlarms9Table 1 }
|
|
|
|
OpExtAlarms9Entry ::= SEQUENCE {
|
|
extAlarm9Delay Unsigned32,
|
|
extAlarm9Text0 Unsigned32
|
|
}
|
|
|
|
extAlarm9Delay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..250)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm9 delay"
|
|
::= { opExtAlarms9Entry 8310 }
|
|
|
|
extAlarm9Text0 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (32..125)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm9 text 0"
|
|
::= { opExtAlarms9Entry 8311 }
|
|
|
|
opExtAlarms10Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpExtAlarms10Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opExtAlarms10"
|
|
::= { opExtAlarms10 1 }
|
|
|
|
opExtAlarms10Entry OBJECT-TYPE
|
|
SYNTAX OpExtAlarms10Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opExtAlarms10"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opExtAlarms10Table 1 }
|
|
|
|
OpExtAlarms10Entry ::= SEQUENCE {
|
|
extAlarm10Delay Unsigned32,
|
|
extAlarm10Text0 Unsigned32
|
|
}
|
|
|
|
extAlarm10Delay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..250)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm10 delay"
|
|
::= { opExtAlarms10Entry 8410 }
|
|
|
|
extAlarm10Text0 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (32..125)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm10 text 0"
|
|
::= { opExtAlarms10Entry 8411 }
|
|
|
|
opUnitalarmsTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OpUnitalarmsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu opUnitalarms"
|
|
::= { opUnitalarms 1 }
|
|
|
|
opUnitalarmsEntry OBJECT-TYPE
|
|
SYNTAX OpUnitalarmsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu opUnitalarms"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { opUnitalarmsTable 1 }
|
|
|
|
OpUnitalarmsEntry ::= SEQUENCE {
|
|
busalarmdelay Unsigned32,
|
|
busadrconflictdelay Unsigned32,
|
|
fireAlarmDelay Unsigned32,
|
|
waterAlarmDelay Unsigned32,
|
|
phaseAlarmDelay Unsigned32,
|
|
waterflowAlarmDelay Unsigned32,
|
|
freezeAlarmDelay Unsigned32,
|
|
roomHighPressureAlarmDelay Unsigned32
|
|
}
|
|
|
|
busalarmdelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..300)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"busalarmdelay"
|
|
::= { opUnitalarmsEntry 17 }
|
|
|
|
busadrconflictdelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..300)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"busadrconflictdelay"
|
|
::= { opUnitalarmsEntry 19 }
|
|
|
|
fireAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fire alarm delay"
|
|
::= { opUnitalarmsEntry 1712 }
|
|
|
|
waterAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"water alarm delay"
|
|
::= { opUnitalarmsEntry 1714 }
|
|
|
|
phaseAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"phase alarm delay"
|
|
::= { opUnitalarmsEntry 1716 }
|
|
|
|
waterflowAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"waterflow alarm delay"
|
|
::= { opUnitalarmsEntry 1720 }
|
|
|
|
freezeAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"freeze alarm delay"
|
|
::= { opUnitalarmsEntry 1721 }
|
|
|
|
roomHighPressureAlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"room high pressure alarm delay"
|
|
::= { opUnitalarmsEntry 10313 }
|
|
|
|
confCtrlAirTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfCtrlAirEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confCtrlAir"
|
|
::= { confCtrlAir 4 }
|
|
|
|
confCtrlAirEntry OBJECT-TYPE
|
|
SYNTAX ConfCtrlAirEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confCtrlAir"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confCtrlAirTable 1 }
|
|
|
|
ConfCtrlAirEntry ::= SEQUENCE {
|
|
unitControlType Unsigned32
|
|
}
|
|
|
|
unitControlType OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit control type"
|
|
::= { confCtrlAirEntry 1183 }
|
|
|
|
confCtrlTemperatureTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfCtrlTemperatureEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confCtrlTemperature"
|
|
::= { confCtrlTemperature 1 }
|
|
|
|
confCtrlTemperatureEntry OBJECT-TYPE
|
|
SYNTAX ConfCtrlTemperatureEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confCtrlTemperature"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confCtrlTemperatureTable 1 }
|
|
|
|
ConfCtrlTemperatureEntry ::= SEQUENCE {
|
|
limitedControlStartTemperature Integer32,
|
|
limitedControlLiangeTemperature Integer32,
|
|
unitIntegralFactor Unsigned32,
|
|
limitedControlStartTemperature2 Integer32,
|
|
unitOverloadSwitchOnByTemp Integer32,
|
|
limitReturnAirTehAlarmPriorities Unsigned32,
|
|
limitReturnAirTeAlarmPriorities Unsigned32,
|
|
limitSupplyAirTehAlarmPriorities Unsigned32,
|
|
limitSupplyAirTeAlarmPriorities Unsigned32,
|
|
limitReturnAirTeommonAlarmConfig Unsigned32,
|
|
limitReturnAirTemmonAlarmConfig Unsigned32,
|
|
limitSupplyAirTeommonAlarmConfig Unsigned32,
|
|
limitSupplyAirTemmonAlarmConfig Unsigned32
|
|
}
|
|
|
|
limitedControlStartTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (0..400)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limited control: start temperature"
|
|
::= { confCtrlTemperatureEntry 1184 }
|
|
|
|
limitedControlLiangeTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limited control: lineary range temperature"
|
|
::= { confCtrlTemperatureEntry 1185 }
|
|
|
|
unitIntegralFactor OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..10)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit integral factor"
|
|
::= { confCtrlTemperatureEntry 1190 }
|
|
|
|
limitedControlStartTemperature2 OBJECT-TYPE
|
|
SYNTAX Integer32 (0..400)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limited control: start temperature 2"
|
|
::= { confCtrlTemperatureEntry 1228 }
|
|
|
|
unitOverloadSwitchOnByTemp OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit overload switch on by temp"
|
|
::= { confCtrlTemperatureEntry 2251 }
|
|
|
|
limitReturnAirTehAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, return air temp. too high alarm priorities"
|
|
::= { confCtrlTemperatureEntry 2252 }
|
|
|
|
limitReturnAirTeAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, return air temp. too low alarm priorities"
|
|
::= { confCtrlTemperatureEntry 2254 }
|
|
|
|
limitSupplyAirTehAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, supply air temp. too high alarm priorities"
|
|
::= { confCtrlTemperatureEntry 2256 }
|
|
|
|
limitSupplyAirTeAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, supply air temp. too low alarm priorities"
|
|
::= { confCtrlTemperatureEntry 2258 }
|
|
|
|
limitReturnAirTeommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, return air temp. too high common alarm config"
|
|
::= { confCtrlTemperatureEntry 2284 }
|
|
|
|
limitReturnAirTemmonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, return air temp. too low common alarm config"
|
|
::= { confCtrlTemperatureEntry 2285 }
|
|
|
|
limitSupplyAirTeommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, supply air temp. too high common alarm config"
|
|
::= { confCtrlTemperatureEntry 2286 }
|
|
|
|
limitSupplyAirTemmonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, supply air temp. too low common alarm config"
|
|
::= { confCtrlTemperatureEntry 2287 }
|
|
|
|
confCtrlHumidityTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfCtrlHumidityEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confCtrlHumidity"
|
|
::= { confCtrlHumidity 1 }
|
|
|
|
confCtrlHumidityEntry OBJECT-TYPE
|
|
SYNTAX ConfCtrlHumidityEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confCtrlHumidity"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confCtrlHumidityTable 1 }
|
|
|
|
ConfCtrlHumidityEntry ::= SEQUENCE {
|
|
limitedControlStartHumidity Unsigned32,
|
|
limitedControlLiaryRangeHumidity Unsigned32,
|
|
limitReturnAirHuAlarmPriorities Unsigned32,
|
|
limitReturnAirHuwAlarmPriorities Unsigned32,
|
|
limitSupplyAirHuAlarmPriorities Unsigned32,
|
|
limitSupplyAirHuwAlarmPriorities Unsigned32,
|
|
unitOverloadSwitchOnByHumidity Integer32,
|
|
limitReturnAirHummonAlarmConfig Unsigned32,
|
|
limitReturnAirHuommonAlarmConfig Unsigned32,
|
|
limitSupplyAirHummonAlarmConfig Unsigned32,
|
|
limitSupplyAirHuommonAlarmConfig Unsigned32
|
|
}
|
|
|
|
limitedControlStartHumidity OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..900)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limited control: start humidity"
|
|
::= { confCtrlHumidityEntry 1186 }
|
|
|
|
limitedControlLiaryRangeHumidity OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limited control: lineary range humidity"
|
|
::= { confCtrlHumidityEntry 1187 }
|
|
|
|
limitReturnAirHuAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, return air humid. too high alarm priorities"
|
|
::= { confCtrlHumidityEntry 2264 }
|
|
|
|
limitReturnAirHuwAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, return air humid. too low alarm priorities"
|
|
::= { confCtrlHumidityEntry 2266 }
|
|
|
|
limitSupplyAirHuAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, supply air humid. too high alarm priorities"
|
|
::= { confCtrlHumidityEntry 2268 }
|
|
|
|
limitSupplyAirHuwAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, supply air humid. too low alarm priorities"
|
|
::= { confCtrlHumidityEntry 2270 }
|
|
|
|
unitOverloadSwitchOnByHumidity OBJECT-TYPE
|
|
SYNTAX Integer32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit overload switch on by humidity"
|
|
::= { confCtrlHumidityEntry 2275 }
|
|
|
|
limitReturnAirHummonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, return air humid. too high common alarm config"
|
|
::= { confCtrlHumidityEntry 2290 }
|
|
|
|
limitReturnAirHuommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, return air humid. too low common alarm config"
|
|
::= { confCtrlHumidityEntry 2291 }
|
|
|
|
limitSupplyAirHummonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, supply air humid. too high common alarm config"
|
|
::= { confCtrlHumidityEntry 2292 }
|
|
|
|
limitSupplyAirHuommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, supply air humid. too low common alarm config"
|
|
::= { confCtrlHumidityEntry 2293 }
|
|
|
|
confCtrlWaterTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfCtrlWaterEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confCtrlWater"
|
|
::= { confCtrlWater 1 }
|
|
|
|
confCtrlWaterEntry OBJECT-TYPE
|
|
SYNTAX ConfCtrlWaterEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confCtrlWater"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confCtrlWaterTable 1 }
|
|
|
|
ConfCtrlWaterEntry ::= SEQUENCE {
|
|
limitWaterTempTohAlarmPriorities Unsigned32,
|
|
limitWaterTempToAlarmPriorities Unsigned32,
|
|
limitWaterTempToommonAlarmConfig Unsigned32,
|
|
limitWaterTempTommonAlarmConfig Unsigned32
|
|
}
|
|
|
|
limitWaterTempTohAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, water temp. too high alarm priorities"
|
|
::= { confCtrlWaterEntry 2260 }
|
|
|
|
limitWaterTempToAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, water temp. too low alarm priorities"
|
|
::= { confCtrlWaterEntry 2262 }
|
|
|
|
limitWaterTempToommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, water temp. too high common alarm config"
|
|
::= { confCtrlWaterEntry 2288 }
|
|
|
|
limitWaterTempTommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit, water temp. too low common alarm config"
|
|
::= { confCtrlWaterEntry 2289 }
|
|
|
|
confCtrlMiscParametersTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfCtrlMiscParametersEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confCtrlMiscParameters"
|
|
::= { confCtrlMiscParameters 1 }
|
|
|
|
confCtrlMiscParametersEntry OBJECT-TYPE
|
|
SYNTAX ConfCtrlMiscParametersEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confCtrlMiscParameters"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confCtrlMiscParametersTable 1 }
|
|
|
|
ConfCtrlMiscParametersEntry ::= SEQUENCE {
|
|
cW2ChangeOver Unsigned32,
|
|
cW2ChangeOverState Unsigned32,
|
|
oTEModeOff Unsigned32,
|
|
unitStartByRemoteOnOff Unsigned32,
|
|
unitCoolingPriority Unsigned32,
|
|
unitStartDelay Unsigned32,
|
|
autoRestartAfterPhaseAlarm Unsigned32
|
|
}
|
|
|
|
cW2ChangeOver OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CW2 change-over"
|
|
::= { confCtrlMiscParametersEntry 1025 }
|
|
|
|
cW2ChangeOverState OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CW2 change-over state"
|
|
::= { confCtrlMiscParametersEntry 1026 }
|
|
|
|
oTEModeOff OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"OTE-mode off"
|
|
::= { confCtrlMiscParametersEntry 1027 }
|
|
|
|
unitStartByRemoteOnOff OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit start by remote-on/off"
|
|
::= { confCtrlMiscParametersEntry 1028 }
|
|
|
|
unitCoolingPriority OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..2)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit cooling priority"
|
|
::= { confCtrlMiscParametersEntry 1198 }
|
|
|
|
unitStartDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit start delay"
|
|
::= { confCtrlMiscParametersEntry 1205 }
|
|
|
|
autoRestartAfterPhaseAlarm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"auto-restart after phase alarm"
|
|
::= { confCtrlMiscParametersEntry 1746 }
|
|
|
|
confCtrlGEOperationTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfCtrlGEOperationEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confCtrlGEOperation"
|
|
::= { confCtrlGEOperation 1 }
|
|
|
|
confCtrlGEOperationEntry OBJECT-TYPE
|
|
SYNTAX ConfCtrlGEOperationEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confCtrlGEOperation"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confCtrlGEOperationTable 1 }
|
|
|
|
ConfCtrlGEOperationEntry ::= SEQUENCE {
|
|
unitWinterModeStarttemp Integer32,
|
|
unitWinterModeHysteresis Integer32,
|
|
outsideTemperatureForPressure Integer32,
|
|
gradientForPressure Integer32
|
|
}
|
|
|
|
unitWinterModeStarttemp OBJECT-TYPE
|
|
SYNTAX Integer32 (50..350)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit winter-mode starttemp"
|
|
::= { confCtrlGEOperationEntry 1188 }
|
|
|
|
unitWinterModeHysteresis OBJECT-TYPE
|
|
SYNTAX Integer32 (10..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit winter-mode hysteresis"
|
|
::= { confCtrlGEOperationEntry 1189 }
|
|
|
|
outsideTemperatureForPressure OBJECT-TYPE
|
|
SYNTAX Integer32 (50..350)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"outside temperature for pressure "
|
|
::= { confCtrlGEOperationEntry 1199 }
|
|
|
|
gradientForPressure OBJECT-TYPE
|
|
SYNTAX Integer32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"gradient for pressure "
|
|
::= { confCtrlGEOperationEntry 1200 }
|
|
|
|
confCtrlChillerFreecoolingTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfCtrlChillerFreecoolingEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confCtrlChillerFreecooling"
|
|
::= { confCtrlChillerFreecooling 1 }
|
|
|
|
confCtrlChillerFreecoolingEntry OBJECT-TYPE
|
|
SYNTAX ConfCtrlChillerFreecoolingEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confCtrlChillerFreecooling"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confCtrlChillerFreecoolingTable 1 }
|
|
|
|
ConfCtrlChillerFreecoolingEntry ::= SEQUENCE {
|
|
freecoolingConfig Unsigned32,
|
|
freecoolingValveOpeningGrade Unsigned32,
|
|
freecoolingValveGradient Unsigned32,
|
|
freecoolingStopTemperature Integer32
|
|
}
|
|
|
|
freecoolingConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"freecooling config"
|
|
::= { confCtrlChillerFreecoolingEntry 10100 }
|
|
|
|
freecoolingValveOpeningGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"freecooling valve opening grade"
|
|
::= { confCtrlChillerFreecoolingEntry 10110 }
|
|
|
|
freecoolingValveGradient OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"freecooling valve gradient"
|
|
::= { confCtrlChillerFreecoolingEntry 10111 }
|
|
|
|
freecoolingStopTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"freecooling stop temperature"
|
|
::= { confCtrlChillerFreecoolingEntry 10112 }
|
|
|
|
confCtrlAEoperationTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfCtrlAEoperationEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confCtrlAEoperation"
|
|
::= { confCtrlAEoperation 1 }
|
|
|
|
confCtrlAEoperationEntry OBJECT-TYPE
|
|
SYNTAX ConfCtrlAEoperationEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confCtrlAEoperation"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confCtrlAEoperationTable 1 }
|
|
|
|
ConfCtrlAEoperationEntry ::= SEQUENCE {
|
|
aEControlActive Unsigned32,
|
|
forceSummerMode Unsigned32,
|
|
actionOnHumidityTooHighAlarm Unsigned32,
|
|
actionOnWaterAlarm Unsigned32,
|
|
fanStartDelay Unsigned32
|
|
}
|
|
|
|
aEControlActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"AE control active"
|
|
::= { confCtrlAEoperationEntry 10300 }
|
|
|
|
forceSummerMode OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"force summer mode"
|
|
::= { confCtrlAEoperationEntry 10303 }
|
|
|
|
actionOnHumidityTooHighAlarm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"action on humidity too high alarm"
|
|
::= { confCtrlAEoperationEntry 10304 }
|
|
|
|
actionOnWaterAlarm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"action on water alarm"
|
|
::= { confCtrlAEoperationEntry 10305 }
|
|
|
|
fanStartDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan start delay"
|
|
::= { confCtrlAEoperationEntry 10314 }
|
|
|
|
confCompressor1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfCompressor1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confCompressor1"
|
|
::= { confCompressor1 1 }
|
|
|
|
confCompressor1Entry OBJECT-TYPE
|
|
SYNTAX ConfCompressor1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confCompressor1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confCompressor1Table 1 }
|
|
|
|
ConfCompressor1Entry ::= SEQUENCE {
|
|
compressor1ConfigActive Unsigned32,
|
|
compr1CommonAlarmConfig Unsigned32,
|
|
compr1LowPressCommonAlarmConfig Unsigned32,
|
|
compr1DigitalOut Unsigned32,
|
|
compr1AlarmDigitalIn Unsigned32,
|
|
compr1AlarmPriorities Unsigned32,
|
|
compr1LowPressDigitalIn Unsigned32,
|
|
compr1LowPressAlarmPriorities Unsigned32,
|
|
compr1LowPressManagTime Unsigned32,
|
|
compr1LowPressManagPress Unsigned32,
|
|
compr1LowPressManagRestarts Unsigned32,
|
|
compr1HighPressManagTime Unsigned32,
|
|
compr1HighPressManagPress Unsigned32,
|
|
compr1HighPressManagRestarts Unsigned32,
|
|
compr1HighPressManagMode Unsigned32
|
|
}
|
|
|
|
compressor1ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor1 config. active"
|
|
::= { confCompressor1Entry 4400 }
|
|
|
|
compr1CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.1 common alarm config"
|
|
::= { confCompressor1Entry 4407 }
|
|
|
|
compr1LowPressCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.1 low press. common alarm config"
|
|
::= { confCompressor1Entry 4408 }
|
|
|
|
compr1DigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.1 digital out"
|
|
::= { confCompressor1Entry 4420 }
|
|
|
|
compr1AlarmDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.1 alarm digital in"
|
|
::= { confCompressor1Entry 4421 }
|
|
|
|
compr1AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.1 alarm priorities"
|
|
::= { confCompressor1Entry 4422 }
|
|
|
|
compr1LowPressDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.1 low press. Digital in"
|
|
::= { confCompressor1Entry 4424 }
|
|
|
|
compr1LowPressAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.1 low press. Alarm priorities"
|
|
::= { confCompressor1Entry 4425 }
|
|
|
|
compr1LowPressManagTime OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.1 low press manag. time"
|
|
::= { confCompressor1Entry 4429 }
|
|
|
|
compr1LowPressManagPress OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.1 low press manag. press."
|
|
::= { confCompressor1Entry 4430 }
|
|
|
|
compr1LowPressManagRestarts OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..10)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.1 low press manag. restarts"
|
|
::= { confCompressor1Entry 4431 }
|
|
|
|
compr1HighPressManagTime OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.1 high press manag. time"
|
|
::= { confCompressor1Entry 4432 }
|
|
|
|
compr1HighPressManagPress OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..350)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.1 high press manag. press."
|
|
::= { confCompressor1Entry 4433 }
|
|
|
|
compr1HighPressManagRestarts OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..10)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.1 high press manag. restarts"
|
|
::= { confCompressor1Entry 4434 }
|
|
|
|
compr1HighPressManagMode OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..1)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.1 high press manag. mode"
|
|
::= { confCompressor1Entry 4435 }
|
|
|
|
confCompressor2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfCompressor2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confCompressor2"
|
|
::= { confCompressor2 1 }
|
|
|
|
confCompressor2Entry OBJECT-TYPE
|
|
SYNTAX ConfCompressor2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confCompressor2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confCompressor2Table 1 }
|
|
|
|
ConfCompressor2Entry ::= SEQUENCE {
|
|
compressor2ConfigActive Unsigned32,
|
|
compr2CommonAlarmConfig Unsigned32,
|
|
compr2LowPressCommonAlarmConfig Unsigned32,
|
|
compr2DigitalOut Unsigned32,
|
|
compr2AlarmDigitalIn Unsigned32,
|
|
compr2AlarmPriorities Unsigned32,
|
|
compr2LowPressDigitalIn Unsigned32,
|
|
compr2LowPressAlarmPriorities Unsigned32,
|
|
compr2LowPressManagTime Unsigned32,
|
|
compr2LowPressManagPress Unsigned32,
|
|
compr2LowPressManagRestarts Unsigned32,
|
|
compr2HighPressManagTime Unsigned32,
|
|
compr2HighPressManagPress Unsigned32,
|
|
compr2HighPressManagRestarts Unsigned32,
|
|
compr2HighPressManagMode Unsigned32
|
|
}
|
|
|
|
compressor2ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 2 config. active"
|
|
::= { confCompressor2Entry 4500 }
|
|
|
|
compr2CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 2 common alarm config"
|
|
::= { confCompressor2Entry 4507 }
|
|
|
|
compr2LowPressCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 2 low press. common alarm config"
|
|
::= { confCompressor2Entry 4508 }
|
|
|
|
compr2DigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 2 digital out"
|
|
::= { confCompressor2Entry 4520 }
|
|
|
|
compr2AlarmDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 2 alarm digital in"
|
|
::= { confCompressor2Entry 4521 }
|
|
|
|
compr2AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 2 alarm priorities"
|
|
::= { confCompressor2Entry 4522 }
|
|
|
|
compr2LowPressDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 2 low press. Digital in"
|
|
::= { confCompressor2Entry 4524 }
|
|
|
|
compr2LowPressAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 2 low press. Alarm priorities"
|
|
::= { confCompressor2Entry 4525 }
|
|
|
|
compr2LowPressManagTime OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.2 low press manag. time"
|
|
::= { confCompressor2Entry 4529 }
|
|
|
|
compr2LowPressManagPress OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.2 low press manag. press."
|
|
::= { confCompressor2Entry 4530 }
|
|
|
|
compr2LowPressManagRestarts OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..10)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.2 low press manag. restarts"
|
|
::= { confCompressor2Entry 4531 }
|
|
|
|
compr2HighPressManagTime OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.2 high press manag. time"
|
|
::= { confCompressor2Entry 4532 }
|
|
|
|
compr2HighPressManagPress OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..350)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.2 high press manag. press."
|
|
::= { confCompressor2Entry 4533 }
|
|
|
|
compr2HighPressManagRestarts OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..10)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.2 high press manag. restarts"
|
|
::= { confCompressor2Entry 4534 }
|
|
|
|
compr2HighPressManagMode OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..1)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.2 high press manag. mode"
|
|
::= { confCompressor2Entry 4535 }
|
|
|
|
confCompressor3Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfCompressor3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confCompressor3"
|
|
::= { confCompressor3 1 }
|
|
|
|
confCompressor3Entry OBJECT-TYPE
|
|
SYNTAX ConfCompressor3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confCompressor3"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confCompressor3Table 1 }
|
|
|
|
ConfCompressor3Entry ::= SEQUENCE {
|
|
compressor3ConfigActive Unsigned32,
|
|
compr3CommonAlarmConfig Unsigned32,
|
|
compr3DigitalOut Unsigned32,
|
|
compr3AlarmDigitalIn Unsigned32,
|
|
compr3AlarmPriorities Unsigned32,
|
|
compr3LowPressDigitalIn Unsigned32,
|
|
compr3LowPressAlarmPriorities Unsigned32,
|
|
compr4LowPressDigitalIn Unsigned32,
|
|
compr4LowPressAlarmPriorities Unsigned32,
|
|
compr5LowPressDigitalIn Unsigned32,
|
|
compr5LowPressAlarmPriorities Unsigned32,
|
|
compr6LowPressDigitalIn Unsigned32,
|
|
compr6LowPressAlarmPriorities Unsigned32
|
|
}
|
|
|
|
compressor3ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 3 config. active"
|
|
::= { confCompressor3Entry 9500 }
|
|
|
|
compr3CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 3 common alarm config"
|
|
::= { confCompressor3Entry 9507 }
|
|
|
|
compr3DigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 3 digital out"
|
|
::= { confCompressor3Entry 9520 }
|
|
|
|
compr3AlarmDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 3 alarm digital in"
|
|
::= { confCompressor3Entry 9521 }
|
|
|
|
compr3AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 3 alarm priorities"
|
|
::= { confCompressor3Entry 9522 }
|
|
|
|
compr3LowPressDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.3 low press. Digital in"
|
|
::= { confCompressor3Entry 9526 }
|
|
|
|
compr3LowPressAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.3 low press. Alarm priorities"
|
|
::= { confCompressor3Entry 9527 }
|
|
|
|
compr4LowPressDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.4 low press. Digital in"
|
|
::= { confCompressor3Entry 9626 }
|
|
|
|
compr4LowPressAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.4 low press. Alarm priorities"
|
|
::= { confCompressor3Entry 9627 }
|
|
|
|
compr5LowPressDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.5 low press. Digital in"
|
|
::= { confCompressor3Entry 9726 }
|
|
|
|
compr5LowPressAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.5 low press. Alarm priorities"
|
|
::= { confCompressor3Entry 9727 }
|
|
|
|
compr6LowPressDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.6 low press. Digital in"
|
|
::= { confCompressor3Entry 9826 }
|
|
|
|
compr6LowPressAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.6 low press. Alarm priorities"
|
|
::= { confCompressor3Entry 9827 }
|
|
|
|
confCompressor4Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfCompressor4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confCompressor4"
|
|
::= { confCompressor4 1 }
|
|
|
|
confCompressor4Entry OBJECT-TYPE
|
|
SYNTAX ConfCompressor4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confCompressor4"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confCompressor4Table 1 }
|
|
|
|
ConfCompressor4Entry ::= SEQUENCE {
|
|
compressor4ConfigActive Unsigned32,
|
|
compr4CommonAlarmConfig Unsigned32,
|
|
compr4DigitalOut Unsigned32,
|
|
compr4AlarmDigitalIn Unsigned32,
|
|
compr4AlarmPriorities Unsigned32
|
|
}
|
|
|
|
compressor4ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 4 config. active"
|
|
::= { confCompressor4Entry 9600 }
|
|
|
|
compr4CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 4 common alarm config"
|
|
::= { confCompressor4Entry 9607 }
|
|
|
|
compr4DigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 4 digital out"
|
|
::= { confCompressor4Entry 9620 }
|
|
|
|
compr4AlarmDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 4 alarm digital in"
|
|
::= { confCompressor4Entry 9621 }
|
|
|
|
compr4AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 4 alarm priorities"
|
|
::= { confCompressor4Entry 9622 }
|
|
|
|
confCompressor5Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfCompressor5Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confCompressor5"
|
|
::= { confCompressor5 1 }
|
|
|
|
confCompressor5Entry OBJECT-TYPE
|
|
SYNTAX ConfCompressor5Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confCompressor5"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confCompressor5Table 1 }
|
|
|
|
ConfCompressor5Entry ::= SEQUENCE {
|
|
compressor5ConfigActive Unsigned32,
|
|
compr5CommonAlarmConfig Unsigned32,
|
|
compr5DigitalOut Unsigned32,
|
|
compr5AlarmDigitalIn Unsigned32,
|
|
compr5AlarmPriorities Unsigned32
|
|
}
|
|
|
|
compressor5ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 5 config. active"
|
|
::= { confCompressor5Entry 9700 }
|
|
|
|
compr5CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 5 common alarm config"
|
|
::= { confCompressor5Entry 9707 }
|
|
|
|
compr5DigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 5 digital out"
|
|
::= { confCompressor5Entry 9720 }
|
|
|
|
compr5AlarmDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 5 alarm digital in"
|
|
::= { confCompressor5Entry 9721 }
|
|
|
|
compr5AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 5 alarm priorities"
|
|
::= { confCompressor5Entry 9722 }
|
|
|
|
confCompressor6Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfCompressor6Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confCompressor6"
|
|
::= { confCompressor6 1 }
|
|
|
|
confCompressor6Entry OBJECT-TYPE
|
|
SYNTAX ConfCompressor6Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confCompressor6"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confCompressor6Table 1 }
|
|
|
|
ConfCompressor6Entry ::= SEQUENCE {
|
|
compressor6ConfigActive Unsigned32,
|
|
compr6CommonAlarmConfig Unsigned32,
|
|
compr6DigitalOut Unsigned32,
|
|
compr6AlarmDigitalIn Unsigned32,
|
|
compr6AlarmPriorities Unsigned32
|
|
}
|
|
|
|
compressor6ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compressor 6 config. active"
|
|
::= { confCompressor6Entry 9800 }
|
|
|
|
compr6CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 6 common alarm config"
|
|
::= { confCompressor6Entry 9807 }
|
|
|
|
compr6DigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 6 digital out"
|
|
::= { confCompressor6Entry 9820 }
|
|
|
|
compr6AlarmDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 6 alarm digital in"
|
|
::= { confCompressor6Entry 9821 }
|
|
|
|
compr6AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 6 alarm priorities"
|
|
::= { confCompressor6Entry 9822 }
|
|
|
|
confSuctionValvesTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfSuctionValvesEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confSuctionValves"
|
|
::= { confSuctionValves 1 }
|
|
|
|
confSuctionValvesEntry OBJECT-TYPE
|
|
SYNTAX ConfSuctionValvesEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confSuctionValves"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confSuctionValvesTable 1 }
|
|
|
|
ConfSuctionValvesEntry ::= SEQUENCE {
|
|
suctionvalve1ConfigActive Unsigned32,
|
|
suctionvalve1AnalogOut Unsigned32,
|
|
suctionvalve2ConfigActive Unsigned32,
|
|
suctionvalve2AnalogOut Unsigned32
|
|
}
|
|
|
|
suctionvalve1ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"suctionvalve1 config. Active"
|
|
::= { confSuctionValvesEntry 4600 }
|
|
|
|
suctionvalve1AnalogOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"suctionvalve1 analog out"
|
|
::= { confSuctionValvesEntry 4610 }
|
|
|
|
suctionvalve2ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"suctionvalve2 config. Active"
|
|
::= { confSuctionValvesEntry 4700 }
|
|
|
|
suctionvalve2AnalogOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"suctionvalve2 analog out"
|
|
::= { confSuctionValvesEntry 4710 }
|
|
|
|
confGECWValveTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfGECWValveEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confGECWValve"
|
|
::= { confGECWValve 1 }
|
|
|
|
confGECWValveEntry OBJECT-TYPE
|
|
SYNTAX ConfGECWValveEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confGECWValve"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confGECWValveTable 1 }
|
|
|
|
ConfGECWValveEntry ::= SEQUENCE {
|
|
gECWValveConfigActive Unsigned32,
|
|
gECWValveCloseWithComprStart Unsigned32,
|
|
gECWValveCloseIfWTOverSP Unsigned32,
|
|
gECWValveHeatingPermitted Unsigned32,
|
|
gECWValveAnalogOut1 Unsigned32,
|
|
gECWValveAnalogOut2 Unsigned32,
|
|
gECWValveDinForSwitch Unsigned32,
|
|
gECWValveOpeningGradeSetpoint Unsigned32,
|
|
gECWValveDoutForSwitch Unsigned32,
|
|
gECWValveOperationMode Unsigned32,
|
|
gECWValveOpeningve1DuringSwitch Unsigned32
|
|
}
|
|
|
|
gECWValveConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE/CW-valve config active"
|
|
::= { confGECWValveEntry 5200 }
|
|
|
|
gECWValveCloseWithComprStart OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE/CW-valve close with compr.-start"
|
|
::= { confGECWValveEntry 5202 }
|
|
|
|
gECWValveCloseIfWTOverSP OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE/CW-valve close if WT over SP"
|
|
::= { confGECWValveEntry 5203 }
|
|
|
|
gECWValveHeatingPermitted OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE/CW-valve heating permitted"
|
|
::= { confGECWValveEntry 5204 }
|
|
|
|
gECWValveAnalogOut1 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE/CW-valve analog out 1"
|
|
::= { confGECWValveEntry 5210 }
|
|
|
|
gECWValveAnalogOut2 OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE/CW-valve analog out 2"
|
|
::= { confGECWValveEntry 5216 }
|
|
|
|
gECWValveDinForSwitch OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE/CW-valve din for switch"
|
|
::= { confGECWValveEntry 5217 }
|
|
|
|
gECWValveOpeningGradeSetpoint OBJECT-TYPE
|
|
SYNTAX Unsigned32 (50..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE/CW-valve opening grade setpoint"
|
|
::= { confGECWValveEntry 5218 }
|
|
|
|
gECWValveDoutForSwitch OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE/CW-valve dout for switch"
|
|
::= { confGECWValveEntry 5222 }
|
|
|
|
gECWValveOperationMode OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..1)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE/CW-valve operation mode"
|
|
::= { confGECWValveEntry 5223 }
|
|
|
|
gECWValveOpeningve1DuringSwitch OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE/CW-valve opening grade of valve 1 during switch"
|
|
::= { confGECWValveEntry 5228 }
|
|
|
|
confGValveTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfGValveEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confGValve"
|
|
::= { confGValve 1 }
|
|
|
|
confGValveEntry OBJECT-TYPE
|
|
SYNTAX ConfGValveEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confGValve"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confGValveTable 1 }
|
|
|
|
ConfGValveEntry ::= SEQUENCE {
|
|
gValveConfigActive Unsigned32,
|
|
gValvePressureSetpoint Unsigned32,
|
|
gValveAnalogOut Unsigned32,
|
|
gValvePreOpeningTime Unsigned32,
|
|
gValvePreOpeningGrade Unsigned32,
|
|
gValveControlCycle Unsigned32,
|
|
gValveMaxAdjust Unsigned32,
|
|
gValveControlFactor Unsigned32,
|
|
gValveOpeningGradeMin Unsigned32
|
|
}
|
|
|
|
gValveConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"G-valve config active"
|
|
::= { confGValveEntry 5300 }
|
|
|
|
gValvePressureSetpoint OBJECT-TYPE
|
|
SYNTAX Unsigned32 (50..400)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"G-valve pressure setpoint"
|
|
::= { confGValveEntry 5308 }
|
|
|
|
gValveAnalogOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"G-valve analog out"
|
|
::= { confGValveEntry 5309 }
|
|
|
|
gValvePreOpeningTime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"G-valve pre opening time"
|
|
::= { confGValveEntry 5310 }
|
|
|
|
gValvePreOpeningGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"G-valve pre opening grade"
|
|
::= { confGValveEntry 5311 }
|
|
|
|
gValveControlCycle OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..10)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"G-valve control cycle"
|
|
::= { confGValveEntry 5316 }
|
|
|
|
gValveMaxAdjust OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..10)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"G-valve max adjust"
|
|
::= { confGValveEntry 5317 }
|
|
|
|
gValveControlFactor OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"G-valve control factor"
|
|
::= { confGValveEntry 5318 }
|
|
|
|
gValveOpeningGradeMin OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"G-valve opening grade min"
|
|
::= { confGValveEntry 5320 }
|
|
|
|
confHGBP1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfHGBP1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confHGBP1"
|
|
::= { confHGBP1 1 }
|
|
|
|
confHGBP1Entry OBJECT-TYPE
|
|
SYNTAX ConfHGBP1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confHGBP1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confHGBP1Table 1 }
|
|
|
|
ConfHGBP1Entry ::= SEQUENCE {
|
|
hgbp1ConfigActive Unsigned32,
|
|
hgbp1PFactor Unsigned32,
|
|
hgbp1IFactor Unsigned32,
|
|
hgbp1DFactor Unsigned32,
|
|
hgbp1ControlCycle Unsigned32,
|
|
hgbp1PreOpeningTime Unsigned32,
|
|
hgbp1PreOpeningGrade Unsigned32,
|
|
hgbp1MinOpeningGrade Unsigned32,
|
|
hgbp1MaxOpeningGrade Unsigned32,
|
|
hgbp1AnalogOut Unsigned32
|
|
}
|
|
|
|
hgbp1ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp1 config. active"
|
|
::= { confHGBP1Entry 9300 }
|
|
|
|
hgbp1PFactor OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp1 p-factor"
|
|
::= { confHGBP1Entry 9308 }
|
|
|
|
hgbp1IFactor OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp1 i-factor"
|
|
::= { confHGBP1Entry 9309 }
|
|
|
|
hgbp1DFactor OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp1 d-factor"
|
|
::= { confHGBP1Entry 9310 }
|
|
|
|
hgbp1ControlCycle OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..10)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp1 control cycle"
|
|
::= { confHGBP1Entry 9311 }
|
|
|
|
hgbp1PreOpeningTime OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..120)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp1 pre opening time"
|
|
::= { confHGBP1Entry 9312 }
|
|
|
|
hgbp1PreOpeningGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp1 pre opening grade"
|
|
::= { confHGBP1Entry 9313 }
|
|
|
|
hgbp1MinOpeningGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp1 min opening grade"
|
|
::= { confHGBP1Entry 9314 }
|
|
|
|
hgbp1MaxOpeningGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp1 max opening grade"
|
|
::= { confHGBP1Entry 9315 }
|
|
|
|
hgbp1AnalogOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp1 analog out"
|
|
::= { confHGBP1Entry 9316 }
|
|
|
|
confHGBP2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfHGBP2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confHGBP2"
|
|
::= { confHGBP2 1 }
|
|
|
|
confHGBP2Entry OBJECT-TYPE
|
|
SYNTAX ConfHGBP2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confHGBP2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confHGBP2Table 1 }
|
|
|
|
ConfHGBP2Entry ::= SEQUENCE {
|
|
hgbp2ConfigActive Unsigned32,
|
|
hgbp2PFactor Unsigned32,
|
|
hgbp2IFactor Unsigned32,
|
|
hgbp2DFactor Unsigned32,
|
|
hgbp2ControlCycle Unsigned32,
|
|
hgbp2PreOpeningTime Unsigned32,
|
|
hgbp2PreOpeningGrade Unsigned32,
|
|
hgbp2MinOpeningGrade Unsigned32,
|
|
hgbp2MaxOpeningGrade Unsigned32,
|
|
hgbp2AnalogOut Unsigned32
|
|
}
|
|
|
|
hgbp2ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp2 config. active"
|
|
::= { confHGBP2Entry 9400 }
|
|
|
|
hgbp2PFactor OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp2 p-factor"
|
|
::= { confHGBP2Entry 9408 }
|
|
|
|
hgbp2IFactor OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp2 i-factor"
|
|
::= { confHGBP2Entry 9409 }
|
|
|
|
hgbp2DFactor OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp2 d-factor"
|
|
::= { confHGBP2Entry 9410 }
|
|
|
|
hgbp2ControlCycle OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..10)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp2 control cycle"
|
|
::= { confHGBP2Entry 9411 }
|
|
|
|
hgbp2PreOpeningTime OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..120)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp2 pre opening time"
|
|
::= { confHGBP2Entry 9412 }
|
|
|
|
hgbp2PreOpeningGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp2 pre opening grade"
|
|
::= { confHGBP2Entry 9413 }
|
|
|
|
hgbp2MinOpeningGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp2 min opening grade"
|
|
::= { confHGBP2Entry 9414 }
|
|
|
|
hgbp2MaxOpeningGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp2 max opening grade"
|
|
::= { confHGBP2Entry 9415 }
|
|
|
|
hgbp2AnalogOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp2 analog out"
|
|
::= { confHGBP2Entry 9416 }
|
|
|
|
confEEV1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfEEV1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confEEV1"
|
|
::= { confEEV1 1 }
|
|
|
|
confEEV1Entry OBJECT-TYPE
|
|
SYNTAX ConfEEV1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confEEV1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confEEV1Table 1 }
|
|
|
|
ConfEEV1Entry ::= SEQUENCE {
|
|
eev1ConfigActive Unsigned32,
|
|
eev1BatterySupply Unsigned32,
|
|
eev1MOPControl Unsigned32,
|
|
eev1SuperheatControlMode Unsigned32,
|
|
eev1PressureSensommonAlarmConfig Unsigned32,
|
|
eev1TemperatureSmmonAlarmConfig Unsigned32,
|
|
eev1StepperMotorommonAlarmConfig Unsigned32,
|
|
eev1BatteryHoldingTime Unsigned32,
|
|
eev1Refrigerant Unsigned32,
|
|
eev1MOPTemperature Integer32,
|
|
eev1StartUpOpeningDuration Unsigned32,
|
|
eev1StartUpOpening Unsigned32,
|
|
eev1ValveType Unsigned32,
|
|
eev1SensorTypeEvorationgPressure Unsigned32,
|
|
eev1PressureSensorErrorAlarmprio Unsigned32,
|
|
eev1TemperatureSrErrorAlarmprio Unsigned32,
|
|
eev1StepperMotorErrorAlarmprio Unsigned32
|
|
}
|
|
|
|
eev1ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 config active"
|
|
::= { confEEV1Entry 8700 }
|
|
|
|
eev1BatterySupply OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 battery supply"
|
|
::= { confEEV1Entry 8701 }
|
|
|
|
eev1MOPControl OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 MOP control"
|
|
::= { confEEV1Entry 8702 }
|
|
|
|
eev1SuperheatControlMode OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 superheat control mode"
|
|
::= { confEEV1Entry 8703 }
|
|
|
|
eev1PressureSensommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 pressure sensor error common alarm config"
|
|
::= { confEEV1Entry 8708 }
|
|
|
|
eev1TemperatureSmmonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 temperature sensor error common alarm config"
|
|
::= { confEEV1Entry 8709 }
|
|
|
|
eev1StepperMotorommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 stepper motor error common alarm config"
|
|
::= { confEEV1Entry 8710 }
|
|
|
|
eev1BatteryHoldingTime OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..254)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 battery holding time"
|
|
::= { confEEV1Entry 8716 }
|
|
|
|
eev1Refrigerant OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..7)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 refrigerant"
|
|
::= { confEEV1Entry 8717 }
|
|
|
|
eev1MOPTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (-400..400)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 MOP temperature"
|
|
::= { confEEV1Entry 8718 }
|
|
|
|
eev1StartUpOpeningDuration OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..30)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 start-up opening duration"
|
|
::= { confEEV1Entry 8721 }
|
|
|
|
eev1StartUpOpening OBJECT-TYPE
|
|
SYNTAX Unsigned32 (10..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 start-up opening"
|
|
::= { confEEV1Entry 8722 }
|
|
|
|
eev1ValveType OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 valve type"
|
|
::= { confEEV1Entry 8723 }
|
|
|
|
eev1SensorTypeEvorationgPressure OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..3)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 sensor type evaporationg pressure"
|
|
::= { confEEV1Entry 8724 }
|
|
|
|
eev1PressureSensorErrorAlarmprio OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 pressure sensor error alarmprio"
|
|
::= { confEEV1Entry 8732 }
|
|
|
|
eev1TemperatureSrErrorAlarmprio OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 temperature sensor error alarmprio"
|
|
::= { confEEV1Entry 8733 }
|
|
|
|
eev1StepperMotorErrorAlarmprio OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 stepper motor error alarmprio"
|
|
::= { confEEV1Entry 8734 }
|
|
|
|
confEEV2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfEEV2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confEEV2"
|
|
::= { confEEV2 1 }
|
|
|
|
confEEV2Entry OBJECT-TYPE
|
|
SYNTAX ConfEEV2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confEEV2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confEEV2Table 1 }
|
|
|
|
ConfEEV2Entry ::= SEQUENCE {
|
|
eev2ConfigActive Unsigned32,
|
|
eev2BatterySupply Unsigned32,
|
|
eev2MOPControl Unsigned32,
|
|
eev2SuperheatControlMode Unsigned32,
|
|
eev2PressureSensommonAlarmConfig Unsigned32,
|
|
eev2TemperatureSmmonAlarmConfig Unsigned32,
|
|
eev2StepperMotorommonAlarmConfig Unsigned32,
|
|
eev2BatteryHoldingTime Unsigned32,
|
|
eev2Refrigerant Unsigned32,
|
|
eev2MOPTemperature Integer32,
|
|
eev2StartUpOpeningDuration Unsigned32,
|
|
eev2StartUpOpening Unsigned32,
|
|
eev2ValveType Unsigned32,
|
|
eev2SensorTypeEvorationgPressure Unsigned32,
|
|
eev2PressureSensorErrorAlarmprio Unsigned32,
|
|
eev2TemperatureSrErrorAlarmprio Unsigned32,
|
|
eev2StepperMotorErrorAlarmprio Unsigned32
|
|
}
|
|
|
|
eev2ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 config active"
|
|
::= { confEEV2Entry 8800 }
|
|
|
|
eev2BatterySupply OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 battery supply"
|
|
::= { confEEV2Entry 8801 }
|
|
|
|
eev2MOPControl OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 MOP control"
|
|
::= { confEEV2Entry 8802 }
|
|
|
|
eev2SuperheatControlMode OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 superheat control mode"
|
|
::= { confEEV2Entry 8803 }
|
|
|
|
eev2PressureSensommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 pressure sensor error common alarm config"
|
|
::= { confEEV2Entry 8808 }
|
|
|
|
eev2TemperatureSmmonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 temperature sensor error common alarm config"
|
|
::= { confEEV2Entry 8809 }
|
|
|
|
eev2StepperMotorommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 stepper motor error common alarm config"
|
|
::= { confEEV2Entry 8810 }
|
|
|
|
eev2BatteryHoldingTime OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..254)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 battery holding time"
|
|
::= { confEEV2Entry 8816 }
|
|
|
|
eev2Refrigerant OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..7)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 refrigerant"
|
|
::= { confEEV2Entry 8817 }
|
|
|
|
eev2MOPTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (-400..400)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 MOP temperature"
|
|
::= { confEEV2Entry 8818 }
|
|
|
|
eev2StartUpOpeningDuration OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..30)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 start-up opening duration"
|
|
::= { confEEV2Entry 8821 }
|
|
|
|
eev2StartUpOpening OBJECT-TYPE
|
|
SYNTAX Unsigned32 (10..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 start-up opening"
|
|
::= { confEEV2Entry 8822 }
|
|
|
|
eev2ValveType OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 valve type"
|
|
::= { confEEV2Entry 8823 }
|
|
|
|
eev2SensorTypeEvorationgPressure OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..3)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 sensor type evaporationg pressure"
|
|
::= { confEEV2Entry 8824 }
|
|
|
|
eev2PressureSensorErrorAlarmprio OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 pressure sensor error alarmprio"
|
|
::= { confEEV2Entry 8832 }
|
|
|
|
eev2TemperatureSrErrorAlarmprio OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 temperature sensor error alarmprio"
|
|
::= { confEEV2Entry 8833 }
|
|
|
|
eev2StepperMotorErrorAlarmprio OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 stepper motor error alarmprio"
|
|
::= { confEEV2Entry 8834 }
|
|
|
|
confDrycooler1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfDrycooler1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confDrycooler1"
|
|
::= { confDrycooler1 1 }
|
|
|
|
confDrycooler1Entry OBJECT-TYPE
|
|
SYNTAX ConfDrycooler1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confDrycooler1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confDrycooler1Table 1 }
|
|
|
|
ConfDrycooler1Entry ::= SEQUENCE {
|
|
drycooler1ConfigActive Unsigned32,
|
|
drycooler1CommonAlarmConfig Unsigned32,
|
|
drycooler1DigitalOut Unsigned32,
|
|
drycooler1AlarmDigitalIn Unsigned32,
|
|
drycooler1AlarmPriorities Unsigned32,
|
|
drycooler1AnalogOut Unsigned32,
|
|
drycooler1PreRunningSpeed Unsigned32,
|
|
drycooler1ControlCycle Unsigned32,
|
|
drycooler1MaxAdjust Unsigned32,
|
|
drycooler1ControlFactor Unsigned32
|
|
}
|
|
|
|
drycooler1ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler1 config active"
|
|
::= { confDrycooler1Entry 5400 }
|
|
|
|
drycooler1CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler1 common alarm config"
|
|
::= { confDrycooler1Entry 5405 }
|
|
|
|
drycooler1DigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler1 digital out"
|
|
::= { confDrycooler1Entry 5411 }
|
|
|
|
drycooler1AlarmDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler1 alarm digital in"
|
|
::= { confDrycooler1Entry 5412 }
|
|
|
|
drycooler1AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler1 alarm priorities"
|
|
::= { confDrycooler1Entry 5413 }
|
|
|
|
drycooler1AnalogOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler1 analog out"
|
|
::= { confDrycooler1Entry 5417 }
|
|
|
|
drycooler1PreRunningSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (50..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler1 pre running speed"
|
|
::= { confDrycooler1Entry 5418 }
|
|
|
|
drycooler1ControlCycle OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..10)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler1 control cycle"
|
|
::= { confDrycooler1Entry 5419 }
|
|
|
|
drycooler1MaxAdjust OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..10)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler1 max adjust"
|
|
::= { confDrycooler1Entry 5420 }
|
|
|
|
drycooler1ControlFactor OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler1 control factor"
|
|
::= { confDrycooler1Entry 5421 }
|
|
|
|
confDrycooler2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfDrycooler2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confDrycooler2"
|
|
::= { confDrycooler2 1 }
|
|
|
|
confDrycooler2Entry OBJECT-TYPE
|
|
SYNTAX ConfDrycooler2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confDrycooler2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confDrycooler2Table 1 }
|
|
|
|
ConfDrycooler2Entry ::= SEQUENCE {
|
|
drycooler2ConfigActive Unsigned32,
|
|
drycooler2CommonAlarmConfig Unsigned32,
|
|
drycooler2DigitalOut Unsigned32,
|
|
drycooler2AlarmDigitalIn Unsigned32,
|
|
drycooler2AlarmPriorities Unsigned32
|
|
}
|
|
|
|
drycooler2ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler2 config active"
|
|
::= { confDrycooler2Entry 5500 }
|
|
|
|
drycooler2CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler2 common alarm config"
|
|
::= { confDrycooler2Entry 5505 }
|
|
|
|
drycooler2DigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler2 digital out"
|
|
::= { confDrycooler2Entry 5511 }
|
|
|
|
drycooler2AlarmDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler2 alarm digital in"
|
|
::= { confDrycooler2Entry 5512 }
|
|
|
|
drycooler2AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler2 alarm priorities"
|
|
::= { confDrycooler2Entry 5513 }
|
|
|
|
confDrycooler3Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfDrycooler3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confDrycooler3"
|
|
::= { confDrycooler3 1 }
|
|
|
|
confDrycooler3Entry OBJECT-TYPE
|
|
SYNTAX ConfDrycooler3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confDrycooler3"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confDrycooler3Table 1 }
|
|
|
|
ConfDrycooler3Entry ::= SEQUENCE {
|
|
drycooler3ConfigActive Unsigned32,
|
|
drycooler3CommonAlarmConfig Unsigned32,
|
|
drycooler3DigitalOut Unsigned32,
|
|
drycooler3AlarmDigitalIn Unsigned32,
|
|
drycooler3AlarmPriorities Unsigned32
|
|
}
|
|
|
|
drycooler3ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler3 config active"
|
|
::= { confDrycooler3Entry 5600 }
|
|
|
|
drycooler3CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler3 common alarm config"
|
|
::= { confDrycooler3Entry 5605 }
|
|
|
|
drycooler3DigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler3 digital out"
|
|
::= { confDrycooler3Entry 5611 }
|
|
|
|
drycooler3AlarmDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler3 alarm digital in"
|
|
::= { confDrycooler3Entry 5612 }
|
|
|
|
drycooler3AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler3 alarm priorities"
|
|
::= { confDrycooler3Entry 5613 }
|
|
|
|
confDrycooler4Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfDrycooler4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confDrycooler4"
|
|
::= { confDrycooler4 1 }
|
|
|
|
confDrycooler4Entry OBJECT-TYPE
|
|
SYNTAX ConfDrycooler4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confDrycooler4"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confDrycooler4Table 1 }
|
|
|
|
ConfDrycooler4Entry ::= SEQUENCE {
|
|
drycooler4ConfigActive Unsigned32,
|
|
drycooler4CommonAlarmConfig Unsigned32,
|
|
drycooler4DigitalOut Unsigned32,
|
|
drycooler4AlarmDigitalIn Unsigned32,
|
|
drycooler4AlarmPriorities Unsigned32
|
|
}
|
|
|
|
drycooler4ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler4 config active"
|
|
::= { confDrycooler4Entry 5700 }
|
|
|
|
drycooler4CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler4 common alarm config"
|
|
::= { confDrycooler4Entry 5705 }
|
|
|
|
drycooler4DigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler4 digital out"
|
|
::= { confDrycooler4Entry 5711 }
|
|
|
|
drycooler4AlarmDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler4 alarm digital in"
|
|
::= { confDrycooler4Entry 5712 }
|
|
|
|
drycooler4AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler4 alarm priorities"
|
|
::= { confDrycooler4Entry 5713 }
|
|
|
|
confPump1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfPump1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confPump1"
|
|
::= { confPump1 1 }
|
|
|
|
confPump1Entry OBJECT-TYPE
|
|
SYNTAX ConfPump1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confPump1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confPump1Table 1 }
|
|
|
|
ConfPump1Entry ::= SEQUENCE {
|
|
pump1ConfigActive Unsigned32,
|
|
pump1CommonAlarmConfig Unsigned32,
|
|
pump1Type Unsigned32,
|
|
pump1DigitalOut Unsigned32,
|
|
pump1AnalogOut Unsigned32,
|
|
pump1AlarmDigitalIn Unsigned32,
|
|
pump1AlarmPriorities Unsigned32,
|
|
pump1PreRuntime Unsigned32,
|
|
pump1PreSpeed Unsigned32,
|
|
pump1PartnerPump Unsigned32,
|
|
pump1IFactor Unsigned32,
|
|
pump1DFactor Unsigned32,
|
|
pump1ControlCycle Unsigned32,
|
|
pump1MaxAdjust Unsigned32,
|
|
pump1ControlFactor Unsigned32,
|
|
pump1MinSpeed Unsigned32
|
|
}
|
|
|
|
pump1ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 config active"
|
|
::= { confPump1Entry 5800 }
|
|
|
|
pump1CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 common alarm config"
|
|
::= { confPump1Entry 5804 }
|
|
|
|
pump1Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..4)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 type"
|
|
::= { confPump1Entry 5808 }
|
|
|
|
pump1DigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 digital out"
|
|
::= { confPump1Entry 5813 }
|
|
|
|
pump1AnalogOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 analog out"
|
|
::= { confPump1Entry 5814 }
|
|
|
|
pump1AlarmDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 alarm digital in"
|
|
::= { confPump1Entry 5815 }
|
|
|
|
pump1AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 alarm priorities"
|
|
::= { confPump1Entry 5816 }
|
|
|
|
pump1PreRuntime OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..120)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 pre runtime"
|
|
::= { confPump1Entry 5818 }
|
|
|
|
pump1PreSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 pre speed"
|
|
::= { confPump1Entry 5819 }
|
|
|
|
pump1PartnerPump OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 partner-pump"
|
|
::= { confPump1Entry 5824 }
|
|
|
|
pump1IFactor OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 I factor"
|
|
::= { confPump1Entry 5825 }
|
|
|
|
pump1DFactor OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 D factor"
|
|
::= { confPump1Entry 5826 }
|
|
|
|
pump1ControlCycle OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..10)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump 1 control cycle"
|
|
::= { confPump1Entry 5827 }
|
|
|
|
pump1MaxAdjust OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..10)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump 1 max adjust"
|
|
::= { confPump1Entry 5828 }
|
|
|
|
pump1ControlFactor OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump 1 control factor"
|
|
::= { confPump1Entry 5829 }
|
|
|
|
pump1MinSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump 1 min speed"
|
|
::= { confPump1Entry 5831 }
|
|
|
|
confPump2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfPump2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confPump2"
|
|
::= { confPump2 1 }
|
|
|
|
confPump2Entry OBJECT-TYPE
|
|
SYNTAX ConfPump2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confPump2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confPump2Table 1 }
|
|
|
|
ConfPump2Entry ::= SEQUENCE {
|
|
pump2ConfigActive Unsigned32,
|
|
pump2CommonAlarmConfig Unsigned32,
|
|
pump2Type Unsigned32,
|
|
pump2DigitalOut Unsigned32,
|
|
pump2AnalogOut Unsigned32,
|
|
pump2AlarmDigitalIn Unsigned32,
|
|
pump2AlarmPriorities Unsigned32,
|
|
pump2PreRuntime Unsigned32,
|
|
pump2PreSpeed Unsigned32,
|
|
pump2PartnerPump Unsigned32,
|
|
pump2IFactor Unsigned32,
|
|
pump2DFactor Unsigned32,
|
|
pump2ControlCycle Unsigned32,
|
|
pump2MaxAdjust Unsigned32,
|
|
pump2ControlFactor Unsigned32,
|
|
pump2MinSpeed Unsigned32
|
|
}
|
|
|
|
pump2ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 config active"
|
|
::= { confPump2Entry 5900 }
|
|
|
|
pump2CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 common alarm config"
|
|
::= { confPump2Entry 5904 }
|
|
|
|
pump2Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..4)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 type"
|
|
::= { confPump2Entry 5908 }
|
|
|
|
pump2DigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 digital out"
|
|
::= { confPump2Entry 5913 }
|
|
|
|
pump2AnalogOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 analog out"
|
|
::= { confPump2Entry 5914 }
|
|
|
|
pump2AlarmDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 alarm digital in"
|
|
::= { confPump2Entry 5915 }
|
|
|
|
pump2AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 alarm priorities"
|
|
::= { confPump2Entry 5916 }
|
|
|
|
pump2PreRuntime OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..120)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 pre runtime"
|
|
::= { confPump2Entry 5918 }
|
|
|
|
pump2PreSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 pre speed"
|
|
::= { confPump2Entry 5919 }
|
|
|
|
pump2PartnerPump OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 partner-pump"
|
|
::= { confPump2Entry 5924 }
|
|
|
|
pump2IFactor OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 I factor"
|
|
::= { confPump2Entry 5925 }
|
|
|
|
pump2DFactor OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 D factor"
|
|
::= { confPump2Entry 5926 }
|
|
|
|
pump2ControlCycle OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..10)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 control cycle"
|
|
::= { confPump2Entry 5927 }
|
|
|
|
pump2MaxAdjust OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..10)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 max adjust"
|
|
::= { confPump2Entry 5928 }
|
|
|
|
pump2ControlFactor OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 control factor"
|
|
::= { confPump2Entry 5929 }
|
|
|
|
pump2MinSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 min speed"
|
|
::= { confPump2Entry 5931 }
|
|
|
|
confPump3Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfPump3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confPump3"
|
|
::= { confPump3 1 }
|
|
|
|
confPump3Entry OBJECT-TYPE
|
|
SYNTAX ConfPump3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confPump3"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confPump3Table 1 }
|
|
|
|
ConfPump3Entry ::= SEQUENCE {
|
|
pump3ConfigActive Unsigned32,
|
|
pump3CommonAlarmConfig Unsigned32,
|
|
pump3Type Unsigned32,
|
|
pump3DigitalOut Unsigned32,
|
|
pump3AnalogOut Unsigned32,
|
|
pump3AlarmDigitalIn Unsigned32,
|
|
pump3AlarmPriorities Unsigned32,
|
|
pump3PreRuntime Unsigned32,
|
|
pump3PreSpeed Unsigned32,
|
|
pump3PartnerPump Unsigned32,
|
|
pump3IFactor Unsigned32,
|
|
pump3DFactor Unsigned32,
|
|
pump3ControlCycle Unsigned32,
|
|
pump3MaxAdjust Unsigned32,
|
|
pump3ControlFactor Unsigned32,
|
|
pump3MinSpeed Unsigned32
|
|
}
|
|
|
|
pump3ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 config active"
|
|
::= { confPump3Entry 6000 }
|
|
|
|
pump3CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 common alarm config"
|
|
::= { confPump3Entry 6004 }
|
|
|
|
pump3Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..4)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 type"
|
|
::= { confPump3Entry 6008 }
|
|
|
|
pump3DigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 digital out"
|
|
::= { confPump3Entry 6013 }
|
|
|
|
pump3AnalogOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 analog out"
|
|
::= { confPump3Entry 6014 }
|
|
|
|
pump3AlarmDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 alarm digital in"
|
|
::= { confPump3Entry 6015 }
|
|
|
|
pump3AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 alarm priorities"
|
|
::= { confPump3Entry 6016 }
|
|
|
|
pump3PreRuntime OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..120)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 pre runtime"
|
|
::= { confPump3Entry 6018 }
|
|
|
|
pump3PreSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 pre speed"
|
|
::= { confPump3Entry 6019 }
|
|
|
|
pump3PartnerPump OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 partner-pump"
|
|
::= { confPump3Entry 6024 }
|
|
|
|
pump3IFactor OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 I factor"
|
|
::= { confPump3Entry 6025 }
|
|
|
|
pump3DFactor OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 D factor"
|
|
::= { confPump3Entry 6026 }
|
|
|
|
pump3ControlCycle OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..10)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 control cycle"
|
|
::= { confPump3Entry 6027 }
|
|
|
|
pump3MaxAdjust OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..10)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 max adjust"
|
|
::= { confPump3Entry 6028 }
|
|
|
|
pump3ControlFactor OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 control factor"
|
|
::= { confPump3Entry 6029 }
|
|
|
|
pump3MinSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 min speed"
|
|
::= { confPump3Entry 6031 }
|
|
|
|
confPump4Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfPump4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confPump4"
|
|
::= { confPump4 1 }
|
|
|
|
confPump4Entry OBJECT-TYPE
|
|
SYNTAX ConfPump4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confPump4"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confPump4Table 1 }
|
|
|
|
ConfPump4Entry ::= SEQUENCE {
|
|
pump4ConfigActive Unsigned32,
|
|
pump4CommonAlarmConfig Unsigned32,
|
|
pump4Type Unsigned32,
|
|
pump4DigitalOut Unsigned32,
|
|
pump4AnalogOut Unsigned32,
|
|
pump4AlarmDigitalIn Unsigned32,
|
|
pump4AlarmPriorities Unsigned32,
|
|
pump4PreRuntime Unsigned32,
|
|
pump4PreSpeed Unsigned32,
|
|
pump4PartnerPump Unsigned32,
|
|
pump4IFactor Unsigned32,
|
|
pump4DFactor Unsigned32,
|
|
pump4ControlCycle Unsigned32,
|
|
pump4MaxAdjust Unsigned32,
|
|
pump4ControlFactor Unsigned32,
|
|
pump4MinSpeed Unsigned32
|
|
}
|
|
|
|
pump4ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 config active"
|
|
::= { confPump4Entry 6100 }
|
|
|
|
pump4CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 common alarm config"
|
|
::= { confPump4Entry 6104 }
|
|
|
|
pump4Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..4)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 type"
|
|
::= { confPump4Entry 6108 }
|
|
|
|
pump4DigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 digital out"
|
|
::= { confPump4Entry 6113 }
|
|
|
|
pump4AnalogOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 analog out"
|
|
::= { confPump4Entry 6114 }
|
|
|
|
pump4AlarmDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 alarm digital in"
|
|
::= { confPump4Entry 6115 }
|
|
|
|
pump4AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 alarm priorities"
|
|
::= { confPump4Entry 6116 }
|
|
|
|
pump4PreRuntime OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..120)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 pre runtime"
|
|
::= { confPump4Entry 6118 }
|
|
|
|
pump4PreSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 pre speed"
|
|
::= { confPump4Entry 6119 }
|
|
|
|
pump4PartnerPump OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..4)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 partner-pump"
|
|
::= { confPump4Entry 6124 }
|
|
|
|
pump4IFactor OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 I factor"
|
|
::= { confPump4Entry 6125 }
|
|
|
|
pump4DFactor OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 D factor"
|
|
::= { confPump4Entry 6126 }
|
|
|
|
pump4ControlCycle OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..10)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 control cycle"
|
|
::= { confPump4Entry 6127 }
|
|
|
|
pump4MaxAdjust OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..10)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 max adjust"
|
|
::= { confPump4Entry 6128 }
|
|
|
|
pump4ControlFactor OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 control factor"
|
|
::= { confPump4Entry 6129 }
|
|
|
|
pump4MinSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 min speed"
|
|
::= { confPump4Entry 6131 }
|
|
|
|
confEcoLouverTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfEcoLouverEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confEcoLouver"
|
|
::= { confEcoLouver 1 }
|
|
|
|
confEcoLouverEntry OBJECT-TYPE
|
|
SYNTAX ConfEcoLouverEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confEcoLouver"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confEcoLouverTable 1 }
|
|
|
|
ConfEcoLouverEntry ::= SEQUENCE {
|
|
eCOCOOLLouverConfigActive Unsigned32,
|
|
eCOCOOLLouverAnalogOut Unsigned32
|
|
}
|
|
|
|
eCOCOOLLouverConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ECO-COOL louver config active"
|
|
::= { confEcoLouverEntry 9900 }
|
|
|
|
eCOCOOLLouverAnalogOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ECO-COOL louver analog out"
|
|
::= { confEcoLouverEntry 9912 }
|
|
|
|
confFreshairLouverTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfFreshairLouverEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confFreshairLouver"
|
|
::= { confFreshairLouver 1 }
|
|
|
|
confFreshairLouverEntry OBJECT-TYPE
|
|
SYNTAX ConfFreshairLouverEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confFreshairLouver"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confFreshairLouverTable 1 }
|
|
|
|
ConfFreshairLouverEntry ::= SEQUENCE {
|
|
freshAirLouverConfigActive Unsigned32,
|
|
freshAirLouverAnalogOutput Unsigned32,
|
|
freshAirLouverPronalCoefficient Unsigned32,
|
|
freshAirLouverIngralCoefficient Unsigned32,
|
|
freshAirLouverDetiveCoefficient Unsigned32
|
|
}
|
|
|
|
freshAirLouverConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"freshAirLouver config active"
|
|
::= { confFreshairLouverEntry 10400 }
|
|
|
|
freshAirLouverAnalogOutput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"freshAirLouver analog output"
|
|
::= { confFreshairLouverEntry 10410 }
|
|
|
|
freshAirLouverPronalCoefficient OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"freshAirLouver proportional coefficient"
|
|
::= { confFreshairLouverEntry 10411 }
|
|
|
|
freshAirLouverIngralCoefficient OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"freshAirLouver integral coefficient"
|
|
::= { confFreshairLouverEntry 10412 }
|
|
|
|
freshAirLouverDetiveCoefficient OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"freshAirLouver derivative coefficient"
|
|
::= { confFreshairLouverEntry 10413 }
|
|
|
|
confAntifreezeLouverTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfAntifreezeLouverEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confAntifreezeLouver"
|
|
::= { confAntifreezeLouver 1 }
|
|
|
|
confAntifreezeLouverEntry OBJECT-TYPE
|
|
SYNTAX ConfAntifreezeLouverEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confAntifreezeLouver"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confAntifreezeLouverTable 1 }
|
|
|
|
ConfAntifreezeLouverEntry ::= SEQUENCE {
|
|
antiFreezeLouverigurationActive Unsigned32,
|
|
antiFreezeLouverAnalogOutput Unsigned32,
|
|
antiFreezeLouveronalCoefficient Unsigned32,
|
|
antiFreezeLouvergralCoefficient Unsigned32,
|
|
antiFreezeLouvertiveCoefficient Unsigned32
|
|
}
|
|
|
|
antiFreezeLouverigurationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Anti Freeze Louver configuration active"
|
|
::= { confAntifreezeLouverEntry 10500 }
|
|
|
|
antiFreezeLouverAnalogOutput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Anti Freeze Louver analog output"
|
|
::= { confAntifreezeLouverEntry 10510 }
|
|
|
|
antiFreezeLouveronalCoefficient OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Anti Freeze Louver proportional coefficient"
|
|
::= { confAntifreezeLouverEntry 10511 }
|
|
|
|
antiFreezeLouvergralCoefficient OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Anti Freeze Louver integral coefficient"
|
|
::= { confAntifreezeLouverEntry 10512 }
|
|
|
|
antiFreezeLouvertiveCoefficient OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Anti Freeze Louver derivative coefficient"
|
|
::= { confAntifreezeLouverEntry 10513 }
|
|
|
|
confCirculationLouverTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfCirculationLouverEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confCirculationLouver"
|
|
::= { confCirculationLouver 1 }
|
|
|
|
confCirculationLouverEntry OBJECT-TYPE
|
|
SYNTAX ConfCirculationLouverEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confCirculationLouver"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confCirculationLouverTable 1 }
|
|
|
|
ConfCirculationLouverEntry ::= SEQUENCE {
|
|
circulationLouvefigurationActive Unsigned32,
|
|
circulationLouverAnalogOutput Unsigned32,
|
|
circulationLouveionalCoefficient Unsigned32,
|
|
circulationLouveegralCoefficient Unsigned32,
|
|
circulationLouveativeCoefficient Unsigned32
|
|
}
|
|
|
|
circulationLouvefigurationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"circulation Louver configuration active"
|
|
::= { confCirculationLouverEntry 10600 }
|
|
|
|
circulationLouverAnalogOutput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"circulation Louver analog output"
|
|
::= { confCirculationLouverEntry 10610 }
|
|
|
|
circulationLouveionalCoefficient OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"circulation Louver proportional coefficient"
|
|
::= { confCirculationLouverEntry 10611 }
|
|
|
|
circulationLouveegralCoefficient OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"circulation Louver integral coefficient"
|
|
::= { confCirculationLouverEntry 10612 }
|
|
|
|
circulationLouveativeCoefficient OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"circulation Louver derivative coefficient"
|
|
::= { confCirculationLouverEntry 10613 }
|
|
|
|
confExitLouverTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfExitLouverEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confExitLouver"
|
|
::= { confExitLouver 1 }
|
|
|
|
confExitLouverEntry OBJECT-TYPE
|
|
SYNTAX ConfExitLouverEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confExitLouver"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confExitLouverTable 1 }
|
|
|
|
ConfExitLouverEntry ::= SEQUENCE {
|
|
exitLouverConfigurationActive Unsigned32,
|
|
exitLouverDigitalOutput Unsigned32
|
|
}
|
|
|
|
exitLouverConfigurationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"exit Louver configuration active"
|
|
::= { confExitLouverEntry 10700 }
|
|
|
|
exitLouverDigitalOutput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"exit Louver digital output"
|
|
::= { confExitLouverEntry 10708 }
|
|
|
|
confCondensorfanTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfCondensorfanEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confCondensorfan"
|
|
::= { confCondensorfan 1 }
|
|
|
|
confCondensorfanEntry OBJECT-TYPE
|
|
SYNTAX ConfCondensorfanEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confCondensorfan"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confCondensorfanTable 1 }
|
|
|
|
ConfCondensorfanEntry ::= SEQUENCE {
|
|
condFan1ConfigurationActive Unsigned32,
|
|
condFan1CommonAlarmConfigured Unsigned32,
|
|
condFan1ControlCycle Unsigned32,
|
|
condFan1MaximumSpeedChange Unsigned32,
|
|
condFan1MinimumSpeed Unsigned32,
|
|
condFan1PrerunTime Unsigned32,
|
|
condFan1PrerunSpeed Unsigned32,
|
|
condFan1ProportionalCoefficient Unsigned32,
|
|
condFan1IntegralCoefficient Unsigned32,
|
|
condFan1DerivativeCoefficient Unsigned32,
|
|
condFan1AnalogOutput Unsigned32,
|
|
condFan1DigitalOutput Unsigned32,
|
|
condFan1DigitalAlarmInput Unsigned32,
|
|
condFan1DigitalAlarmOutput Unsigned32,
|
|
condFan2ConfigurationActive Unsigned32,
|
|
condFan2CommonAlarmConfigured Unsigned32,
|
|
condFan2ControlCycle Unsigned32,
|
|
condFan2MaximumSpeedChange Unsigned32,
|
|
condFan2MinimumSpeed Unsigned32,
|
|
condFan2PrerunTime Unsigned32,
|
|
condFan2PrerunSpeed Unsigned32,
|
|
condFan2ProportionalCoefficient Unsigned32,
|
|
condFan2IntegralCoefficient Unsigned32,
|
|
condFan2DerivativeCoefficient Unsigned32,
|
|
condFan2AnalogOutput Unsigned32,
|
|
condFan2DigitalOutput Unsigned32,
|
|
condFan2DigitalAlarmInput Unsigned32,
|
|
condFan2DigitalAlarmOutput Unsigned32
|
|
}
|
|
|
|
condFan1ConfigurationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 1 configuration active"
|
|
::= { confCondensorfanEntry 10800 }
|
|
|
|
condFan1CommonAlarmConfigured OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 1 common alarm configured"
|
|
::= { confCondensorfanEntry 10804 }
|
|
|
|
condFan1ControlCycle OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..255)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 1 control cycle"
|
|
::= { confCondensorfanEntry 10811 }
|
|
|
|
condFan1MaximumSpeedChange OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 1 maximum speed change"
|
|
::= { confCondensorfanEntry 10812 }
|
|
|
|
condFan1MinimumSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 1 minimum speed"
|
|
::= { confCondensorfanEntry 10813 }
|
|
|
|
condFan1PrerunTime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 1 prerun time"
|
|
::= { confCondensorfanEntry 10814 }
|
|
|
|
condFan1PrerunSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 1 prerun speed"
|
|
::= { confCondensorfanEntry 10815 }
|
|
|
|
condFan1ProportionalCoefficient OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 1 proportional coefficient"
|
|
::= { confCondensorfanEntry 10816 }
|
|
|
|
condFan1IntegralCoefficient OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 1 integral coefficient"
|
|
::= { confCondensorfanEntry 10817 }
|
|
|
|
condFan1DerivativeCoefficient OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 1 derivative coefficient"
|
|
::= { confCondensorfanEntry 10818 }
|
|
|
|
condFan1AnalogOutput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 1 analog output"
|
|
::= { confCondensorfanEntry 10819 }
|
|
|
|
condFan1DigitalOutput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 1 digital output"
|
|
::= { confCondensorfanEntry 10820 }
|
|
|
|
condFan1DigitalAlarmInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..43)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 1 digital alarm input"
|
|
::= { confCondensorfanEntry 10821 }
|
|
|
|
condFan1DigitalAlarmOutput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 1 digital alarm output"
|
|
::= { confCondensorfanEntry 10822 }
|
|
|
|
condFan2ConfigurationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 2 configuration active"
|
|
::= { confCondensorfanEntry 10900 }
|
|
|
|
condFan2CommonAlarmConfigured OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 2 common alarm configured"
|
|
::= { confCondensorfanEntry 10904 }
|
|
|
|
condFan2ControlCycle OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..255)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 2 control cycle"
|
|
::= { confCondensorfanEntry 10911 }
|
|
|
|
condFan2MaximumSpeedChange OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 2 maximum speed change"
|
|
::= { confCondensorfanEntry 10912 }
|
|
|
|
condFan2MinimumSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 2 minimum speed"
|
|
::= { confCondensorfanEntry 10913 }
|
|
|
|
condFan2PrerunTime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 2 prerun time"
|
|
::= { confCondensorfanEntry 10914 }
|
|
|
|
condFan2PrerunSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 2 prerun speed"
|
|
::= { confCondensorfanEntry 10915 }
|
|
|
|
condFan2ProportionalCoefficient OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 2 proportional coefficient"
|
|
::= { confCondensorfanEntry 10916 }
|
|
|
|
condFan2IntegralCoefficient OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 2 integral coefficient"
|
|
::= { confCondensorfanEntry 10917 }
|
|
|
|
condFan2DerivativeCoefficient OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 2 derivative coefficient"
|
|
::= { confCondensorfanEntry 10918 }
|
|
|
|
condFan2AnalogOutput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 2 analog output"
|
|
::= { confCondensorfanEntry 10919 }
|
|
|
|
condFan2DigitalOutput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 2 digital output"
|
|
::= { confCondensorfanEntry 10920 }
|
|
|
|
condFan2DigitalAlarmInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..43)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 2 digital alarm input"
|
|
::= { confCondensorfanEntry 10921 }
|
|
|
|
condFan2DigitalAlarmOutput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 2 digital alarm output"
|
|
::= { confCondensorfanEntry 10922 }
|
|
|
|
confEHeat1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfEHeat1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confEHeat1"
|
|
::= { confEHeat1 1 }
|
|
|
|
confEHeat1Entry OBJECT-TYPE
|
|
SYNTAX ConfEHeat1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confEHeat1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confEHeat1Table 1 }
|
|
|
|
ConfEHeat1Entry ::= SEQUENCE {
|
|
elecHeating1ConfigActive Unsigned32,
|
|
elecHeating1CommonAlarmConfig Unsigned32,
|
|
elecHeating1Type Unsigned32,
|
|
elecHeating1DigitalOut Unsigned32,
|
|
elecHeating1AlarmDigitalIn Unsigned32,
|
|
elecHeating1AlarmPriorities Unsigned32
|
|
}
|
|
|
|
elecHeating1ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating1 config active"
|
|
::= { confEHeat1Entry 4800 }
|
|
|
|
elecHeating1CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating1 common alarm config"
|
|
::= { confEHeat1Entry 4805 }
|
|
|
|
elecHeating1Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..2)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating1 type"
|
|
::= { confEHeat1Entry 4808 }
|
|
|
|
elecHeating1DigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating1 digital out"
|
|
::= { confEHeat1Entry 4812 }
|
|
|
|
elecHeating1AlarmDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating1 alarm digital in"
|
|
::= { confEHeat1Entry 4813 }
|
|
|
|
elecHeating1AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating1 alarm priorities"
|
|
::= { confEHeat1Entry 4814 }
|
|
|
|
confEHeat2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfEHeat2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confEHeat2"
|
|
::= { confEHeat2 1 }
|
|
|
|
confEHeat2Entry OBJECT-TYPE
|
|
SYNTAX ConfEHeat2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confEHeat2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confEHeat2Table 1 }
|
|
|
|
ConfEHeat2Entry ::= SEQUENCE {
|
|
elecHeating2ConfigActive Unsigned32,
|
|
elecHeating2CommonAlarmConfig Unsigned32,
|
|
elecHeating2Type Unsigned32,
|
|
elecHeating2DigitalOut Unsigned32,
|
|
elecHeating2AlarmDigitalIn Unsigned32,
|
|
elecHeating2AlarmPriorities Unsigned32
|
|
}
|
|
|
|
elecHeating2ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating2 config active"
|
|
::= { confEHeat2Entry 4900 }
|
|
|
|
elecHeating2CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating2 common alarm config"
|
|
::= { confEHeat2Entry 4905 }
|
|
|
|
elecHeating2Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..2)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating2 type"
|
|
::= { confEHeat2Entry 4908 }
|
|
|
|
elecHeating2DigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating2 digital out"
|
|
::= { confEHeat2Entry 4912 }
|
|
|
|
elecHeating2AlarmDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating2 alarm digital in"
|
|
::= { confEHeat2Entry 4913 }
|
|
|
|
elecHeating2AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating2 alarm priorities"
|
|
::= { confEHeat2Entry 4914 }
|
|
|
|
confEHeat3Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfEHeat3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confEHeat3"
|
|
::= { confEHeat3 1 }
|
|
|
|
confEHeat3Entry OBJECT-TYPE
|
|
SYNTAX ConfEHeat3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confEHeat3"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confEHeat3Table 1 }
|
|
|
|
ConfEHeat3Entry ::= SEQUENCE {
|
|
elecHeating3ConfigActive Unsigned32,
|
|
elecHeating3CommonAlarmConfig Unsigned32,
|
|
elecHeating3Type Unsigned32,
|
|
elecHeating3DigitalOut Unsigned32,
|
|
elecHeating3AlarmDigitalIn Unsigned32,
|
|
elecHeating3AlarmPriorities Unsigned32
|
|
}
|
|
|
|
elecHeating3ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating3 config active"
|
|
::= { confEHeat3Entry 5000 }
|
|
|
|
elecHeating3CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating3 common alarm config"
|
|
::= { confEHeat3Entry 5005 }
|
|
|
|
elecHeating3Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..2)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating3 type"
|
|
::= { confEHeat3Entry 5008 }
|
|
|
|
elecHeating3DigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating3 digital out"
|
|
::= { confEHeat3Entry 5012 }
|
|
|
|
elecHeating3AlarmDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating3 alarm digital in"
|
|
::= { confEHeat3Entry 5013 }
|
|
|
|
elecHeating3AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating3 alarm priorities"
|
|
::= { confEHeat3Entry 5014 }
|
|
|
|
confHotgasHeatTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfHotgasHeatEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confHotgasHeat"
|
|
::= { confHotgasHeat 1 }
|
|
|
|
confHotgasHeatEntry OBJECT-TYPE
|
|
SYNTAX ConfHotgasHeatEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confHotgasHeat"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confHotgasHeatTable 1 }
|
|
|
|
ConfHotgasHeatEntry ::= SEQUENCE {
|
|
hotgasHeatingConfigActive Unsigned32,
|
|
hotgasHeatingCommonAlarmConfig Unsigned32,
|
|
hotgasHeatingDigitalOut Unsigned32,
|
|
hotgasHeatingAlarmDigitalIn Unsigned32,
|
|
hotgasHeatingAlarmPriorities Unsigned32
|
|
}
|
|
|
|
hotgasHeatingConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hotgas-heating config active"
|
|
::= { confHotgasHeatEntry 6200 }
|
|
|
|
hotgasHeatingCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hotgas-heating common alarm config"
|
|
::= { confHotgasHeatEntry 6205 }
|
|
|
|
hotgasHeatingDigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hotgas-heating digital out"
|
|
::= { confHotgasHeatEntry 6210 }
|
|
|
|
hotgasHeatingAlarmDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hotgas-heating alarm digital in"
|
|
::= { confHotgasHeatEntry 6211 }
|
|
|
|
hotgasHeatingAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hotgas-heating alarm priorities"
|
|
::= { confHotgasHeatEntry 6212 }
|
|
|
|
confHwrValveTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfHwrValveEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confHwrValve"
|
|
::= { confHwrValve 1 }
|
|
|
|
confHwrValveEntry OBJECT-TYPE
|
|
SYNTAX ConfHwrValveEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confHwrValve"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confHwrValveTable 1 }
|
|
|
|
ConfHwrValveEntry ::= SEQUENCE {
|
|
pWWHeatingConfigActive Unsigned32,
|
|
pWWHeatingType Unsigned32,
|
|
pWWHeatingDigitalOut Unsigned32,
|
|
pWWHeatingAnalogOut Unsigned32
|
|
}
|
|
|
|
pWWHeatingConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"PWW-heating config active"
|
|
::= { confHwrValveEntry 6300 }
|
|
|
|
pWWHeatingType OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..2)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"PWW-heating type"
|
|
::= { confHwrValveEntry 6308 }
|
|
|
|
pWWHeatingDigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"PWW-heating digital out"
|
|
::= { confHwrValveEntry 6313 }
|
|
|
|
pWWHeatingAnalogOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"PWW-heating analog out"
|
|
::= { confHwrValveEntry 6314 }
|
|
|
|
confHumidifierTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfHumidifierEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confHumidifier"
|
|
::= { confHumidifier 1 }
|
|
|
|
confHumidifierEntry OBJECT-TYPE
|
|
SYNTAX ConfHumidifierEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confHumidifier"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confHumidifierTable 1 }
|
|
|
|
ConfHumidifierEntry ::= SEQUENCE {
|
|
humidifier1ConfigActive Unsigned32,
|
|
humidifier1CommonAlarmConfig Unsigned32,
|
|
humidifier1ConductivityConfig Unsigned32,
|
|
humidifier15uSCommonAlarmConfig Unsigned32,
|
|
humidifier120uSCommonAlarmConfig Unsigned32,
|
|
humidifier1Type Unsigned32,
|
|
humidifier1DigitalOut Unsigned32,
|
|
humidifier1AnalogOut Unsigned32,
|
|
humidifier1AlarmDigitalIn Unsigned32,
|
|
humidifier1AlarmPriorities Unsigned32,
|
|
humidifier1AlarmDigitalIn5uS Unsigned32,
|
|
humidifier1AlarmDigitalIn20uS Unsigned32,
|
|
humidifier1AlarmPriorities5uS Unsigned32,
|
|
humidifier1AlarmPriorities20uS Unsigned32
|
|
}
|
|
|
|
humidifier1ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 config active"
|
|
::= { confHumidifierEntry 6400 }
|
|
|
|
humidifier1CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 common alarm config"
|
|
::= { confHumidifierEntry 6405 }
|
|
|
|
humidifier1ConductivityConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 conductivity config"
|
|
::= { confHumidifierEntry 6406 }
|
|
|
|
humidifier15uSCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 5uS common alarm config"
|
|
::= { confHumidifierEntry 6407 }
|
|
|
|
humidifier120uSCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 20uS common alarm config"
|
|
::= { confHumidifierEntry 6408 }
|
|
|
|
humidifier1Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..2)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 type"
|
|
::= { confHumidifierEntry 6416 }
|
|
|
|
humidifier1DigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 digital out"
|
|
::= { confHumidifierEntry 6421 }
|
|
|
|
humidifier1AnalogOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 analog out"
|
|
::= { confHumidifierEntry 6422 }
|
|
|
|
humidifier1AlarmDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 alarm digital in"
|
|
::= { confHumidifierEntry 6423 }
|
|
|
|
humidifier1AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 alarm priorities"
|
|
::= { confHumidifierEntry 6424 }
|
|
|
|
humidifier1AlarmDigitalIn5uS OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 alarm digital in 5uS"
|
|
::= { confHumidifierEntry 6429 }
|
|
|
|
humidifier1AlarmDigitalIn20uS OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 alarm digital in 20uS"
|
|
::= { confHumidifierEntry 6430 }
|
|
|
|
humidifier1AlarmPriorities5uS OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 alarm priorities 5uS"
|
|
::= { confHumidifierEntry 6433 }
|
|
|
|
humidifier1AlarmPriorities20uS OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 alarm priorities 20uS"
|
|
::= { confHumidifierEntry 6434 }
|
|
|
|
confDehumidificationTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfDehumidificationEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confDehumidification"
|
|
::= { confDehumidification 1 }
|
|
|
|
confDehumidificationEntry OBJECT-TYPE
|
|
SYNTAX ConfDehumidificationEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confDehumidification"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confDehumidificationTable 1 }
|
|
|
|
ConfDehumidificationEntry ::= SEQUENCE {
|
|
dehumidificationlveConfigActive Unsigned32,
|
|
dehumidificationpassConfigActive Unsigned32,
|
|
dehumidificationDigitalOut Unsigned32,
|
|
dehumidificationStopOnRoomTemp Integer32,
|
|
minFanSpeedWhenPDehumidification Unsigned32
|
|
}
|
|
|
|
dehumidificationlveConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"dehumidification valve config active"
|
|
::= { confDehumidificationEntry 6800 }
|
|
|
|
dehumidificationpassConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"dehumidification hotgas bypass config active"
|
|
::= { confDehumidificationEntry 6805 }
|
|
|
|
dehumidificationDigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"dehumidification digital out"
|
|
::= { confDehumidificationEntry 6813 }
|
|
|
|
dehumidificationStopOnRoomTemp OBJECT-TYPE
|
|
SYNTAX Integer32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"dehumidification stop on room temp"
|
|
::= { confDehumidificationEntry 6821 }
|
|
|
|
minFanSpeedWhenPDehumidification OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"min fan speed when precision dehumidification"
|
|
::= { confDehumidificationEntry 6822 }
|
|
|
|
confFanGeneralTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfFanGeneralEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confFanGeneral"
|
|
::= { confFanGeneral 1 }
|
|
|
|
confFanGeneralEntry OBJECT-TYPE
|
|
SYNTAX ConfFanGeneralEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confFanGeneral"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confFanGeneralTable 1 }
|
|
|
|
ConfFanGeneralEntry ::= SEQUENCE {
|
|
fan1ConfigActive Unsigned32,
|
|
fan1Type Unsigned32,
|
|
fan1Offset Integer32,
|
|
fan1DigitalOut Unsigned32,
|
|
fan1AnalogOut Unsigned32,
|
|
fan1MinSpeedDXMode Unsigned32,
|
|
fan1ControlCycle Unsigned32,
|
|
fan1MaxAdjust Unsigned32,
|
|
fan1ControlFactor Unsigned32,
|
|
fan2ConfigActive Unsigned32
|
|
}
|
|
|
|
fan1ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 config active"
|
|
::= { confFanGeneralEntry 6900 }
|
|
|
|
fan1Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..2)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 type"
|
|
::= { confFanGeneralEntry 6908 }
|
|
|
|
fan1Offset OBJECT-TYPE
|
|
SYNTAX Integer32 (-10..10)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 offset"
|
|
::= { confFanGeneralEntry 6919 }
|
|
|
|
fan1DigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 digital out"
|
|
::= { confFanGeneralEntry 6923 }
|
|
|
|
fan1AnalogOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 analog out"
|
|
::= { confFanGeneralEntry 6924 }
|
|
|
|
fan1MinSpeedDXMode OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 min speed DX mode"
|
|
::= { confFanGeneralEntry 6934 }
|
|
|
|
fan1ControlCycle OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..10)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 control cycle"
|
|
::= { confFanGeneralEntry 6935 }
|
|
|
|
fan1MaxAdjust OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..10)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 max adjust"
|
|
::= { confFanGeneralEntry 6936 }
|
|
|
|
fan1ControlFactor OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 control factor"
|
|
::= { confFanGeneralEntry 6937 }
|
|
|
|
fan2ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan2 config active"
|
|
::= { confFanGeneralEntry 7000 }
|
|
|
|
confFanAlarmTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfFanAlarmEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confFanAlarm"
|
|
::= { confFanAlarm 1 }
|
|
|
|
confFanAlarmEntry OBJECT-TYPE
|
|
SYNTAX ConfFanAlarmEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confFanAlarm"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confFanAlarmTable 1 }
|
|
|
|
ConfFanAlarmEntry ::= SEQUENCE {
|
|
fan1CommonAlarmConfig Unsigned32,
|
|
fan1FilterCommonAlarmConfig Unsigned32,
|
|
fan1AlarmDigitalIn Unsigned32,
|
|
fan1AlarmPriorities Unsigned32,
|
|
fan1FilterAlarmDigitalIn Unsigned32,
|
|
fan1FilterAlarmPriorities Unsigned32
|
|
}
|
|
|
|
fan1CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 common alarm config"
|
|
::= { confFanAlarmEntry 6906 }
|
|
|
|
fan1FilterCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 filter common alarm config"
|
|
::= { confFanAlarmEntry 6907 }
|
|
|
|
fan1AlarmDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 alarm digital in"
|
|
::= { confFanAlarmEntry 6925 }
|
|
|
|
fan1AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 alarm priorities"
|
|
::= { confFanAlarmEntry 6926 }
|
|
|
|
fan1FilterAlarmDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 filter alarm digital in"
|
|
::= { confFanAlarmEntry 6928 }
|
|
|
|
fan1FilterAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 filter alarm priorities"
|
|
::= { confFanAlarmEntry 6929 }
|
|
|
|
confFanSpecialModesTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfFanSpecialModesEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confFanSpecialModes"
|
|
::= { confFanSpecialModes 1 }
|
|
|
|
confFanSpecialModesEntry OBJECT-TYPE
|
|
SYNTAX ConfFanSpecialModesEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confFanSpecialModes"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confFanSpecialModesTable 1 }
|
|
|
|
ConfFanSpecialModesEntry ::= SEQUENCE {
|
|
fan1PreRuntime Unsigned32,
|
|
fan1RunAfterTime Unsigned32,
|
|
fan1Start100Time Unsigned32,
|
|
fan1ReduceTime Unsigned32,
|
|
fan1ReduceSpeed Unsigned32,
|
|
fan1DehumidificationSpeed Unsigned32,
|
|
fan1UpsSpeed Unsigned32,
|
|
fan1OffsetFilterClogged Unsigned32,
|
|
fanEmergencyStarttemp Integer32,
|
|
fanEmergencyEndtemp Integer32,
|
|
fanEmergencyspeed Unsigned32,
|
|
fanDehumiTimeDelay Unsigned32,
|
|
fan1MinSpeedCWMode Unsigned32,
|
|
fan1StarttempFretdoorTemperature Integer32,
|
|
fan2MinSpeedCWMode Unsigned32,
|
|
fan2StarttempFretdoorTemperature Integer32,
|
|
fan3MinSpeedCWMode Unsigned32
|
|
}
|
|
|
|
fan1PreRuntime OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 pre runtime"
|
|
::= { confFanSpecialModesEntry 6911 }
|
|
|
|
fan1RunAfterTime OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..250)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 run after time"
|
|
::= { confFanSpecialModesEntry 6912 }
|
|
|
|
fan1Start100Time OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 start 100% time"
|
|
::= { confFanSpecialModesEntry 6916 }
|
|
|
|
fan1ReduceTime OBJECT-TYPE
|
|
SYNTAX Unsigned32 (30..120)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 reduce time"
|
|
::= { confFanSpecialModesEntry 6917 }
|
|
|
|
fan1ReduceSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 reduce speed"
|
|
::= { confFanSpecialModesEntry 6918 }
|
|
|
|
fan1DehumidificationSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 dehumidification speed"
|
|
::= { confFanSpecialModesEntry 6920 }
|
|
|
|
fan1UpsSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 ups speed"
|
|
::= { confFanSpecialModesEntry 6921 }
|
|
|
|
fan1OffsetFilterClogged OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..10)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 offset filter clogged"
|
|
::= { confFanSpecialModesEntry 6922 }
|
|
|
|
fanEmergencyStarttemp OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan emergency starttemp."
|
|
::= { confFanSpecialModesEntry 6938 }
|
|
|
|
fanEmergencyEndtemp OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan emergency endtemp."
|
|
::= { confFanSpecialModesEntry 6939 }
|
|
|
|
fanEmergencyspeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan emergencyspeed"
|
|
::= { confFanSpecialModesEntry 6940 }
|
|
|
|
fanDehumiTimeDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..30)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan dehumi time (delay)"
|
|
::= { confFanSpecialModesEntry 6941 }
|
|
|
|
fan1MinSpeedCWMode OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 min speed CW mode"
|
|
::= { confFanSpecialModesEntry 6942 }
|
|
|
|
fan1StarttempFretdoorTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan 1 starttemp (freecooling, outdoor-temperature)"
|
|
::= { confFanSpecialModesEntry 6943 }
|
|
|
|
fan2MinSpeedCWMode OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan2 min speed CW mode"
|
|
::= { confFanSpecialModesEntry 7042 }
|
|
|
|
fan2StarttempFretdoorTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..500)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan 2 starttemp (freecooling, outdoor-temperature)"
|
|
::= { confFanSpecialModesEntry 7043 }
|
|
|
|
fan3MinSpeedCWMode OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan3 min speed CW mode"
|
|
::= { confFanSpecialModesEntry 7142 }
|
|
|
|
confAirLouverTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfAirLouverEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confAirLouver"
|
|
::= { confAirLouver 1 }
|
|
|
|
confAirLouverEntry OBJECT-TYPE
|
|
SYNTAX ConfAirLouverEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confAirLouver"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confAirLouverTable 1 }
|
|
|
|
ConfAirLouverEntry ::= SEQUENCE {
|
|
louver1ConfigActive Unsigned32,
|
|
louver1DigitalOut Unsigned32
|
|
}
|
|
|
|
louver1ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"louver1 config active"
|
|
::= { confAirLouverEntry 7200 }
|
|
|
|
louver1DigitalOut OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"louver1 digital out"
|
|
::= { confAirLouverEntry 7209 }
|
|
|
|
confAEfilterTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfAEfilterEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confAEfilter"
|
|
::= { confAEfilter 1 }
|
|
|
|
confAEfilterEntry OBJECT-TYPE
|
|
SYNTAX ConfAEfilterEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confAEfilter"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confAEfilterTable 1 }
|
|
|
|
ConfAEfilterEntry ::= SEQUENCE {
|
|
filter1ConfigurationActive Unsigned32,
|
|
filter1CommonAlarmConfigured Unsigned32,
|
|
filter1ActionOnAlarm Unsigned32,
|
|
filter1Purpose Unsigned32,
|
|
filter1DigitalAlarmOutput Unsigned32,
|
|
filter2ConfigurationActive Unsigned32,
|
|
filter2CommonAlarmConfigured Unsigned32,
|
|
filter2ActionOnAlarm Unsigned32,
|
|
filter2Purpose Unsigned32,
|
|
filter2DigitalAlarmOutput Unsigned32,
|
|
filter2AlarmDelay Unsigned32,
|
|
filter3ConfigurationActive Unsigned32,
|
|
filter3CommonAlarmConfigured Unsigned32,
|
|
filter3ActionOnAlarm Unsigned32,
|
|
filter3Purpose Unsigned32,
|
|
filter3DigitalAlarmOutput Unsigned32,
|
|
filter3AlarmDelay Unsigned32
|
|
}
|
|
|
|
filter1ConfigurationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Filter 1 configuration active"
|
|
::= { confAEfilterEntry 11000 }
|
|
|
|
filter1CommonAlarmConfigured OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Filter 1 common alarm configured"
|
|
::= { confAEfilterEntry 11002 }
|
|
|
|
filter1ActionOnAlarm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Filter 1 action on alarm"
|
|
::= { confAEfilterEntry 11003 }
|
|
|
|
filter1Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Filter 1 purpose"
|
|
::= { confAEfilterEntry 11008 }
|
|
|
|
filter1DigitalAlarmOutput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Filter 1 digital alarm output"
|
|
::= { confAEfilterEntry 11011 }
|
|
|
|
filter2ConfigurationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Filter 2 configuration active"
|
|
::= { confAEfilterEntry 11100 }
|
|
|
|
filter2CommonAlarmConfigured OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Filter 2 common alarm configured"
|
|
::= { confAEfilterEntry 11102 }
|
|
|
|
filter2ActionOnAlarm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Filter 2 action on alarm"
|
|
::= { confAEfilterEntry 11103 }
|
|
|
|
filter2Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Filter 2 purpose"
|
|
::= { confAEfilterEntry 11108 }
|
|
|
|
filter2DigitalAlarmOutput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Filter 2 digital alarm output"
|
|
::= { confAEfilterEntry 11111 }
|
|
|
|
filter2AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Filter 2 alarm delay"
|
|
::= { confAEfilterEntry 11112 }
|
|
|
|
filter3ConfigurationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Filter 3 configuration active"
|
|
::= { confAEfilterEntry 11200 }
|
|
|
|
filter3CommonAlarmConfigured OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Filter 3 common alarm configured"
|
|
::= { confAEfilterEntry 11202 }
|
|
|
|
filter3ActionOnAlarm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Filter 3 action on alarm"
|
|
::= { confAEfilterEntry 11203 }
|
|
|
|
filter3Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Filter 3 purpose"
|
|
::= { confAEfilterEntry 11208 }
|
|
|
|
filter3DigitalAlarmOutput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Filter 3 digital alarm output"
|
|
::= { confAEfilterEntry 11211 }
|
|
|
|
filter3AlarmDelay OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Filter 3 alarm delay"
|
|
::= { confAEfilterEntry 11212 }
|
|
|
|
confSensor1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfSensor1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confSensor1"
|
|
::= { confSensor1 1 }
|
|
|
|
confSensor1Entry OBJECT-TYPE
|
|
SYNTAX ConfSensor1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confSensor1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confSensor1Table 1 }
|
|
|
|
ConfSensor1Entry ::= SEQUENCE {
|
|
sensor1ConfigActive Unsigned32,
|
|
sensor1DefectCommonAlarmConfig Unsigned32,
|
|
sensor1LimitCommonAlarmConfig Unsigned32,
|
|
sensor1PurposeUse Unsigned32,
|
|
sensor1Type Unsigned32,
|
|
sensor1AnalogInput Unsigned32,
|
|
sensor1MinValue Unsigned32,
|
|
sensor1MaxValue Unsigned32,
|
|
sensor1MinPhysValue Integer32,
|
|
sensor1MaxPhysValue Integer32,
|
|
sensor1Tolerance Unsigned32,
|
|
sensor1AlarmPriorities Unsigned32,
|
|
sensor1FailureAlarmPriorities Unsigned32
|
|
}
|
|
|
|
sensor1ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor1 config. active"
|
|
::= { confSensor1Entry 2300 }
|
|
|
|
sensor1DefectCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor1 defect common alarm config"
|
|
::= { confSensor1Entry 2303 }
|
|
|
|
sensor1LimitCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor1 limit common alarm config"
|
|
::= { confSensor1Entry 2304 }
|
|
|
|
sensor1PurposeUse OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor1 purpose/use"
|
|
::= { confSensor1Entry 2308 }
|
|
|
|
sensor1Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor1 type"
|
|
::= { confSensor1Entry 2309 }
|
|
|
|
sensor1AnalogInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..21)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor1 analog input"
|
|
::= { confSensor1Entry 2310 }
|
|
|
|
sensor1MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor1 min value"
|
|
::= { confSensor1Entry 2311 }
|
|
|
|
sensor1MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor1 max value"
|
|
::= { confSensor1Entry 2312 }
|
|
|
|
sensor1MinPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor1 min phys. value"
|
|
::= { confSensor1Entry 2313 }
|
|
|
|
sensor1MaxPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor1 max phys. value"
|
|
::= { confSensor1Entry 2314 }
|
|
|
|
sensor1Tolerance OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor1 tolerance"
|
|
::= { confSensor1Entry 2315 }
|
|
|
|
sensor1AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor1 alarm priorities"
|
|
::= { confSensor1Entry 2316 }
|
|
|
|
sensor1FailureAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor1 failure alarm priorities"
|
|
::= { confSensor1Entry 2318 }
|
|
|
|
confSensor2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfSensor2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confSensor2"
|
|
::= { confSensor2 1 }
|
|
|
|
confSensor2Entry OBJECT-TYPE
|
|
SYNTAX ConfSensor2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confSensor2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confSensor2Table 1 }
|
|
|
|
ConfSensor2Entry ::= SEQUENCE {
|
|
sensor2ConfigActive Unsigned32,
|
|
sensor2DefectCommonAlarmConfig Unsigned32,
|
|
sensor2LimitCommonAlarmConfig Unsigned32,
|
|
sensor2Purpose Unsigned32,
|
|
sensor2Type Unsigned32,
|
|
sensor2AnalogInput Unsigned32,
|
|
sensor2MinValue Unsigned32,
|
|
sensor2MaxValue Unsigned32,
|
|
sensor2MinPhysValue Integer32,
|
|
sensor2MaxPhysValue Integer32,
|
|
sensor2Tolerance Unsigned32,
|
|
sensor2AlarmPriorities Unsigned32,
|
|
sensor2FailureAlarmPriorities Unsigned32
|
|
}
|
|
|
|
sensor2ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor2 config. active"
|
|
::= { confSensor2Entry 2400 }
|
|
|
|
sensor2DefectCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor2 defect common alarm config"
|
|
::= { confSensor2Entry 2403 }
|
|
|
|
sensor2LimitCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor2 limit common alarm config"
|
|
::= { confSensor2Entry 2404 }
|
|
|
|
sensor2Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor2 purpose"
|
|
::= { confSensor2Entry 2408 }
|
|
|
|
sensor2Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor2 type"
|
|
::= { confSensor2Entry 2409 }
|
|
|
|
sensor2AnalogInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..21)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor2 analog input"
|
|
::= { confSensor2Entry 2410 }
|
|
|
|
sensor2MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor2 min value"
|
|
::= { confSensor2Entry 2411 }
|
|
|
|
sensor2MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor2 max value"
|
|
::= { confSensor2Entry 2412 }
|
|
|
|
sensor2MinPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor2 min phys. value"
|
|
::= { confSensor2Entry 2413 }
|
|
|
|
sensor2MaxPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor2 max phys. value"
|
|
::= { confSensor2Entry 2414 }
|
|
|
|
sensor2Tolerance OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor2 tolerance"
|
|
::= { confSensor2Entry 2415 }
|
|
|
|
sensor2AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor2 alarm priorities"
|
|
::= { confSensor2Entry 2416 }
|
|
|
|
sensor2FailureAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor2 failure alarm priorities"
|
|
::= { confSensor2Entry 2418 }
|
|
|
|
confSensor3Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfSensor3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confSensor3"
|
|
::= { confSensor3 1 }
|
|
|
|
confSensor3Entry OBJECT-TYPE
|
|
SYNTAX ConfSensor3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confSensor3"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confSensor3Table 1 }
|
|
|
|
ConfSensor3Entry ::= SEQUENCE {
|
|
sensor3ConfigActive Unsigned32,
|
|
sensor3DefectCommonAlarmConfig Unsigned32,
|
|
sensor3LimitCommonAlarmConfig Unsigned32,
|
|
sensor3Purpose Unsigned32,
|
|
sensor3Type Unsigned32,
|
|
sensor3AnalogInput Unsigned32,
|
|
sensor3MinValue Unsigned32,
|
|
sensor3MaxValue Unsigned32,
|
|
sensor3MinPhysValue Integer32,
|
|
sensor3MaxPhysValue Integer32,
|
|
sensor3Tolerance Unsigned32,
|
|
sensor3AlarmPriorities Unsigned32,
|
|
sensor3FailureAlarmPriorities Unsigned32
|
|
}
|
|
|
|
sensor3ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor3 config. active"
|
|
::= { confSensor3Entry 2500 }
|
|
|
|
sensor3DefectCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor3 defect common alarm config"
|
|
::= { confSensor3Entry 2503 }
|
|
|
|
sensor3LimitCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor3 limit common alarm config"
|
|
::= { confSensor3Entry 2504 }
|
|
|
|
sensor3Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor3 purpose"
|
|
::= { confSensor3Entry 2508 }
|
|
|
|
sensor3Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor3 type"
|
|
::= { confSensor3Entry 2509 }
|
|
|
|
sensor3AnalogInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..21)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor3 analog input"
|
|
::= { confSensor3Entry 2510 }
|
|
|
|
sensor3MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor3 min value"
|
|
::= { confSensor3Entry 2511 }
|
|
|
|
sensor3MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor3 max value"
|
|
::= { confSensor3Entry 2512 }
|
|
|
|
sensor3MinPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor3 min phys. value"
|
|
::= { confSensor3Entry 2513 }
|
|
|
|
sensor3MaxPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor3 max phys. value"
|
|
::= { confSensor3Entry 2514 }
|
|
|
|
sensor3Tolerance OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor3 tolerance"
|
|
::= { confSensor3Entry 2515 }
|
|
|
|
sensor3AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor3 alarm priorities"
|
|
::= { confSensor3Entry 2516 }
|
|
|
|
sensor3FailureAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor3 failure alarm priorities"
|
|
::= { confSensor3Entry 2518 }
|
|
|
|
confSensor4Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfSensor4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confSensor4"
|
|
::= { confSensor4 1 }
|
|
|
|
confSensor4Entry OBJECT-TYPE
|
|
SYNTAX ConfSensor4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confSensor4"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confSensor4Table 1 }
|
|
|
|
ConfSensor4Entry ::= SEQUENCE {
|
|
sensor4ConfigActive Unsigned32,
|
|
sensor4DefectCommonAlarmConfig Unsigned32,
|
|
sensor4LimitCommonAlarmConfig Unsigned32,
|
|
sensor4Purpose Unsigned32,
|
|
sensor4Type Unsigned32,
|
|
sensor4AnalogInput Unsigned32,
|
|
sensor4MinValue Unsigned32,
|
|
sensor4MaxValue Unsigned32,
|
|
sensor4MinPhysValue Integer32,
|
|
sensor4MaxPhysValue Integer32,
|
|
sensor4Tolerance Unsigned32,
|
|
sensor4AlarmPriorities Unsigned32,
|
|
sensor4FailureAlarmPriorities Unsigned32
|
|
}
|
|
|
|
sensor4ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor4 config. active"
|
|
::= { confSensor4Entry 2600 }
|
|
|
|
sensor4DefectCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor4 defect common alarm config"
|
|
::= { confSensor4Entry 2603 }
|
|
|
|
sensor4LimitCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor4 limit common alarm config"
|
|
::= { confSensor4Entry 2604 }
|
|
|
|
sensor4Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor4 purpose"
|
|
::= { confSensor4Entry 2608 }
|
|
|
|
sensor4Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor4 type"
|
|
::= { confSensor4Entry 2609 }
|
|
|
|
sensor4AnalogInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..21)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor4 analog input"
|
|
::= { confSensor4Entry 2610 }
|
|
|
|
sensor4MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor4 min value"
|
|
::= { confSensor4Entry 2611 }
|
|
|
|
sensor4MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor4 max value"
|
|
::= { confSensor4Entry 2612 }
|
|
|
|
sensor4MinPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor4 min phys. value"
|
|
::= { confSensor4Entry 2613 }
|
|
|
|
sensor4MaxPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor4 max phys. value"
|
|
::= { confSensor4Entry 2614 }
|
|
|
|
sensor4Tolerance OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor4 tolerance"
|
|
::= { confSensor4Entry 2615 }
|
|
|
|
sensor4AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor4 alarm priorities"
|
|
::= { confSensor4Entry 2616 }
|
|
|
|
sensor4FailureAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor4 failure alarm priorities"
|
|
::= { confSensor4Entry 2618 }
|
|
|
|
confSensor5Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfSensor5Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confSensor5"
|
|
::= { confSensor5 1 }
|
|
|
|
confSensor5Entry OBJECT-TYPE
|
|
SYNTAX ConfSensor5Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confSensor5"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confSensor5Table 1 }
|
|
|
|
ConfSensor5Entry ::= SEQUENCE {
|
|
sensor5ConfigActive Unsigned32,
|
|
sensor5DefectCommonAlarmConfig Unsigned32,
|
|
sensor5LimitCommonAlarmConfig Unsigned32,
|
|
sensor5Purpose Unsigned32,
|
|
sensor5Type Unsigned32,
|
|
sensor5AnalogInput Unsigned32,
|
|
sensor5MinValue Unsigned32,
|
|
sensor5MaxValue Unsigned32,
|
|
sensor5MinPhysValue Integer32,
|
|
sensor5MaxPhysValue Integer32,
|
|
sensor5Tolerance Unsigned32,
|
|
sensor5AlarmPriorities Unsigned32,
|
|
sensor5FailureAlarmPriorities Unsigned32
|
|
}
|
|
|
|
sensor5ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor5 config. active"
|
|
::= { confSensor5Entry 2700 }
|
|
|
|
sensor5DefectCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor5 defect common alarm config"
|
|
::= { confSensor5Entry 2703 }
|
|
|
|
sensor5LimitCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor5 limit common alarm config"
|
|
::= { confSensor5Entry 2704 }
|
|
|
|
sensor5Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor5 purpose"
|
|
::= { confSensor5Entry 2708 }
|
|
|
|
sensor5Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor5 type"
|
|
::= { confSensor5Entry 2709 }
|
|
|
|
sensor5AnalogInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..21)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor5 analog input"
|
|
::= { confSensor5Entry 2710 }
|
|
|
|
sensor5MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor5 min value"
|
|
::= { confSensor5Entry 2711 }
|
|
|
|
sensor5MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor5 max value"
|
|
::= { confSensor5Entry 2712 }
|
|
|
|
sensor5MinPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor5 min phys. value"
|
|
::= { confSensor5Entry 2713 }
|
|
|
|
sensor5MaxPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor5 max phys. value"
|
|
::= { confSensor5Entry 2714 }
|
|
|
|
sensor5Tolerance OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor5 tolerance"
|
|
::= { confSensor5Entry 2715 }
|
|
|
|
sensor5AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor5 alarm priorities"
|
|
::= { confSensor5Entry 2716 }
|
|
|
|
sensor5FailureAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor5 failure alarm priorities"
|
|
::= { confSensor5Entry 2718 }
|
|
|
|
confSensor6Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfSensor6Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confSensor6"
|
|
::= { confSensor6 1 }
|
|
|
|
confSensor6Entry OBJECT-TYPE
|
|
SYNTAX ConfSensor6Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confSensor6"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confSensor6Table 1 }
|
|
|
|
ConfSensor6Entry ::= SEQUENCE {
|
|
sensor6ConfigActive Unsigned32,
|
|
sensor6DefectCommonAlarmConfig Unsigned32,
|
|
sensor6LimitCommonAlarmConfig Unsigned32,
|
|
sensor6Purpose Unsigned32,
|
|
sensor6Type Unsigned32,
|
|
sensor6AnalogInput Unsigned32,
|
|
sensor6MinValue Unsigned32,
|
|
sensor6MaxValue Unsigned32,
|
|
sensor6MinPhysValue Integer32,
|
|
sensor6MaxPhysValue Integer32,
|
|
sensor6Tolerance Unsigned32,
|
|
sensor6AlarmPriorities Unsigned32,
|
|
sensor6FailureAlarmPriorities Unsigned32
|
|
}
|
|
|
|
sensor6ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor6 config. active"
|
|
::= { confSensor6Entry 2800 }
|
|
|
|
sensor6DefectCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor6 defect common alarm config"
|
|
::= { confSensor6Entry 2803 }
|
|
|
|
sensor6LimitCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor6 limit common alarm config"
|
|
::= { confSensor6Entry 2804 }
|
|
|
|
sensor6Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor6 purpose"
|
|
::= { confSensor6Entry 2808 }
|
|
|
|
sensor6Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor6 type"
|
|
::= { confSensor6Entry 2809 }
|
|
|
|
sensor6AnalogInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..21)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor6 analog input"
|
|
::= { confSensor6Entry 2810 }
|
|
|
|
sensor6MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor6 min value"
|
|
::= { confSensor6Entry 2811 }
|
|
|
|
sensor6MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor6 max value"
|
|
::= { confSensor6Entry 2812 }
|
|
|
|
sensor6MinPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor6 min phys. value"
|
|
::= { confSensor6Entry 2813 }
|
|
|
|
sensor6MaxPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor6 max phys. value"
|
|
::= { confSensor6Entry 2814 }
|
|
|
|
sensor6Tolerance OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor6 tolerance"
|
|
::= { confSensor6Entry 2815 }
|
|
|
|
sensor6AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor6 alarm priorities"
|
|
::= { confSensor6Entry 2816 }
|
|
|
|
sensor6FailureAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor6 failure alarm priorities"
|
|
::= { confSensor6Entry 2818 }
|
|
|
|
confSensor7Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfSensor7Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confSensor7"
|
|
::= { confSensor7 1 }
|
|
|
|
confSensor7Entry OBJECT-TYPE
|
|
SYNTAX ConfSensor7Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confSensor7"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confSensor7Table 1 }
|
|
|
|
ConfSensor7Entry ::= SEQUENCE {
|
|
sensor7ConfigActive Unsigned32,
|
|
sensor7DefectCommonAlarmConfig Unsigned32,
|
|
sensor7LimitCommonAlarmConfig Unsigned32,
|
|
sensor7Purpose Unsigned32,
|
|
sensor7Type Unsigned32,
|
|
sensor7AnalogInput Unsigned32,
|
|
sensor7MinValue Unsigned32,
|
|
sensor7MaxValue Unsigned32,
|
|
sensor7MinPhysValue Integer32,
|
|
sensor7MaxPhysValue Integer32,
|
|
sensor7Tolerance Unsigned32,
|
|
sensor7AlarmPriorities Unsigned32,
|
|
sensor7FailureAlarmPriorities Unsigned32
|
|
}
|
|
|
|
sensor7ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor7 config. active"
|
|
::= { confSensor7Entry 2900 }
|
|
|
|
sensor7DefectCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor7 defect common alarm config"
|
|
::= { confSensor7Entry 2903 }
|
|
|
|
sensor7LimitCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor7 limit common alarm config"
|
|
::= { confSensor7Entry 2904 }
|
|
|
|
sensor7Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor7 purpose"
|
|
::= { confSensor7Entry 2908 }
|
|
|
|
sensor7Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor7 type"
|
|
::= { confSensor7Entry 2909 }
|
|
|
|
sensor7AnalogInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..21)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor7 analog input"
|
|
::= { confSensor7Entry 2910 }
|
|
|
|
sensor7MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor7 min value"
|
|
::= { confSensor7Entry 2911 }
|
|
|
|
sensor7MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor7 max value"
|
|
::= { confSensor7Entry 2912 }
|
|
|
|
sensor7MinPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor7 min phys. value"
|
|
::= { confSensor7Entry 2913 }
|
|
|
|
sensor7MaxPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor7 max phys. value"
|
|
::= { confSensor7Entry 2914 }
|
|
|
|
sensor7Tolerance OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor7 tolerance"
|
|
::= { confSensor7Entry 2915 }
|
|
|
|
sensor7AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor7 alarm priorities"
|
|
::= { confSensor7Entry 2916 }
|
|
|
|
sensor7FailureAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor7 failure alarm priorities"
|
|
::= { confSensor7Entry 2918 }
|
|
|
|
confSensor8Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfSensor8Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confSensor8"
|
|
::= { confSensor8 1 }
|
|
|
|
confSensor8Entry OBJECT-TYPE
|
|
SYNTAX ConfSensor8Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confSensor8"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confSensor8Table 1 }
|
|
|
|
ConfSensor8Entry ::= SEQUENCE {
|
|
sensor8ConfigActive Unsigned32,
|
|
sensor8DefectCommonAlarmConfig Unsigned32,
|
|
sensor8LimitCommonAlarmConfig Unsigned32,
|
|
sensor8Purpose Unsigned32,
|
|
sensor8Type Unsigned32,
|
|
sensor8AnalogInput Unsigned32,
|
|
sensor8MinValue Unsigned32,
|
|
sensor8MaxValue Unsigned32,
|
|
sensor8MinPhysValue Integer32,
|
|
sensor8MaxPhysValue Integer32,
|
|
sensor8Tolerance Unsigned32,
|
|
sensor8AlarmPriorities Unsigned32,
|
|
sensor8FailureAlarmPriorities Unsigned32
|
|
}
|
|
|
|
sensor8ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor8 config. active"
|
|
::= { confSensor8Entry 3000 }
|
|
|
|
sensor8DefectCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor8 defect common alarm config"
|
|
::= { confSensor8Entry 3003 }
|
|
|
|
sensor8LimitCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor8 limit common alarm config"
|
|
::= { confSensor8Entry 3004 }
|
|
|
|
sensor8Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor8 purpose"
|
|
::= { confSensor8Entry 3008 }
|
|
|
|
sensor8Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor8 type"
|
|
::= { confSensor8Entry 3009 }
|
|
|
|
sensor8AnalogInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..21)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor8 analog input"
|
|
::= { confSensor8Entry 3010 }
|
|
|
|
sensor8MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor8 min value"
|
|
::= { confSensor8Entry 3011 }
|
|
|
|
sensor8MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor8 max value"
|
|
::= { confSensor8Entry 3012 }
|
|
|
|
sensor8MinPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor8 min phys. value"
|
|
::= { confSensor8Entry 3013 }
|
|
|
|
sensor8MaxPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor8 max phys. value"
|
|
::= { confSensor8Entry 3014 }
|
|
|
|
sensor8Tolerance OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor8 tolerance"
|
|
::= { confSensor8Entry 3015 }
|
|
|
|
sensor8AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor8 alarm priorities"
|
|
::= { confSensor8Entry 3016 }
|
|
|
|
sensor8FailureAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor8 failure alarm priorities"
|
|
::= { confSensor8Entry 3018 }
|
|
|
|
confSensor9Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfSensor9Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confSensor9"
|
|
::= { confSensor9 1 }
|
|
|
|
confSensor9Entry OBJECT-TYPE
|
|
SYNTAX ConfSensor9Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confSensor9"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confSensor9Table 1 }
|
|
|
|
ConfSensor9Entry ::= SEQUENCE {
|
|
sensor9ConfigActive Unsigned32,
|
|
sensor9DefectCommonAlarmConfig Unsigned32,
|
|
sensor9LimitCommonAlarmConfig Unsigned32,
|
|
sensor9Purpose Unsigned32,
|
|
sensor9Type Unsigned32,
|
|
sensor9AnalogInput Unsigned32,
|
|
sensor9MinValue Unsigned32,
|
|
sensor9MaxValue Unsigned32,
|
|
sensor9MinPhysValue Integer32,
|
|
sensor9MaxPhysValue Integer32,
|
|
sensor9Tolerance Unsigned32,
|
|
sensor9AlarmPriorities Unsigned32,
|
|
sensor9FailureAlarmPriorities Unsigned32
|
|
}
|
|
|
|
sensor9ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor9 config. active"
|
|
::= { confSensor9Entry 3100 }
|
|
|
|
sensor9DefectCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor9 defect common alarm config"
|
|
::= { confSensor9Entry 3103 }
|
|
|
|
sensor9LimitCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor9 limit common alarm config"
|
|
::= { confSensor9Entry 3104 }
|
|
|
|
sensor9Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor9 purpose"
|
|
::= { confSensor9Entry 3108 }
|
|
|
|
sensor9Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor9 type"
|
|
::= { confSensor9Entry 3109 }
|
|
|
|
sensor9AnalogInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..21)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor9 analog input"
|
|
::= { confSensor9Entry 3110 }
|
|
|
|
sensor9MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor9 min value"
|
|
::= { confSensor9Entry 3111 }
|
|
|
|
sensor9MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor9 max value"
|
|
::= { confSensor9Entry 3112 }
|
|
|
|
sensor9MinPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor9 min phys. value"
|
|
::= { confSensor9Entry 3113 }
|
|
|
|
sensor9MaxPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor9 max phys. value"
|
|
::= { confSensor9Entry 3114 }
|
|
|
|
sensor9Tolerance OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor9 tolerance"
|
|
::= { confSensor9Entry 3115 }
|
|
|
|
sensor9AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor9 alarm priorities"
|
|
::= { confSensor9Entry 3116 }
|
|
|
|
sensor9FailureAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor9 failure alarm priorities"
|
|
::= { confSensor9Entry 3118 }
|
|
|
|
confSensor10Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfSensor10Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confSensor10"
|
|
::= { confSensor10 1 }
|
|
|
|
confSensor10Entry OBJECT-TYPE
|
|
SYNTAX ConfSensor10Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confSensor10"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confSensor10Table 1 }
|
|
|
|
ConfSensor10Entry ::= SEQUENCE {
|
|
sensor10ConfigActive Unsigned32,
|
|
sensor10DefectCommonAlarmConfig Unsigned32,
|
|
sensor10LimitCommonAlarmConfig Unsigned32,
|
|
sensor10Purpose Unsigned32,
|
|
sensor10Type Unsigned32,
|
|
sensor10AnalogInput Unsigned32,
|
|
sensor10MinValue Unsigned32,
|
|
sensor10MaxValue Unsigned32,
|
|
sensor10MinPhysValue Integer32,
|
|
sensor10MaxPhysValue Integer32,
|
|
sensor10Tolerance Unsigned32,
|
|
sensor10AlarmPriorities Unsigned32,
|
|
sensor10FailureAlarmPriorities Unsigned32
|
|
}
|
|
|
|
sensor10ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor10 config. active"
|
|
::= { confSensor10Entry 3200 }
|
|
|
|
sensor10DefectCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor10 defect common alarm config"
|
|
::= { confSensor10Entry 3203 }
|
|
|
|
sensor10LimitCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor10 limit common alarm config"
|
|
::= { confSensor10Entry 3204 }
|
|
|
|
sensor10Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor10 purpose"
|
|
::= { confSensor10Entry 3208 }
|
|
|
|
sensor10Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor10 type"
|
|
::= { confSensor10Entry 3209 }
|
|
|
|
sensor10AnalogInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..21)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor10 analog input"
|
|
::= { confSensor10Entry 3210 }
|
|
|
|
sensor10MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor10 min value"
|
|
::= { confSensor10Entry 3211 }
|
|
|
|
sensor10MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor10 max value"
|
|
::= { confSensor10Entry 3212 }
|
|
|
|
sensor10MinPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor10 min phys. value"
|
|
::= { confSensor10Entry 3213 }
|
|
|
|
sensor10MaxPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor10 max phys. value"
|
|
::= { confSensor10Entry 3214 }
|
|
|
|
sensor10Tolerance OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor10 tolerance"
|
|
::= { confSensor10Entry 3215 }
|
|
|
|
sensor10AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor10 alarm priorities"
|
|
::= { confSensor10Entry 3216 }
|
|
|
|
sensor10FailureAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor10 failure alarm priorities"
|
|
::= { confSensor10Entry 3218 }
|
|
|
|
confSensor11Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfSensor11Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confSensor11"
|
|
::= { confSensor11 1 }
|
|
|
|
confSensor11Entry OBJECT-TYPE
|
|
SYNTAX ConfSensor11Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confSensor11"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confSensor11Table 1 }
|
|
|
|
ConfSensor11Entry ::= SEQUENCE {
|
|
sensor11ConfigActive Unsigned32,
|
|
sensor11DefectCommonAlarmConfig Unsigned32,
|
|
sensor11LimitCommonAlarmConfig Unsigned32,
|
|
sensor11Purpose Unsigned32,
|
|
sensor11Type Unsigned32,
|
|
sensor11AnalogInput Unsigned32,
|
|
sensor11MinValue Unsigned32,
|
|
sensor11MaxValue Unsigned32,
|
|
sensor11MinPhysValue Integer32,
|
|
sensor11MaxPhysValue Integer32,
|
|
sensor11Tolerance Unsigned32,
|
|
sensor11AlarmPriorities Unsigned32,
|
|
sensor11FailureAlarmPriorities Unsigned32
|
|
}
|
|
|
|
sensor11ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor11 config. active"
|
|
::= { confSensor11Entry 3300 }
|
|
|
|
sensor11DefectCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor11 defect common alarm config"
|
|
::= { confSensor11Entry 3303 }
|
|
|
|
sensor11LimitCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor11 limit common alarm config"
|
|
::= { confSensor11Entry 3304 }
|
|
|
|
sensor11Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor11 purpose"
|
|
::= { confSensor11Entry 3308 }
|
|
|
|
sensor11Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor11 type"
|
|
::= { confSensor11Entry 3309 }
|
|
|
|
sensor11AnalogInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..21)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor11 analog input"
|
|
::= { confSensor11Entry 3310 }
|
|
|
|
sensor11MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor11 min value"
|
|
::= { confSensor11Entry 3311 }
|
|
|
|
sensor11MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor11 max value"
|
|
::= { confSensor11Entry 3312 }
|
|
|
|
sensor11MinPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor11 min phys. value"
|
|
::= { confSensor11Entry 3313 }
|
|
|
|
sensor11MaxPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor11 max phys. value"
|
|
::= { confSensor11Entry 3314 }
|
|
|
|
sensor11Tolerance OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor11 tolerance"
|
|
::= { confSensor11Entry 3315 }
|
|
|
|
sensor11AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor11 alarm priorities"
|
|
::= { confSensor11Entry 3316 }
|
|
|
|
sensor11FailureAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor11 failure alarm priorities"
|
|
::= { confSensor11Entry 3318 }
|
|
|
|
confSensor12Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfSensor12Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confSensor12"
|
|
::= { confSensor12 1 }
|
|
|
|
confSensor12Entry OBJECT-TYPE
|
|
SYNTAX ConfSensor12Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confSensor12"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confSensor12Table 1 }
|
|
|
|
ConfSensor12Entry ::= SEQUENCE {
|
|
sensor12ConfigActive Unsigned32,
|
|
sensor12DefectCommonAlarmConfig Unsigned32,
|
|
sensor12LimitCommonAlarmConfig Unsigned32,
|
|
sensor12Purpose Unsigned32,
|
|
sensor12Type Unsigned32,
|
|
sensor12AnalogInput Unsigned32,
|
|
sensor12MinValue Unsigned32,
|
|
sensor12MaxValue Unsigned32,
|
|
sensor12MinPhysValue Integer32,
|
|
sensor12MaxPhysValue Integer32,
|
|
sensor12Tolerance Unsigned32,
|
|
sensor12AlarmPriorities Unsigned32,
|
|
sensor12FailureAlarmPriorities Unsigned32
|
|
}
|
|
|
|
sensor12ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor12 config. active"
|
|
::= { confSensor12Entry 3400 }
|
|
|
|
sensor12DefectCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor12 defect common alarm config"
|
|
::= { confSensor12Entry 3403 }
|
|
|
|
sensor12LimitCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor12 limit common alarm config"
|
|
::= { confSensor12Entry 3404 }
|
|
|
|
sensor12Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor12 purpose"
|
|
::= { confSensor12Entry 3408 }
|
|
|
|
sensor12Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor12 type"
|
|
::= { confSensor12Entry 3409 }
|
|
|
|
sensor12AnalogInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..21)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor12 analog input"
|
|
::= { confSensor12Entry 3410 }
|
|
|
|
sensor12MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor12 min value"
|
|
::= { confSensor12Entry 3411 }
|
|
|
|
sensor12MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor12 max value"
|
|
::= { confSensor12Entry 3412 }
|
|
|
|
sensor12MinPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor12 min phys. value"
|
|
::= { confSensor12Entry 3413 }
|
|
|
|
sensor12MaxPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor12 max phys. value"
|
|
::= { confSensor12Entry 3414 }
|
|
|
|
sensor12Tolerance OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor12 tolerance"
|
|
::= { confSensor12Entry 3415 }
|
|
|
|
sensor12AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor12 alarm priorities"
|
|
::= { confSensor12Entry 3416 }
|
|
|
|
sensor12FailureAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor12 failure alarm priorities"
|
|
::= { confSensor12Entry 3418 }
|
|
|
|
confSensor13Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfSensor13Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confSensor13"
|
|
::= { confSensor13 1 }
|
|
|
|
confSensor13Entry OBJECT-TYPE
|
|
SYNTAX ConfSensor13Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confSensor13"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confSensor13Table 1 }
|
|
|
|
ConfSensor13Entry ::= SEQUENCE {
|
|
sensor13ConfigActive Unsigned32,
|
|
sensor13DefectCommonAlarmConfig Unsigned32,
|
|
sensor13LimitCommonAlarmConfig Unsigned32,
|
|
sensor13Purpose Unsigned32,
|
|
sensor13Type Unsigned32,
|
|
sensor13AnalogInput Unsigned32,
|
|
sensor13MinValue Unsigned32,
|
|
sensor13MaxValue Unsigned32,
|
|
sensor13MinPhysValue Integer32,
|
|
sensor13MaxPhysValue Integer32,
|
|
sensor13Tolerance Unsigned32,
|
|
sensor13AlarmPriorities Unsigned32,
|
|
sensor13FailureAlarmPriorities Unsigned32
|
|
}
|
|
|
|
sensor13ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor13 config. active"
|
|
::= { confSensor13Entry 3500 }
|
|
|
|
sensor13DefectCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor13 defect common alarm config"
|
|
::= { confSensor13Entry 3503 }
|
|
|
|
sensor13LimitCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor13 limit common alarm config"
|
|
::= { confSensor13Entry 3504 }
|
|
|
|
sensor13Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor13 purpose"
|
|
::= { confSensor13Entry 3508 }
|
|
|
|
sensor13Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor13 type"
|
|
::= { confSensor13Entry 3509 }
|
|
|
|
sensor13AnalogInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..21)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor13 analog input"
|
|
::= { confSensor13Entry 3510 }
|
|
|
|
sensor13MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor13 min value"
|
|
::= { confSensor13Entry 3511 }
|
|
|
|
sensor13MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor13 max value"
|
|
::= { confSensor13Entry 3512 }
|
|
|
|
sensor13MinPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor13 min phys. value"
|
|
::= { confSensor13Entry 3513 }
|
|
|
|
sensor13MaxPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor13 max phys. value"
|
|
::= { confSensor13Entry 3514 }
|
|
|
|
sensor13Tolerance OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor13 tolerance"
|
|
::= { confSensor13Entry 3515 }
|
|
|
|
sensor13AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor13 alarm priorities"
|
|
::= { confSensor13Entry 3516 }
|
|
|
|
sensor13FailureAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor13 failure alarm priorities"
|
|
::= { confSensor13Entry 3518 }
|
|
|
|
confSensor14Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfSensor14Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confSensor14"
|
|
::= { confSensor14 1 }
|
|
|
|
confSensor14Entry OBJECT-TYPE
|
|
SYNTAX ConfSensor14Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confSensor14"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confSensor14Table 1 }
|
|
|
|
ConfSensor14Entry ::= SEQUENCE {
|
|
sensor14ConfigActive Unsigned32,
|
|
sensor14DefectCommonAlarmConfig Unsigned32,
|
|
sensor14LimitCommonAlarmConfig Unsigned32,
|
|
sensor14Purpose Unsigned32,
|
|
sensor14Type Unsigned32,
|
|
sensor14AnalogInput Unsigned32,
|
|
sensor14MinValue Unsigned32,
|
|
sensor14MaxValue Unsigned32,
|
|
sensor14MinPhysValue Integer32,
|
|
sensor14MaxPhysValue Integer32,
|
|
sensor14Tolerance Unsigned32,
|
|
sensor14AlarmPriorities Unsigned32,
|
|
sensor14FailureAlarmPriorities Unsigned32
|
|
}
|
|
|
|
sensor14ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor14 config. active"
|
|
::= { confSensor14Entry 3600 }
|
|
|
|
sensor14DefectCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor14 defect common alarm config"
|
|
::= { confSensor14Entry 3603 }
|
|
|
|
sensor14LimitCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor14 limit common alarm config"
|
|
::= { confSensor14Entry 3604 }
|
|
|
|
sensor14Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor14 purpose"
|
|
::= { confSensor14Entry 3608 }
|
|
|
|
sensor14Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor14 type"
|
|
::= { confSensor14Entry 3609 }
|
|
|
|
sensor14AnalogInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..21)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor14 analog input"
|
|
::= { confSensor14Entry 3610 }
|
|
|
|
sensor14MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor14 min value"
|
|
::= { confSensor14Entry 3611 }
|
|
|
|
sensor14MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor14 max value"
|
|
::= { confSensor14Entry 3612 }
|
|
|
|
sensor14MinPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor14 min phys. value"
|
|
::= { confSensor14Entry 3613 }
|
|
|
|
sensor14MaxPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor14 max phys. value"
|
|
::= { confSensor14Entry 3614 }
|
|
|
|
sensor14Tolerance OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor14 tolerance"
|
|
::= { confSensor14Entry 3615 }
|
|
|
|
sensor14AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor14 alarm priorities"
|
|
::= { confSensor14Entry 3616 }
|
|
|
|
sensor14FailureAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor14 failure alarm priorities"
|
|
::= { confSensor14Entry 3618 }
|
|
|
|
confSensor15Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfSensor15Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confSensor15"
|
|
::= { confSensor15 1 }
|
|
|
|
confSensor15Entry OBJECT-TYPE
|
|
SYNTAX ConfSensor15Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confSensor15"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confSensor15Table 1 }
|
|
|
|
ConfSensor15Entry ::= SEQUENCE {
|
|
sensor15ConfigActive Unsigned32,
|
|
sensor15DefectCommonAlarmConfig Unsigned32,
|
|
sensor15LimitCommonAlarmConfig Unsigned32,
|
|
sensor15Purpose Unsigned32,
|
|
sensor15Type Unsigned32,
|
|
sensor15AnalogInput Unsigned32,
|
|
sensor15MinValue Unsigned32,
|
|
sensor15MaxValue Unsigned32,
|
|
sensor15MinPhysValue Integer32,
|
|
sensor15MaxPhysValue Integer32,
|
|
sensor15Tolerance Unsigned32,
|
|
sensor15AlarmPriorities Unsigned32,
|
|
sensor15FailureAlarmPriorities Unsigned32
|
|
}
|
|
|
|
sensor15ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor15 config. active"
|
|
::= { confSensor15Entry 3700 }
|
|
|
|
sensor15DefectCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor15 defect common alarm config"
|
|
::= { confSensor15Entry 3703 }
|
|
|
|
sensor15LimitCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor15 limit common alarm config"
|
|
::= { confSensor15Entry 3704 }
|
|
|
|
sensor15Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor15 purpose"
|
|
::= { confSensor15Entry 3708 }
|
|
|
|
sensor15Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor15 type"
|
|
::= { confSensor15Entry 3709 }
|
|
|
|
sensor15AnalogInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..21)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor15 analog input"
|
|
::= { confSensor15Entry 3710 }
|
|
|
|
sensor15MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor15 min value"
|
|
::= { confSensor15Entry 3711 }
|
|
|
|
sensor15MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor15 max value"
|
|
::= { confSensor15Entry 3712 }
|
|
|
|
sensor15MinPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor15 min phys. value"
|
|
::= { confSensor15Entry 3713 }
|
|
|
|
sensor15MaxPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor15 max phys. value"
|
|
::= { confSensor15Entry 3714 }
|
|
|
|
sensor15Tolerance OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor15 tolerance"
|
|
::= { confSensor15Entry 3715 }
|
|
|
|
sensor15AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor15 alarm priorities"
|
|
::= { confSensor15Entry 3716 }
|
|
|
|
sensor15FailureAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor15 failure alarm priorities"
|
|
::= { confSensor15Entry 3718 }
|
|
|
|
confSensor16Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfSensor16Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confSensor16"
|
|
::= { confSensor16 1 }
|
|
|
|
confSensor16Entry OBJECT-TYPE
|
|
SYNTAX ConfSensor16Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confSensor16"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confSensor16Table 1 }
|
|
|
|
ConfSensor16Entry ::= SEQUENCE {
|
|
sensor16ConfigActive Unsigned32,
|
|
sensor16DefectCommonAlarmConfig Unsigned32,
|
|
sensor16LimitCommonAlarmConfig Unsigned32,
|
|
sensor16Purpose Unsigned32,
|
|
sensor16Type Unsigned32,
|
|
sensor16AnalogInput Unsigned32,
|
|
sensor16MinValue Unsigned32,
|
|
sensor16MaxValue Unsigned32,
|
|
sensor16MinPhysValue Integer32,
|
|
sensor16MaxPhysValue Integer32,
|
|
sensor16Tolerance Unsigned32,
|
|
sensor16AlarmPriorities Unsigned32,
|
|
sensor16FailureAlarmPriorities Unsigned32
|
|
}
|
|
|
|
sensor16ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor16 config. active"
|
|
::= { confSensor16Entry 3800 }
|
|
|
|
sensor16DefectCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor16 defect common alarm config"
|
|
::= { confSensor16Entry 3803 }
|
|
|
|
sensor16LimitCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor16 limit common alarm config"
|
|
::= { confSensor16Entry 3804 }
|
|
|
|
sensor16Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor16 purpose"
|
|
::= { confSensor16Entry 3808 }
|
|
|
|
sensor16Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor16 type"
|
|
::= { confSensor16Entry 3809 }
|
|
|
|
sensor16AnalogInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..21)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor16 analog input"
|
|
::= { confSensor16Entry 3810 }
|
|
|
|
sensor16MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor16 min value"
|
|
::= { confSensor16Entry 3811 }
|
|
|
|
sensor16MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor16 max value"
|
|
::= { confSensor16Entry 3812 }
|
|
|
|
sensor16MinPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor16 min phys. value"
|
|
::= { confSensor16Entry 3813 }
|
|
|
|
sensor16MaxPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor16 max phys. value"
|
|
::= { confSensor16Entry 3814 }
|
|
|
|
sensor16Tolerance OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor16 tolerance"
|
|
::= { confSensor16Entry 3815 }
|
|
|
|
sensor16AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor16 alarm priorities"
|
|
::= { confSensor16Entry 3816 }
|
|
|
|
sensor16FailureAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor16 failure alarm priorities"
|
|
::= { confSensor16Entry 3818 }
|
|
|
|
confSensor17Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfSensor17Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confSensor17"
|
|
::= { confSensor17 1 }
|
|
|
|
confSensor17Entry OBJECT-TYPE
|
|
SYNTAX ConfSensor17Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confSensor17"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confSensor17Table 1 }
|
|
|
|
ConfSensor17Entry ::= SEQUENCE {
|
|
sensor17ConfigActive Unsigned32,
|
|
sensor17DefectCommonAlarmConfig Unsigned32,
|
|
sensor17LimitCommonAlarmConfig Unsigned32,
|
|
sensor17Purpose Unsigned32,
|
|
sensor17Type Unsigned32,
|
|
sensor17AnalogInput Unsigned32,
|
|
sensor17MinValue Unsigned32,
|
|
sensor17MaxValue Unsigned32,
|
|
sensor17MinPhysValue Integer32,
|
|
sensor17MaxPhysValue Integer32,
|
|
sensor17Tolerance Unsigned32,
|
|
sensor17AlarmPriorities Unsigned32,
|
|
sensor17FailureAlarmPriorities Unsigned32
|
|
}
|
|
|
|
sensor17ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor17 config. active"
|
|
::= { confSensor17Entry 3900 }
|
|
|
|
sensor17DefectCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor17 defect common alarm config"
|
|
::= { confSensor17Entry 3903 }
|
|
|
|
sensor17LimitCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor17 limit common alarm config"
|
|
::= { confSensor17Entry 3904 }
|
|
|
|
sensor17Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor17 purpose"
|
|
::= { confSensor17Entry 3908 }
|
|
|
|
sensor17Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor17 type"
|
|
::= { confSensor17Entry 3909 }
|
|
|
|
sensor17AnalogInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..21)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor17 analog input"
|
|
::= { confSensor17Entry 3910 }
|
|
|
|
sensor17MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor17 min value"
|
|
::= { confSensor17Entry 3911 }
|
|
|
|
sensor17MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor17 max value"
|
|
::= { confSensor17Entry 3912 }
|
|
|
|
sensor17MinPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor17 min phys. value"
|
|
::= { confSensor17Entry 3913 }
|
|
|
|
sensor17MaxPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor17 max phys. value"
|
|
::= { confSensor17Entry 3914 }
|
|
|
|
sensor17Tolerance OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor17 tolerance"
|
|
::= { confSensor17Entry 3915 }
|
|
|
|
sensor17AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor17 alarm priorities"
|
|
::= { confSensor17Entry 3916 }
|
|
|
|
sensor17FailureAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor17 failure alarm priorities"
|
|
::= { confSensor17Entry 3918 }
|
|
|
|
confSensor18Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfSensor18Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confSensor18"
|
|
::= { confSensor18 1 }
|
|
|
|
confSensor18Entry OBJECT-TYPE
|
|
SYNTAX ConfSensor18Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confSensor18"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confSensor18Table 1 }
|
|
|
|
ConfSensor18Entry ::= SEQUENCE {
|
|
sensor18ConfigActive Unsigned32,
|
|
sensor18DefectCommonAlarmConfig Unsigned32,
|
|
sensor18LimitCommonAlarmConfig Unsigned32,
|
|
sensor18Purpose Unsigned32,
|
|
sensor18Type Unsigned32,
|
|
sensor18AnalogInput Unsigned32,
|
|
sensor18MinValue Unsigned32,
|
|
sensor18MaxValue Unsigned32,
|
|
sensor18MinPhysValue Integer32,
|
|
sensor18MaxPhysValue Integer32,
|
|
sensor18Tolerance Unsigned32,
|
|
sensor18AlarmPriorities Unsigned32,
|
|
sensor18FailureAlarmPriorities Unsigned32
|
|
}
|
|
|
|
sensor18ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor18 config. active"
|
|
::= { confSensor18Entry 4000 }
|
|
|
|
sensor18DefectCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor18 defect common alarm config"
|
|
::= { confSensor18Entry 4003 }
|
|
|
|
sensor18LimitCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor18 limit common alarm config"
|
|
::= { confSensor18Entry 4004 }
|
|
|
|
sensor18Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor18 purpose"
|
|
::= { confSensor18Entry 4008 }
|
|
|
|
sensor18Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor18 type"
|
|
::= { confSensor18Entry 4009 }
|
|
|
|
sensor18AnalogInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..21)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor18 analog input"
|
|
::= { confSensor18Entry 4010 }
|
|
|
|
sensor18MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor18 min value"
|
|
::= { confSensor18Entry 4011 }
|
|
|
|
sensor18MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor18 max value"
|
|
::= { confSensor18Entry 4012 }
|
|
|
|
sensor18MinPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor18 min phys. value"
|
|
::= { confSensor18Entry 4013 }
|
|
|
|
sensor18MaxPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor18 max phys. value"
|
|
::= { confSensor18Entry 4014 }
|
|
|
|
sensor18Tolerance OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor18 tolerance"
|
|
::= { confSensor18Entry 4015 }
|
|
|
|
sensor18AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor18 alarm priorities"
|
|
::= { confSensor18Entry 4016 }
|
|
|
|
sensor18FailureAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor18 failure alarm priorities"
|
|
::= { confSensor18Entry 4018 }
|
|
|
|
confSensor19Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfSensor19Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confSensor19"
|
|
::= { confSensor19 1 }
|
|
|
|
confSensor19Entry OBJECT-TYPE
|
|
SYNTAX ConfSensor19Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confSensor19"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confSensor19Table 1 }
|
|
|
|
ConfSensor19Entry ::= SEQUENCE {
|
|
sensor19ConfigActive Unsigned32,
|
|
sensor19DefectCommonAlarmConfig Unsigned32,
|
|
sensor19LimitCommonAlarmConfig Unsigned32,
|
|
sensor19Purpose Unsigned32,
|
|
sensor19Type Unsigned32,
|
|
sensor19AnalogInput Unsigned32,
|
|
sensor19MinValue Unsigned32,
|
|
sensor19MaxValue Unsigned32,
|
|
sensor19MinPhysValue Integer32,
|
|
sensor19MaxPhysValue Integer32,
|
|
sensor19Tolerance Unsigned32,
|
|
sensor19AlarmPriorities Unsigned32,
|
|
sensor19FailureAlarmPriorities Unsigned32
|
|
}
|
|
|
|
sensor19ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor19 config. active"
|
|
::= { confSensor19Entry 4100 }
|
|
|
|
sensor19DefectCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor19 defect common alarm config"
|
|
::= { confSensor19Entry 4103 }
|
|
|
|
sensor19LimitCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor19 limit common alarm config"
|
|
::= { confSensor19Entry 4104 }
|
|
|
|
sensor19Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor19 purpose"
|
|
::= { confSensor19Entry 4108 }
|
|
|
|
sensor19Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor19 type"
|
|
::= { confSensor19Entry 4109 }
|
|
|
|
sensor19AnalogInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..21)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor19 analog input"
|
|
::= { confSensor19Entry 4110 }
|
|
|
|
sensor19MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor19 min value"
|
|
::= { confSensor19Entry 4111 }
|
|
|
|
sensor19MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor19 max value"
|
|
::= { confSensor19Entry 4112 }
|
|
|
|
sensor19MinPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor19 min phys. value"
|
|
::= { confSensor19Entry 4113 }
|
|
|
|
sensor19MaxPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor19 max phys. value"
|
|
::= { confSensor19Entry 4114 }
|
|
|
|
sensor19Tolerance OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor19 tolerance"
|
|
::= { confSensor19Entry 4115 }
|
|
|
|
sensor19AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor19 alarm priorities"
|
|
::= { confSensor19Entry 4116 }
|
|
|
|
sensor19FailureAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor19 failure alarm priorities"
|
|
::= { confSensor19Entry 4118 }
|
|
|
|
confSensor20Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfSensor20Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confSensor20"
|
|
::= { confSensor20 1 }
|
|
|
|
confSensor20Entry OBJECT-TYPE
|
|
SYNTAX ConfSensor20Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confSensor20"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confSensor20Table 1 }
|
|
|
|
ConfSensor20Entry ::= SEQUENCE {
|
|
sensor20ConfigActive Unsigned32,
|
|
sensor20DefectCommonAlarmConfig Unsigned32,
|
|
sensor20LimitCommonAlarmConfig Unsigned32,
|
|
sensor20Purpose Unsigned32,
|
|
sensor20Type Unsigned32,
|
|
sensor20AnalogInput Unsigned32,
|
|
sensor20MinValue Unsigned32,
|
|
sensor20MaxValue Unsigned32,
|
|
sensor20MinPhysValue Integer32,
|
|
sensor20MaxPhysValue Integer32,
|
|
sensor20Tolerance Unsigned32,
|
|
sensor20AlarmPriorities Unsigned32,
|
|
sensor20FailureAlarmPriorities Unsigned32
|
|
}
|
|
|
|
sensor20ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor20 config. active"
|
|
::= { confSensor20Entry 4200 }
|
|
|
|
sensor20DefectCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor20 defect common alarm config"
|
|
::= { confSensor20Entry 4203 }
|
|
|
|
sensor20LimitCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor20 limit common alarm config"
|
|
::= { confSensor20Entry 4204 }
|
|
|
|
sensor20Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor20 purpose"
|
|
::= { confSensor20Entry 4208 }
|
|
|
|
sensor20Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor20 type"
|
|
::= { confSensor20Entry 4209 }
|
|
|
|
sensor20AnalogInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..21)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor20 analog input"
|
|
::= { confSensor20Entry 4210 }
|
|
|
|
sensor20MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor20 min value"
|
|
::= { confSensor20Entry 4211 }
|
|
|
|
sensor20MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor20 max value"
|
|
::= { confSensor20Entry 4212 }
|
|
|
|
sensor20MinPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor20 min phys. value"
|
|
::= { confSensor20Entry 4213 }
|
|
|
|
sensor20MaxPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor20 max phys. value"
|
|
::= { confSensor20Entry 4214 }
|
|
|
|
sensor20Tolerance OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor20 tolerance"
|
|
::= { confSensor20Entry 4215 }
|
|
|
|
sensor20AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor20 alarm priorities"
|
|
::= { confSensor20Entry 4216 }
|
|
|
|
sensor20FailureAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor20 failure alarm priorities"
|
|
::= { confSensor20Entry 4218 }
|
|
|
|
confSensor21Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfSensor21Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confSensor21"
|
|
::= { confSensor21 1 }
|
|
|
|
confSensor21Entry OBJECT-TYPE
|
|
SYNTAX ConfSensor21Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confSensor21"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confSensor21Table 1 }
|
|
|
|
ConfSensor21Entry ::= SEQUENCE {
|
|
sensor21ConfigActive Unsigned32,
|
|
sensor21DefectCommonAlarmConfig Unsigned32,
|
|
sensor21LimitCommonAlarmConfig Unsigned32,
|
|
sensor21Purpose Unsigned32,
|
|
sensor21Type Unsigned32,
|
|
sensor21AnalogInput Unsigned32,
|
|
sensor21MinValue Unsigned32,
|
|
sensor21MaxValue Unsigned32,
|
|
sensor21MinPhysValue Integer32,
|
|
sensor21MaxPhysValue Integer32,
|
|
sensor21Tolerance Unsigned32,
|
|
sensor21AlarmPriorities Unsigned32,
|
|
sensor21FailureAlarmPriorities Unsigned32
|
|
}
|
|
|
|
sensor21ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor21 config. active"
|
|
::= { confSensor21Entry 4300 }
|
|
|
|
sensor21DefectCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor21 defect common alarm config"
|
|
::= { confSensor21Entry 4303 }
|
|
|
|
sensor21LimitCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor21 limit common alarm config"
|
|
::= { confSensor21Entry 4304 }
|
|
|
|
sensor21Purpose OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor21 purpose"
|
|
::= { confSensor21Entry 4308 }
|
|
|
|
sensor21Type OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..5)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor21 type"
|
|
::= { confSensor21Entry 4309 }
|
|
|
|
sensor21AnalogInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..21)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor21 analog input"
|
|
::= { confSensor21Entry 4310 }
|
|
|
|
sensor21MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor21 min value"
|
|
::= { confSensor21Entry 4311 }
|
|
|
|
sensor21MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor21 max value"
|
|
::= { confSensor21Entry 4312 }
|
|
|
|
sensor21MinPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor21 min phys. value"
|
|
::= { confSensor21Entry 4313 }
|
|
|
|
sensor21MaxPhysValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-500..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor21 max phys. value"
|
|
::= { confSensor21Entry 4314 }
|
|
|
|
sensor21Tolerance OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor21 tolerance"
|
|
::= { confSensor21Entry 4315 }
|
|
|
|
sensor21AlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor21 alarm priorities"
|
|
::= { confSensor21Entry 4316 }
|
|
|
|
sensor21FailureAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor21 failure alarm priorities"
|
|
::= { confSensor21Entry 4318 }
|
|
|
|
confExtAlarms1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfExtAlarms1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confExtAlarms1"
|
|
::= { confExtAlarms1 1 }
|
|
|
|
confExtAlarms1Entry OBJECT-TYPE
|
|
SYNTAX ConfExtAlarms1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confExtAlarms1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confExtAlarms1Table 1 }
|
|
|
|
ConfExtAlarms1Entry ::= SEQUENCE {
|
|
extAlarmConfigActive1 Unsigned32,
|
|
extAlarm1CommonAlarmConfig Unsigned32,
|
|
extAlarm1DigitalIn Unsigned32,
|
|
extAlarm1Priorities Unsigned32
|
|
}
|
|
|
|
extAlarmConfigActive1 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm config active 1"
|
|
::= { confExtAlarms1Entry 7500 }
|
|
|
|
extAlarm1CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. Alarm 1 common alarm config"
|
|
::= { confExtAlarms1Entry 7504 }
|
|
|
|
extAlarm1DigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm1 digital in"
|
|
::= { confExtAlarms1Entry 7508 }
|
|
|
|
extAlarm1Priorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm1 priorities"
|
|
::= { confExtAlarms1Entry 7509 }
|
|
|
|
confExtAlarms2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfExtAlarms2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confExtAlarms2"
|
|
::= { confExtAlarms2 1 }
|
|
|
|
confExtAlarms2Entry OBJECT-TYPE
|
|
SYNTAX ConfExtAlarms2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confExtAlarms2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confExtAlarms2Table 1 }
|
|
|
|
ConfExtAlarms2Entry ::= SEQUENCE {
|
|
extAlarmConfigActive2 Unsigned32,
|
|
extAlarm2CommonAlarmConfig Unsigned32,
|
|
extAlarm2DigitalIn Unsigned32,
|
|
extAlarm2Priorities Unsigned32
|
|
}
|
|
|
|
extAlarmConfigActive2 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm config active 2"
|
|
::= { confExtAlarms2Entry 7600 }
|
|
|
|
extAlarm2CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm 2 common alarm config"
|
|
::= { confExtAlarms2Entry 7604 }
|
|
|
|
extAlarm2DigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm2 digital in"
|
|
::= { confExtAlarms2Entry 7608 }
|
|
|
|
extAlarm2Priorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm2 priorities"
|
|
::= { confExtAlarms2Entry 7609 }
|
|
|
|
confExtAlarms3Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfExtAlarms3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confExtAlarms3"
|
|
::= { confExtAlarms3 1 }
|
|
|
|
confExtAlarms3Entry OBJECT-TYPE
|
|
SYNTAX ConfExtAlarms3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confExtAlarms3"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confExtAlarms3Table 1 }
|
|
|
|
ConfExtAlarms3Entry ::= SEQUENCE {
|
|
extAlarmConfigActive3 Unsigned32,
|
|
extAlarm3CommonAlarmConfig Unsigned32,
|
|
extAlarm3DigitalIn Unsigned32,
|
|
extAlarm3Priorities Unsigned32
|
|
}
|
|
|
|
extAlarmConfigActive3 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm config active 3"
|
|
::= { confExtAlarms3Entry 7700 }
|
|
|
|
extAlarm3CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm 3 common alarm config"
|
|
::= { confExtAlarms3Entry 7704 }
|
|
|
|
extAlarm3DigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm3 digital in"
|
|
::= { confExtAlarms3Entry 7708 }
|
|
|
|
extAlarm3Priorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm3 priorities"
|
|
::= { confExtAlarms3Entry 7709 }
|
|
|
|
confExtAlarms4Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfExtAlarms4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confExtAlarms4"
|
|
::= { confExtAlarms4 1 }
|
|
|
|
confExtAlarms4Entry OBJECT-TYPE
|
|
SYNTAX ConfExtAlarms4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confExtAlarms4"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confExtAlarms4Table 1 }
|
|
|
|
ConfExtAlarms4Entry ::= SEQUENCE {
|
|
extAlarmConfigActive4 Unsigned32,
|
|
extAlarm4CommonAlarmConfig Unsigned32,
|
|
extAlarm4DigitalIn Unsigned32,
|
|
extAlarm4Priorities Unsigned32
|
|
}
|
|
|
|
extAlarmConfigActive4 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm config active 4"
|
|
::= { confExtAlarms4Entry 7800 }
|
|
|
|
extAlarm4CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm 4 common alarm config"
|
|
::= { confExtAlarms4Entry 7804 }
|
|
|
|
extAlarm4DigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm4 digital in"
|
|
::= { confExtAlarms4Entry 7808 }
|
|
|
|
extAlarm4Priorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm4 priorities"
|
|
::= { confExtAlarms4Entry 7809 }
|
|
|
|
confExtAlarms5Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfExtAlarms5Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confExtAlarms5"
|
|
::= { confExtAlarms5 1 }
|
|
|
|
confExtAlarms5Entry OBJECT-TYPE
|
|
SYNTAX ConfExtAlarms5Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confExtAlarms5"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confExtAlarms5Table 1 }
|
|
|
|
ConfExtAlarms5Entry ::= SEQUENCE {
|
|
extAlarmConfigActive5 Unsigned32,
|
|
extAlarm5CommonAlarmConfig Unsigned32,
|
|
extAlarm5DigitalIn Unsigned32,
|
|
extAlarm5Priorities Unsigned32
|
|
}
|
|
|
|
extAlarmConfigActive5 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm config active 5"
|
|
::= { confExtAlarms5Entry 7900 }
|
|
|
|
extAlarm5CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm 5 common alarm config"
|
|
::= { confExtAlarms5Entry 7904 }
|
|
|
|
extAlarm5DigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm5 digital in"
|
|
::= { confExtAlarms5Entry 7908 }
|
|
|
|
extAlarm5Priorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm5 priorities"
|
|
::= { confExtAlarms5Entry 7909 }
|
|
|
|
confExtAlarms6Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfExtAlarms6Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confExtAlarms6"
|
|
::= { confExtAlarms6 1 }
|
|
|
|
confExtAlarms6Entry OBJECT-TYPE
|
|
SYNTAX ConfExtAlarms6Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confExtAlarms6"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confExtAlarms6Table 1 }
|
|
|
|
ConfExtAlarms6Entry ::= SEQUENCE {
|
|
extAlarmConfigActive6 Unsigned32,
|
|
extAlarm6CommonAlarmConfig Unsigned32,
|
|
extAlarm6DigitalIn Unsigned32,
|
|
extAlarm6Priorities Unsigned32
|
|
}
|
|
|
|
extAlarmConfigActive6 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm config active 6"
|
|
::= { confExtAlarms6Entry 8000 }
|
|
|
|
extAlarm6CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm 6 common alarm config"
|
|
::= { confExtAlarms6Entry 8004 }
|
|
|
|
extAlarm6DigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm6 digital in"
|
|
::= { confExtAlarms6Entry 8008 }
|
|
|
|
extAlarm6Priorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm6 priorities"
|
|
::= { confExtAlarms6Entry 8009 }
|
|
|
|
confExtAlarms7Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfExtAlarms7Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confExtAlarms7"
|
|
::= { confExtAlarms7 1 }
|
|
|
|
confExtAlarms7Entry OBJECT-TYPE
|
|
SYNTAX ConfExtAlarms7Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confExtAlarms7"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confExtAlarms7Table 1 }
|
|
|
|
ConfExtAlarms7Entry ::= SEQUENCE {
|
|
extAlarmConfigActive7 Unsigned32,
|
|
extAlarm7CommonAlarmConfig Unsigned32,
|
|
extAlarm7DigitalIn Unsigned32,
|
|
extAlarm7Priorities Unsigned32
|
|
}
|
|
|
|
extAlarmConfigActive7 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm config active 7"
|
|
::= { confExtAlarms7Entry 8100 }
|
|
|
|
extAlarm7CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm 7 common alarm config"
|
|
::= { confExtAlarms7Entry 8104 }
|
|
|
|
extAlarm7DigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm7 digital in"
|
|
::= { confExtAlarms7Entry 8108 }
|
|
|
|
extAlarm7Priorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm7 priorities"
|
|
::= { confExtAlarms7Entry 8109 }
|
|
|
|
confExtAlarms8Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfExtAlarms8Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confExtAlarms8"
|
|
::= { confExtAlarms8 1 }
|
|
|
|
confExtAlarms8Entry OBJECT-TYPE
|
|
SYNTAX ConfExtAlarms8Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confExtAlarms8"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confExtAlarms8Table 1 }
|
|
|
|
ConfExtAlarms8Entry ::= SEQUENCE {
|
|
extAlarmConfigActive8 Unsigned32,
|
|
extAlarm8CommonAlarmConfig Unsigned32,
|
|
extAlarm8DigitalIn Unsigned32,
|
|
extAlarm8Priorities Unsigned32
|
|
}
|
|
|
|
extAlarmConfigActive8 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm config active 8"
|
|
::= { confExtAlarms8Entry 8200 }
|
|
|
|
extAlarm8CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm 8 common alarm config"
|
|
::= { confExtAlarms8Entry 8204 }
|
|
|
|
extAlarm8DigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm8 digital in"
|
|
::= { confExtAlarms8Entry 8208 }
|
|
|
|
extAlarm8Priorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm8 priorities"
|
|
::= { confExtAlarms8Entry 8209 }
|
|
|
|
confExtAlarms9Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfExtAlarms9Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confExtAlarms9"
|
|
::= { confExtAlarms9 1 }
|
|
|
|
confExtAlarms9Entry OBJECT-TYPE
|
|
SYNTAX ConfExtAlarms9Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confExtAlarms9"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confExtAlarms9Table 1 }
|
|
|
|
ConfExtAlarms9Entry ::= SEQUENCE {
|
|
extAlarmConfigActive9 Unsigned32,
|
|
extAlarm9CommonAlarmConfig Unsigned32,
|
|
extAlarm9DigitalIn Unsigned32,
|
|
extAlarm9Priorities Unsigned32
|
|
}
|
|
|
|
extAlarmConfigActive9 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm config active 9"
|
|
::= { confExtAlarms9Entry 8300 }
|
|
|
|
extAlarm9CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm 9 common alarm config"
|
|
::= { confExtAlarms9Entry 8304 }
|
|
|
|
extAlarm9DigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm9 digital in"
|
|
::= { confExtAlarms9Entry 8308 }
|
|
|
|
extAlarm9Priorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm9 priorities"
|
|
::= { confExtAlarms9Entry 8309 }
|
|
|
|
confExtAlarms10Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfExtAlarms10Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confExtAlarms10"
|
|
::= { confExtAlarms10 1 }
|
|
|
|
confExtAlarms10Entry OBJECT-TYPE
|
|
SYNTAX ConfExtAlarms10Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confExtAlarms10"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confExtAlarms10Table 1 }
|
|
|
|
ConfExtAlarms10Entry ::= SEQUENCE {
|
|
extAlarmConfigActive10 Unsigned32,
|
|
extAlarm10CommonAlarmConfig Unsigned32,
|
|
extAlarm10DigitalIn Unsigned32,
|
|
extAlarm10Priorities Unsigned32
|
|
}
|
|
|
|
extAlarmConfigActive10 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm config active 10"
|
|
::= { confExtAlarms10Entry 8400 }
|
|
|
|
extAlarm10CommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm 10 common alarm config"
|
|
::= { confExtAlarms10Entry 8404 }
|
|
|
|
extAlarm10DigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm10 digital in"
|
|
::= { confExtAlarms10Entry 8408 }
|
|
|
|
extAlarm10Priorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm10 priorities"
|
|
::= { confExtAlarms10Entry 8409 }
|
|
|
|
confUnitalarmsTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfUnitalarmsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confUnitalarms"
|
|
::= { confUnitalarms 1 }
|
|
|
|
confUnitalarmsEntry OBJECT-TYPE
|
|
SYNTAX ConfUnitalarmsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confUnitalarms"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confUnitalarmsTable 1 }
|
|
|
|
ConfUnitalarmsEntry ::= SEQUENCE {
|
|
busalarmcommon Unsigned32,
|
|
busadrconflictcommon Unsigned32,
|
|
busalarmprio Unsigned32,
|
|
busadrconflictprio Unsigned32,
|
|
fireAlarmDIN Unsigned32,
|
|
waterAlarmDIN Unsigned32,
|
|
waterflowAlarmDIN Unsigned32,
|
|
phaseAlarmDIN Unsigned32,
|
|
fireAlarmPriorities Unsigned32,
|
|
waterAlarmPriorities Unsigned32,
|
|
phaseAlarmPriorities Unsigned32,
|
|
waterflowAlarmPriority Unsigned32,
|
|
fireAlarmCommonAlarmConfig Unsigned32,
|
|
waterAlarmCommonAlarmConfig Unsigned32,
|
|
phaseAlarmCommonAlarmConfig Unsigned32,
|
|
waterflowAlarmCommonAlarmConfig Unsigned32,
|
|
commonAlarmConfigured Unsigned32,
|
|
forceSummerModeEernallyDigitalIn Unsigned32,
|
|
roomHighPressurearmDigitalInput Unsigned32,
|
|
roomHighPressurearmDigitalOutput Unsigned32
|
|
}
|
|
|
|
busalarmcommon OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"busalarmcommon"
|
|
::= { confUnitalarmsEntry 11 }
|
|
|
|
busadrconflictcommon OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"busadrconflictcommon"
|
|
::= { confUnitalarmsEntry 13 }
|
|
|
|
busalarmprio OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"busalarmprio"
|
|
::= { confUnitalarmsEntry 16 }
|
|
|
|
busadrconflictprio OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"busadrconflictprio"
|
|
::= { confUnitalarmsEntry 18 }
|
|
|
|
fireAlarmDIN OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fire alarm DIN"
|
|
::= { confUnitalarmsEntry 1704 }
|
|
|
|
waterAlarmDIN OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"water alarm DIN"
|
|
::= { confUnitalarmsEntry 1705 }
|
|
|
|
waterflowAlarmDIN OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"waterflow alarm DIN"
|
|
::= { confUnitalarmsEntry 1706 }
|
|
|
|
phaseAlarmDIN OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"phase alarm DIN"
|
|
::= { confUnitalarmsEntry 1707 }
|
|
|
|
fireAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fire alarm priorities"
|
|
::= { confUnitalarmsEntry 1711 }
|
|
|
|
waterAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"water alarm priorities"
|
|
::= { confUnitalarmsEntry 1713 }
|
|
|
|
phaseAlarmPriorities OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"phase alarm priorities"
|
|
::= { confUnitalarmsEntry 1715 }
|
|
|
|
waterflowAlarmPriority OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"waterflow alarm priority"
|
|
::= { confUnitalarmsEntry 1719 }
|
|
|
|
fireAlarmCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fire alarm common alarm config"
|
|
::= { confUnitalarmsEntry 1742 }
|
|
|
|
waterAlarmCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"water alarm common alarm config"
|
|
::= { confUnitalarmsEntry 1743 }
|
|
|
|
phaseAlarmCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"phase alarm common alarm config"
|
|
::= { confUnitalarmsEntry 1744 }
|
|
|
|
waterflowAlarmCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"waterflow alarm common alarm config"
|
|
::= { confUnitalarmsEntry 1747 }
|
|
|
|
commonAlarmConfigured OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"common alarm configured"
|
|
::= { confUnitalarmsEntry 10302 }
|
|
|
|
forceSummerModeEernallyDigitalIn OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..43)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"force summer mode externally digital in"
|
|
::= { confUnitalarmsEntry 10310 }
|
|
|
|
roomHighPressurearmDigitalInput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..43)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"room high pressure alarm digital input"
|
|
::= { confUnitalarmsEntry 10311 }
|
|
|
|
roomHighPressurearmDigitalOutput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"room high pressure alarm digital output"
|
|
::= { confUnitalarmsEntry 10312 }
|
|
|
|
confDigitalPortsTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfDigitalPortsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confDigitalPorts"
|
|
::= { confDigitalPorts 1 }
|
|
|
|
confDigitalPortsEntry OBJECT-TYPE
|
|
SYNTAX ConfDigitalPortsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confDigitalPorts"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confDigitalPortsTable 1 }
|
|
|
|
ConfDigitalPortsEntry ::= SEQUENCE {
|
|
commonAlarmDOUT Unsigned32,
|
|
winterModeDOUT Unsigned32,
|
|
remoteOnOffDIN Unsigned32,
|
|
upsDIN Unsigned32,
|
|
cWDisableDXEnableDIN Unsigned32
|
|
}
|
|
|
|
commonAlarmDOUT OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"common alarm DOUT"
|
|
::= { confDigitalPortsEntry 1700 }
|
|
|
|
winterModeDOUT OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"winter mode DOUT"
|
|
::= { confDigitalPortsEntry 1701 }
|
|
|
|
remoteOnOffDIN OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"remote on/off DIN"
|
|
::= { confDigitalPortsEntry 1702 }
|
|
|
|
upsDIN OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ups DIN"
|
|
::= { confDigitalPortsEntry 1703 }
|
|
|
|
cWDisableDXEnableDIN OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..42)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CW-disable/DX-enable DIN"
|
|
::= { confDigitalPortsEntry 1708 }
|
|
|
|
confValueOutput1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfValueOutput1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confValueOutput1"
|
|
::= { confValueOutput1 1 }
|
|
|
|
confValueOutput1Entry OBJECT-TYPE
|
|
SYNTAX ConfValueOutput1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confValueOutput1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confValueOutput1Table 1 }
|
|
|
|
ConfValueOutput1Entry ::= SEQUENCE {
|
|
valout1ConfigActive Unsigned32,
|
|
valout1PurposeUse Unsigned32,
|
|
valout1AnalogOutput Unsigned32,
|
|
valout1MinValue Unsigned32,
|
|
valout1MaxValue Unsigned32
|
|
}
|
|
|
|
valout1ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"valout1 config. Active"
|
|
::= { confValueOutput1Entry 8900 }
|
|
|
|
valout1PurposeUse OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"valout1 purpose/use"
|
|
::= { confValueOutput1Entry 8908 }
|
|
|
|
valout1AnalogOutput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"valout1 analog output"
|
|
::= { confValueOutput1Entry 8910 }
|
|
|
|
valout1MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"valout1 min value"
|
|
::= { confValueOutput1Entry 8911 }
|
|
|
|
valout1MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"valout1 max value"
|
|
::= { confValueOutput1Entry 8912 }
|
|
|
|
confValueOutput2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfValueOutput2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confValueOutput2"
|
|
::= { confValueOutput2 1 }
|
|
|
|
confValueOutput2Entry OBJECT-TYPE
|
|
SYNTAX ConfValueOutput2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confValueOutput2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confValueOutput2Table 1 }
|
|
|
|
ConfValueOutput2Entry ::= SEQUENCE {
|
|
valout2ConfigActive Unsigned32,
|
|
valout2PurposeUse Unsigned32,
|
|
valout2AnalogOutput Unsigned32,
|
|
valout2MinValue Unsigned32,
|
|
valout2MaxValue Unsigned32
|
|
}
|
|
|
|
valout2ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"valout2 config. Active"
|
|
::= { confValueOutput2Entry 9000 }
|
|
|
|
valout2PurposeUse OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"valout2 purpose/use"
|
|
::= { confValueOutput2Entry 9008 }
|
|
|
|
valout2AnalogOutput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"valout2 analog output"
|
|
::= { confValueOutput2Entry 9010 }
|
|
|
|
valout2MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"valout2 min value"
|
|
::= { confValueOutput2Entry 9011 }
|
|
|
|
valout2MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"valout2 max value"
|
|
::= { confValueOutput2Entry 9012 }
|
|
|
|
confValueOutput3Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfValueOutput3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confValueOutput3"
|
|
::= { confValueOutput3 1 }
|
|
|
|
confValueOutput3Entry OBJECT-TYPE
|
|
SYNTAX ConfValueOutput3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confValueOutput3"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confValueOutput3Table 1 }
|
|
|
|
ConfValueOutput3Entry ::= SEQUENCE {
|
|
valout3ConfigActive Unsigned32,
|
|
valout3PurposeUse Unsigned32,
|
|
valout3AnalogOutput Unsigned32,
|
|
valout3MinValue Unsigned32,
|
|
valout3MaxValue Unsigned32
|
|
}
|
|
|
|
valout3ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"valout3 config. Active"
|
|
::= { confValueOutput3Entry 9100 }
|
|
|
|
valout3PurposeUse OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"valout3 purpose/use"
|
|
::= { confValueOutput3Entry 9108 }
|
|
|
|
valout3AnalogOutput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"valout3 analog output"
|
|
::= { confValueOutput3Entry 9110 }
|
|
|
|
valout3MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"valout3 min value"
|
|
::= { confValueOutput3Entry 9111 }
|
|
|
|
valout3MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"valout3 max value"
|
|
::= { confValueOutput3Entry 9112 }
|
|
|
|
confValueOutput4Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfValueOutput4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confValueOutput4"
|
|
::= { confValueOutput4 1 }
|
|
|
|
confValueOutput4Entry OBJECT-TYPE
|
|
SYNTAX ConfValueOutput4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confValueOutput4"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confValueOutput4Table 1 }
|
|
|
|
ConfValueOutput4Entry ::= SEQUENCE {
|
|
valout4ConfigActive Unsigned32,
|
|
valout4PurposeUse Unsigned32,
|
|
valout4AnalogOutput Unsigned32,
|
|
valout4MinValue Unsigned32,
|
|
valout4MaxValue Unsigned32
|
|
}
|
|
|
|
valout4ConfigActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"valout4 config. Active"
|
|
::= { confValueOutput4Entry 9200 }
|
|
|
|
valout4PurposeUse OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..26)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"valout4 purpose/use"
|
|
::= { confValueOutput4Entry 9208 }
|
|
|
|
valout4AnalogOutput OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..20)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"valout4 analog output"
|
|
::= { confValueOutput4Entry 9210 }
|
|
|
|
valout4MinValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"valout4 min value"
|
|
::= { confValueOutput4Entry 9211 }
|
|
|
|
valout4MaxValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..200)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"valout4 max value"
|
|
::= { confValueOutput4Entry 9212 }
|
|
|
|
confUPSOperationTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfUPSOperationEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confUPSOperation"
|
|
::= { confUPSOperation 1 }
|
|
|
|
confUPSOperationEntry OBJECT-TYPE
|
|
SYNTAX ConfUPSOperationEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confUPSOperation"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confUPSOperationTable 1 }
|
|
|
|
ConfUPSOperationEntry ::= SEQUENCE {
|
|
upsActionCooling Unsigned32,
|
|
upsActionHeating Unsigned32,
|
|
upsActionHumidification Unsigned32,
|
|
upsActionDehumidification Unsigned32
|
|
}
|
|
|
|
upsActionCooling OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ups action cooling"
|
|
::= { confUPSOperationEntry 1750 }
|
|
|
|
upsActionHeating OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ups action heating"
|
|
::= { confUPSOperationEntry 1751 }
|
|
|
|
upsActionHumidification OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ups action humidification"
|
|
::= { confUPSOperationEntry 1752 }
|
|
|
|
upsActionDehumidification OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ups action dehumidification"
|
|
::= { confUPSOperationEntry 1753 }
|
|
|
|
confManCompressorsTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManCompressorsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManCompressors"
|
|
::= { confManCompressors 1 }
|
|
|
|
confManCompressorsEntry OBJECT-TYPE
|
|
SYNTAX ConfManCompressorsEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManCompressors"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManCompressorsTable 1 }
|
|
|
|
ConfManCompressorsEntry ::= SEQUENCE {
|
|
compr1ManualOperationActive Unsigned32,
|
|
compr1ManualOperationState Unsigned32,
|
|
compr2ManualOperationActive Unsigned32,
|
|
compr2ManualOperationState Unsigned32,
|
|
compr3ManualOperationActive Unsigned32,
|
|
compr3ManualOperationState Unsigned32,
|
|
compr4ManualOperationActive Unsigned32,
|
|
compr4ManualOperationState Unsigned32,
|
|
compr5ManualOperationActive Unsigned32,
|
|
compr5ManualOperationState Unsigned32,
|
|
compr6ManualOperationActive Unsigned32,
|
|
compr6ManualOperationState Unsigned32
|
|
}
|
|
|
|
compr1ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.1 manual operation active"
|
|
::= { confManCompressorsEntry 4401 }
|
|
|
|
compr1ManualOperationState OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr.1 manual operation state"
|
|
::= { confManCompressorsEntry 4402 }
|
|
|
|
compr2ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 2 manual operation active"
|
|
::= { confManCompressorsEntry 4501 }
|
|
|
|
compr2ManualOperationState OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 2 manual operation state"
|
|
::= { confManCompressorsEntry 4502 }
|
|
|
|
compr3ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 3 manual operation active"
|
|
::= { confManCompressorsEntry 9501 }
|
|
|
|
compr3ManualOperationState OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 3 manual operation state"
|
|
::= { confManCompressorsEntry 9502 }
|
|
|
|
compr4ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 4 manual operation active"
|
|
::= { confManCompressorsEntry 9601 }
|
|
|
|
compr4ManualOperationState OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 4 manual operation state"
|
|
::= { confManCompressorsEntry 9602 }
|
|
|
|
compr5ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 5 manual operation active"
|
|
::= { confManCompressorsEntry 9701 }
|
|
|
|
compr5ManualOperationState OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 5 manual operation state"
|
|
::= { confManCompressorsEntry 9702 }
|
|
|
|
compr6ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 6 manual operation active"
|
|
::= { confManCompressorsEntry 9801 }
|
|
|
|
compr6ManualOperationState OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"compr. 6 manual operation state"
|
|
::= { confManCompressorsEntry 9802 }
|
|
|
|
confManSuctionValveTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSuctionValveEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSuctionValve"
|
|
::= { confManSuctionValve 1 }
|
|
|
|
confManSuctionValveEntry OBJECT-TYPE
|
|
SYNTAX ConfManSuctionValveEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSuctionValve"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSuctionValveTable 1 }
|
|
|
|
ConfManSuctionValveEntry ::= SEQUENCE {
|
|
suctionvalve1ManlOperationActive Unsigned32,
|
|
suctionvalve1ManlOperationValue Unsigned32
|
|
}
|
|
|
|
suctionvalve1ManlOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"suctionvalve1 manual operation active"
|
|
::= { confManSuctionValveEntry 4601 }
|
|
|
|
suctionvalve1ManlOperationValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"suctionvalve1 manual operation value"
|
|
::= { confManSuctionValveEntry 4612 }
|
|
|
|
confManSuctionValve2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSuctionValve2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSuctionValve2"
|
|
::= { confManSuctionValve2 1 }
|
|
|
|
confManSuctionValve2Entry OBJECT-TYPE
|
|
SYNTAX ConfManSuctionValve2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSuctionValve2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSuctionValve2Table 1 }
|
|
|
|
ConfManSuctionValve2Entry ::= SEQUENCE {
|
|
suctionvalve2ManlOperationActive Unsigned32,
|
|
suctionvalve2ManlOperationValue Unsigned32
|
|
}
|
|
|
|
suctionvalve2ManlOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"suctionvalve2 manual operation active"
|
|
::= { confManSuctionValve2Entry 4701 }
|
|
|
|
suctionvalve2ManlOperationValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"suctionvalve2 manual operation value"
|
|
::= { confManSuctionValve2Entry 4712 }
|
|
|
|
confManGECWValveTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManGECWValveEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManGECWValve"
|
|
::= { confManGECWValve 1 }
|
|
|
|
confManGECWValveEntry OBJECT-TYPE
|
|
SYNTAX ConfManGECWValveEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManGECWValve"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManGECWValveTable 1 }
|
|
|
|
ConfManGECWValveEntry ::= SEQUENCE {
|
|
gECWValveManualOperationActive Unsigned32,
|
|
gECWValveManOperionOpeningGrade Unsigned32
|
|
}
|
|
|
|
gECWValveManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE/CW-valve manual operation active"
|
|
::= { confManGECWValveEntry 5201 }
|
|
|
|
gECWValveManOperionOpeningGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE/CW-valve man. operation opening grade"
|
|
::= { confManGECWValveEntry 5215 }
|
|
|
|
confManGValveTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManGValveEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManGValve"
|
|
::= { confManGValve 1 }
|
|
|
|
confManGValveEntry OBJECT-TYPE
|
|
SYNTAX ConfManGValveEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManGValve"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManGValveTable 1 }
|
|
|
|
ConfManGValveEntry ::= SEQUENCE {
|
|
gValveManualOperationActive Unsigned32,
|
|
gValveManualOperionOpeningGrade Unsigned32
|
|
}
|
|
|
|
gValveManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"G-valve manual operation active"
|
|
::= { confManGValveEntry 5301 }
|
|
|
|
gValveManualOperionOpeningGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"G-valve manual operation opening grade"
|
|
::= { confManGValveEntry 5313 }
|
|
|
|
confManHGBP1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManHGBP1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManHGBP1"
|
|
::= { confManHGBP1 1 }
|
|
|
|
confManHGBP1Entry OBJECT-TYPE
|
|
SYNTAX ConfManHGBP1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManHGBP1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManHGBP1Table 1 }
|
|
|
|
ConfManHGBP1Entry ::= SEQUENCE {
|
|
hgbp1ManualOperationActive Unsigned32,
|
|
hgbp1ManOperationOpeningGrade Unsigned32
|
|
}
|
|
|
|
hgbp1ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp1 manual operation active"
|
|
::= { confManHGBP1Entry 9301 }
|
|
|
|
hgbp1ManOperationOpeningGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp1 man. operation opening grade"
|
|
::= { confManHGBP1Entry 9317 }
|
|
|
|
confManHGBP2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManHGBP2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManHGBP2"
|
|
::= { confManHGBP2 1 }
|
|
|
|
confManHGBP2Entry OBJECT-TYPE
|
|
SYNTAX ConfManHGBP2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManHGBP2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManHGBP2Table 1 }
|
|
|
|
ConfManHGBP2Entry ::= SEQUENCE {
|
|
hgbp2ManualOperationActive Unsigned32,
|
|
hgbp2ManOperationOpeningGrade Unsigned32
|
|
}
|
|
|
|
hgbp2ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp2 manual operation active"
|
|
::= { confManHGBP2Entry 9401 }
|
|
|
|
hgbp2ManOperationOpeningGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hgbp2 man. operation opening grade"
|
|
::= { confManHGBP2Entry 9417 }
|
|
|
|
confManEEV1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManEEV1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManEEV1"
|
|
::= { confManEEV1 1 }
|
|
|
|
confManEEV1Entry OBJECT-TYPE
|
|
SYNTAX ConfManEEV1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManEEV1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManEEV1Table 1 }
|
|
|
|
ConfManEEV1Entry ::= SEQUENCE {
|
|
eev1ManualOperation Unsigned32,
|
|
eev1ManualOperationValue Unsigned32
|
|
}
|
|
|
|
eev1ManualOperation OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 manual operation"
|
|
::= { confManEEV1Entry 8704 }
|
|
|
|
eev1ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..10000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev1 manual operation value"
|
|
::= { confManEEV1Entry 8725 }
|
|
|
|
confManEEV2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManEEV2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManEEV2"
|
|
::= { confManEEV2 1 }
|
|
|
|
confManEEV2Entry OBJECT-TYPE
|
|
SYNTAX ConfManEEV2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManEEV2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManEEV2Table 1 }
|
|
|
|
ConfManEEV2Entry ::= SEQUENCE {
|
|
eev2ManualOperation Unsigned32,
|
|
eev2ManualOperationValue Unsigned32
|
|
}
|
|
|
|
eev2ManualOperation OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 manual operation"
|
|
::= { confManEEV2Entry 8804 }
|
|
|
|
eev2ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..10000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"eev2 manual operation value"
|
|
::= { confManEEV2Entry 8825 }
|
|
|
|
confManDrycooler1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManDrycooler1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManDrycooler1"
|
|
::= { confManDrycooler1 1 }
|
|
|
|
confManDrycooler1Entry OBJECT-TYPE
|
|
SYNTAX ConfManDrycooler1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManDrycooler1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManDrycooler1Table 1 }
|
|
|
|
ConfManDrycooler1Entry ::= SEQUENCE {
|
|
drycooler1ManualOperationActive Unsigned32,
|
|
drycooler1ManualOperationRunning Unsigned32,
|
|
drycooler1ManualionOpeningGrade Unsigned32
|
|
}
|
|
|
|
drycooler1ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler1 manual operation active"
|
|
::= { confManDrycooler1Entry 5401 }
|
|
|
|
drycooler1ManualOperationRunning OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler1 manual operation running"
|
|
::= { confManDrycooler1Entry 5404 }
|
|
|
|
drycooler1ManualionOpeningGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (1..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler1 manual operation opening grade"
|
|
::= { confManDrycooler1Entry 5422 }
|
|
|
|
confManDrycooler2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManDrycooler2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManDrycooler2"
|
|
::= { confManDrycooler2 1 }
|
|
|
|
confManDrycooler2Entry OBJECT-TYPE
|
|
SYNTAX ConfManDrycooler2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManDrycooler2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManDrycooler2Table 1 }
|
|
|
|
ConfManDrycooler2Entry ::= SEQUENCE {
|
|
drycooler2ManualOperationActive Unsigned32,
|
|
drycooler2ManualOperationRunning Unsigned32
|
|
}
|
|
|
|
drycooler2ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler2 manual operation active"
|
|
::= { confManDrycooler2Entry 5501 }
|
|
|
|
drycooler2ManualOperationRunning OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler2 manual operation running"
|
|
::= { confManDrycooler2Entry 5504 }
|
|
|
|
confManDrycooler3Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManDrycooler3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManDrycooler3"
|
|
::= { confManDrycooler3 1 }
|
|
|
|
confManDrycooler3Entry OBJECT-TYPE
|
|
SYNTAX ConfManDrycooler3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManDrycooler3"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManDrycooler3Table 1 }
|
|
|
|
ConfManDrycooler3Entry ::= SEQUENCE {
|
|
drycooler3ManualOperationActive Unsigned32,
|
|
drycooler3ManualOperationRunning Unsigned32
|
|
}
|
|
|
|
drycooler3ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler3 manual operation active"
|
|
::= { confManDrycooler3Entry 5601 }
|
|
|
|
drycooler3ManualOperationRunning OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler3 manual operation running"
|
|
::= { confManDrycooler3Entry 5604 }
|
|
|
|
confManDrycooler4Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManDrycooler4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManDrycooler4"
|
|
::= { confManDrycooler4 1 }
|
|
|
|
confManDrycooler4Entry OBJECT-TYPE
|
|
SYNTAX ConfManDrycooler4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManDrycooler4"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManDrycooler4Table 1 }
|
|
|
|
ConfManDrycooler4Entry ::= SEQUENCE {
|
|
drycooler4ManualOperationActive Unsigned32,
|
|
drycooler4ManualOperationRunning Unsigned32
|
|
}
|
|
|
|
drycooler4ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler4 manual operation active"
|
|
::= { confManDrycooler4Entry 5701 }
|
|
|
|
drycooler4ManualOperationRunning OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"drycooler4 manual operation running"
|
|
::= { confManDrycooler4Entry 5704 }
|
|
|
|
confManPump1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManPump1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManPump1"
|
|
::= { confManPump1 1 }
|
|
|
|
confManPump1Entry OBJECT-TYPE
|
|
SYNTAX ConfManPump1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManPump1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManPump1Table 1 }
|
|
|
|
ConfManPump1Entry ::= SEQUENCE {
|
|
pump1ManualOperationActive Unsigned32,
|
|
pump1ManualOperationRunning Unsigned32,
|
|
pump1ManualOperationSpeed Unsigned32
|
|
}
|
|
|
|
pump1ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 manual operation active"
|
|
::= { confManPump1Entry 5801 }
|
|
|
|
pump1ManualOperationRunning OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 manual operation running"
|
|
::= { confManPump1Entry 5805 }
|
|
|
|
pump1ManualOperationSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump1 manual operation speed"
|
|
::= { confManPump1Entry 5822 }
|
|
|
|
confManPump2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManPump2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManPump2"
|
|
::= { confManPump2 1 }
|
|
|
|
confManPump2Entry OBJECT-TYPE
|
|
SYNTAX ConfManPump2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManPump2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManPump2Table 1 }
|
|
|
|
ConfManPump2Entry ::= SEQUENCE {
|
|
pump2ManualOperationActive Unsigned32,
|
|
pump2ManualOperationRunning Unsigned32,
|
|
pump2ManualOperationSpeed Unsigned32
|
|
}
|
|
|
|
pump2ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 manual operation active"
|
|
::= { confManPump2Entry 5901 }
|
|
|
|
pump2ManualOperationRunning OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 manual operation running"
|
|
::= { confManPump2Entry 5905 }
|
|
|
|
pump2ManualOperationSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump2 manual operation speed"
|
|
::= { confManPump2Entry 5922 }
|
|
|
|
confManPump3Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManPump3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManPump3"
|
|
::= { confManPump3 1 }
|
|
|
|
confManPump3Entry OBJECT-TYPE
|
|
SYNTAX ConfManPump3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManPump3"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManPump3Table 1 }
|
|
|
|
ConfManPump3Entry ::= SEQUENCE {
|
|
pump3ManualOperationActive Unsigned32,
|
|
pump3ManualOperationRunning Unsigned32,
|
|
pump3ManualOperationSpeed Unsigned32
|
|
}
|
|
|
|
pump3ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 manual operation active"
|
|
::= { confManPump3Entry 6001 }
|
|
|
|
pump3ManualOperationRunning OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 manual operation running"
|
|
::= { confManPump3Entry 6005 }
|
|
|
|
pump3ManualOperationSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump3 manual operation speed"
|
|
::= { confManPump3Entry 6022 }
|
|
|
|
confManPump4Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManPump4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManPump4"
|
|
::= { confManPump4 1 }
|
|
|
|
confManPump4Entry OBJECT-TYPE
|
|
SYNTAX ConfManPump4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManPump4"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManPump4Table 1 }
|
|
|
|
ConfManPump4Entry ::= SEQUENCE {
|
|
pump4ManualOperationActive Unsigned32,
|
|
pump4ManualOperationRunning Unsigned32,
|
|
pump4ManualOperationSpeed Unsigned32
|
|
}
|
|
|
|
pump4ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 manual operation active"
|
|
::= { confManPump4Entry 6101 }
|
|
|
|
pump4ManualOperationRunning OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 manual operation running"
|
|
::= { confManPump4Entry 6105 }
|
|
|
|
pump4ManualOperationSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"pump4 manual operation speed"
|
|
::= { confManPump4Entry 6122 }
|
|
|
|
confManLouverEcoTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManLouverEcoEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManLouverEco"
|
|
::= { confManLouverEco 1 }
|
|
|
|
confManLouverEcoEntry OBJECT-TYPE
|
|
SYNTAX ConfManLouverEcoEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManLouverEco"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManLouverEcoTable 1 }
|
|
|
|
ConfManLouverEcoEntry ::= SEQUENCE {
|
|
eCOCOOLLouverManlOperationActive Unsigned32,
|
|
eCOCOOLLouverManOpOpeningGrade Unsigned32
|
|
}
|
|
|
|
eCOCOOLLouverManlOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ECO-COOL louver manual operation active"
|
|
::= { confManLouverEcoEntry 9901 }
|
|
|
|
eCOCOOLLouverManOpOpeningGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ECO-COOL louver man. op. opening grade"
|
|
::= { confManLouverEcoEntry 9914 }
|
|
|
|
confManLouverFreshAirTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManLouverFreshAirEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManLouverFreshAir"
|
|
::= { confManLouverFreshAir 1 }
|
|
|
|
confManLouverFreshAirEntry OBJECT-TYPE
|
|
SYNTAX ConfManLouverFreshAirEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManLouverFreshAir"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManLouverFreshAirTable 1 }
|
|
|
|
ConfManLouverFreshAirEntry ::= SEQUENCE {
|
|
freshAirLouverMaOperationActive Unsigned32,
|
|
freshAirLouverMaionOpeningGrade Unsigned32
|
|
}
|
|
|
|
freshAirLouverMaOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"freshAirLouver manual operation active"
|
|
::= { confManLouverFreshAirEntry 10401 }
|
|
|
|
freshAirLouverMaionOpeningGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"freshAirLouver manual operation opening grade"
|
|
::= { confManLouverFreshAirEntry 10409 }
|
|
|
|
confManLouverAntiFreezeTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManLouverAntiFreezeEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManLouverAntiFreeze"
|
|
::= { confManLouverAntiFreeze 1 }
|
|
|
|
confManLouverAntiFreezeEntry OBJECT-TYPE
|
|
SYNTAX ConfManLouverAntiFreezeEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManLouverAntiFreeze"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManLouverAntiFreezeTable 1 }
|
|
|
|
ConfManLouverAntiFreezeEntry ::= SEQUENCE {
|
|
antiFreezeLouverOperationActive Unsigned32,
|
|
antiFreezeLouverionOpeningGrade Unsigned32
|
|
}
|
|
|
|
antiFreezeLouverOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Anti Freeze Louver manual operation active"
|
|
::= { confManLouverAntiFreezeEntry 10501 }
|
|
|
|
antiFreezeLouverionOpeningGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Anti Freeze Louver manual operation opening grade"
|
|
::= { confManLouverAntiFreezeEntry 10509 }
|
|
|
|
confManLouvercirculationTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManLouvercirculationEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManLouvercirculation"
|
|
::= { confManLouvercirculation 1 }
|
|
|
|
confManLouvercirculationEntry OBJECT-TYPE
|
|
SYNTAX ConfManLouvercirculationEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManLouvercirculation"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManLouvercirculationTable 1 }
|
|
|
|
ConfManLouvercirculationEntry ::= SEQUENCE {
|
|
circulationLouvelOperationActive Unsigned32,
|
|
circulationLouvetionOpeningGrade Unsigned32
|
|
}
|
|
|
|
circulationLouvelOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"circulation Louver manual operation active"
|
|
::= { confManLouvercirculationEntry 10601 }
|
|
|
|
circulationLouvetionOpeningGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"circulation Louver manual operation opening grade"
|
|
::= { confManLouvercirculationEntry 10609 }
|
|
|
|
confManLouverExitTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManLouverExitEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManLouverExit"
|
|
::= { confManLouverExit 1 }
|
|
|
|
confManLouverExitEntry OBJECT-TYPE
|
|
SYNTAX ConfManLouverExitEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManLouverExit"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManLouverExitTable 1 }
|
|
|
|
ConfManLouverExitEntry ::= SEQUENCE {
|
|
exitLouverManualOperationActive Unsigned32,
|
|
exitLouverManualionOpeningGrade Unsigned32
|
|
}
|
|
|
|
exitLouverManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"exit Louver manual operation active"
|
|
::= { confManLouverExitEntry 10701 }
|
|
|
|
exitLouverManualionOpeningGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"exit Louver manual operation opening grade"
|
|
::= { confManLouverExitEntry 10703 }
|
|
|
|
confManConFanTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManConFanEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManConFan"
|
|
::= { confManConFan 1 }
|
|
|
|
confManConFanEntry OBJECT-TYPE
|
|
SYNTAX ConfManConFanEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManConFan"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManConFanTable 1 }
|
|
|
|
ConfManConFanEntry ::= SEQUENCE {
|
|
condFan1ManualOperationActive Unsigned32,
|
|
condFan1ManualOperationSpeed Unsigned32,
|
|
condFan2ManualOperationActive Unsigned32,
|
|
condFan2ManualOperationSpeed Unsigned32
|
|
}
|
|
|
|
condFan1ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 1 manual operation active"
|
|
::= { confManConFanEntry 10801 }
|
|
|
|
condFan1ManualOperationSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 1 manual operation speed"
|
|
::= { confManConFanEntry 10809 }
|
|
|
|
condFan2ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 2 manual operation active"
|
|
::= { confManConFanEntry 10901 }
|
|
|
|
condFan2ManualOperationSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 2 manual operation speed"
|
|
::= { confManConFanEntry 10909 }
|
|
|
|
confManEHeat1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManEHeat1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManEHeat1"
|
|
::= { confManEHeat1 1 }
|
|
|
|
confManEHeat1Entry OBJECT-TYPE
|
|
SYNTAX ConfManEHeat1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManEHeat1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManEHeat1Table 1 }
|
|
|
|
ConfManEHeat1Entry ::= SEQUENCE {
|
|
elecHeating1ManuOperationActive Unsigned32,
|
|
elecHeating1ManuOperationRunning Unsigned32,
|
|
elecHeating1ManuerationPWMGrade Unsigned32
|
|
}
|
|
|
|
elecHeating1ManuOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating1 manual operation active"
|
|
::= { confManEHeat1Entry 4801 }
|
|
|
|
elecHeating1ManuOperationRunning OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating1 manual operation running"
|
|
::= { confManEHeat1Entry 4804 }
|
|
|
|
elecHeating1ManuerationPWMGrade OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating1 manual operation PWM-grade"
|
|
::= { confManEHeat1Entry 4818 }
|
|
|
|
confManEHeat2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManEHeat2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManEHeat2"
|
|
::= { confManEHeat2 1 }
|
|
|
|
confManEHeat2Entry OBJECT-TYPE
|
|
SYNTAX ConfManEHeat2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManEHeat2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManEHeat2Table 1 }
|
|
|
|
ConfManEHeat2Entry ::= SEQUENCE {
|
|
elecHeating2ManuOperationActive Unsigned32,
|
|
elecHeating2ManuOperationRunning Unsigned32
|
|
}
|
|
|
|
elecHeating2ManuOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating2 manual operation active"
|
|
::= { confManEHeat2Entry 4901 }
|
|
|
|
elecHeating2ManuOperationRunning OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating2 manual operation running"
|
|
::= { confManEHeat2Entry 4904 }
|
|
|
|
confManEHeat3Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManEHeat3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManEHeat3"
|
|
::= { confManEHeat3 1 }
|
|
|
|
confManEHeat3Entry OBJECT-TYPE
|
|
SYNTAX ConfManEHeat3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManEHeat3"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManEHeat3Table 1 }
|
|
|
|
ConfManEHeat3Entry ::= SEQUENCE {
|
|
elecHeating3ManuOperationActive Unsigned32,
|
|
elecHeating3ManuOperationRunning Unsigned32
|
|
}
|
|
|
|
elecHeating3ManuOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating3 manual operation active"
|
|
::= { confManEHeat3Entry 5001 }
|
|
|
|
elecHeating3ManuOperationRunning OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"elec.-heating3 manual operation running"
|
|
::= { confManEHeat3Entry 5004 }
|
|
|
|
confManHotgasHeatTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManHotgasHeatEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManHotgasHeat"
|
|
::= { confManHotgasHeat 1 }
|
|
|
|
confManHotgasHeatEntry OBJECT-TYPE
|
|
SYNTAX ConfManHotgasHeatEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManHotgasHeat"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManHotgasHeatTable 1 }
|
|
|
|
ConfManHotgasHeatEntry ::= SEQUENCE {
|
|
hotgasHeatingManlOperationActive Unsigned32,
|
|
hotgasHeatingManperationRunning Unsigned32
|
|
}
|
|
|
|
hotgasHeatingManlOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hotgas-heating manual operation active"
|
|
::= { confManHotgasHeatEntry 6201 }
|
|
|
|
hotgasHeatingManperationRunning OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hotgas-heating manual operation running"
|
|
::= { confManHotgasHeatEntry 6203 }
|
|
|
|
confManHwrValveTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManHwrValveEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManHwrValve"
|
|
::= { confManHwrValve 1 }
|
|
|
|
confManHwrValveEntry OBJECT-TYPE
|
|
SYNTAX ConfManHwrValveEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManHwrValve"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManHwrValveTable 1 }
|
|
|
|
ConfManHwrValveEntry ::= SEQUENCE {
|
|
pWWHeatingManualOperationActive Unsigned32,
|
|
pWWHeatingManualOperationRunning Unsigned32,
|
|
pWWHeatingManualOperationValue Unsigned32
|
|
}
|
|
|
|
pWWHeatingManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"PWW-heating manual operation active"
|
|
::= { confManHwrValveEntry 6301 }
|
|
|
|
pWWHeatingManualOperationRunning OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"PWW-heating manual operation running"
|
|
::= { confManHwrValveEntry 6303 }
|
|
|
|
pWWHeatingManualOperationValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"PWW-heating manual operation value"
|
|
::= { confManHwrValveEntry 6316 }
|
|
|
|
confManHumidifierTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManHumidifierEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManHumidifier"
|
|
::= { confManHumidifier 1 }
|
|
|
|
confManHumidifierEntry OBJECT-TYPE
|
|
SYNTAX ConfManHumidifierEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManHumidifier"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManHumidifierTable 1 }
|
|
|
|
ConfManHumidifierEntry ::= SEQUENCE {
|
|
humidifier1ManualOperationActive Unsigned32,
|
|
humidifier1ManuaperationRunning Unsigned32,
|
|
humidifier1ManualOperationValue Unsigned32
|
|
}
|
|
|
|
humidifier1ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 manual operation active"
|
|
::= { confManHumidifierEntry 6401 }
|
|
|
|
humidifier1ManuaperationRunning OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 manual operation running"
|
|
::= { confManHumidifierEntry 6404 }
|
|
|
|
humidifier1ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidifier1 manual operation value"
|
|
::= { confManHumidifierEntry 6428 }
|
|
|
|
confManDehumidificationTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManDehumidificationEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManDehumidification"
|
|
::= { confManDehumidification 1 }
|
|
|
|
confManDehumidificationEntry OBJECT-TYPE
|
|
SYNTAX ConfManDehumidificationEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManDehumidification"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManDehumidificationTable 1 }
|
|
|
|
ConfManDehumidificationEntry ::= SEQUENCE {
|
|
dehumidificationOperationActive Unsigned32,
|
|
dehumidificationOperationRunning Unsigned32
|
|
}
|
|
|
|
dehumidificationOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"dehumidification manual operation active"
|
|
::= { confManDehumidificationEntry 6801 }
|
|
|
|
dehumidificationOperationRunning OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"dehumidification manual operation running"
|
|
::= { confManDehumidificationEntry 6804 }
|
|
|
|
confManFanTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManFanEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManFan"
|
|
::= { confManFan 1 }
|
|
|
|
confManFanEntry OBJECT-TYPE
|
|
SYNTAX ConfManFanEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManFan"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManFanTable 1 }
|
|
|
|
ConfManFanEntry ::= SEQUENCE {
|
|
fan1ManualOperationActive Unsigned32,
|
|
fan1ManualOperationRunning Unsigned32,
|
|
fan1ManualOperationSpeed Unsigned32
|
|
}
|
|
|
|
fan1ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 manual operation active"
|
|
::= { confManFanEntry 6901 }
|
|
|
|
fan1ManualOperationRunning OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 manual operation running"
|
|
::= { confManFanEntry 6905 }
|
|
|
|
fan1ManualOperationSpeed OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"fan1 manual operation speed"
|
|
::= { confManFanEntry 6933 }
|
|
|
|
confManAirLouverTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManAirLouverEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManAirLouver"
|
|
::= { confManAirLouver 1 }
|
|
|
|
confManAirLouverEntry OBJECT-TYPE
|
|
SYNTAX ConfManAirLouverEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManAirLouver"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManAirLouverTable 1 }
|
|
|
|
ConfManAirLouverEntry ::= SEQUENCE {
|
|
louver1ManualOperationActive Unsigned32,
|
|
louver1ManualOperationOpen Unsigned32
|
|
}
|
|
|
|
louver1ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"louver1 manual operation active"
|
|
::= { confManAirLouverEntry 7201 }
|
|
|
|
louver1ManualOperationOpen OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"louver1 manual operation open"
|
|
::= { confManAirLouverEntry 7203 }
|
|
|
|
confManSensor1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSensor1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSensor1"
|
|
::= { confManSensor1 1 }
|
|
|
|
confManSensor1Entry OBJECT-TYPE
|
|
SYNTAX ConfManSensor1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSensor1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSensor1Table 1 }
|
|
|
|
ConfManSensor1Entry ::= SEQUENCE {
|
|
sensor1ManualOperationActive Unsigned32,
|
|
sensor1ManualOperationValue Integer32
|
|
}
|
|
|
|
sensor1ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor1 manual operation active"
|
|
::= { confManSensor1Entry 2305 }
|
|
|
|
sensor1ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor1 manual operation value"
|
|
::= { confManSensor1Entry 2323 }
|
|
|
|
confManSensor2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSensor2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSensor2"
|
|
::= { confManSensor2 1 }
|
|
|
|
confManSensor2Entry OBJECT-TYPE
|
|
SYNTAX ConfManSensor2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSensor2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSensor2Table 1 }
|
|
|
|
ConfManSensor2Entry ::= SEQUENCE {
|
|
sensor2ManualOperationActive Unsigned32,
|
|
sensor2ManualOperationValue Integer32
|
|
}
|
|
|
|
sensor2ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor2 manual operation active"
|
|
::= { confManSensor2Entry 2405 }
|
|
|
|
sensor2ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor2 manual operation value"
|
|
::= { confManSensor2Entry 2423 }
|
|
|
|
confManSensor3Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSensor3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSensor3"
|
|
::= { confManSensor3 1 }
|
|
|
|
confManSensor3Entry OBJECT-TYPE
|
|
SYNTAX ConfManSensor3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSensor3"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSensor3Table 1 }
|
|
|
|
ConfManSensor3Entry ::= SEQUENCE {
|
|
sensor3ManualOperationActive Unsigned32,
|
|
sensor3ManualOperationValue Integer32
|
|
}
|
|
|
|
sensor3ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor3 manual operation active"
|
|
::= { confManSensor3Entry 2505 }
|
|
|
|
sensor3ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor3 manual operation value"
|
|
::= { confManSensor3Entry 2523 }
|
|
|
|
confManSensor4Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSensor4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSensor4"
|
|
::= { confManSensor4 1 }
|
|
|
|
confManSensor4Entry OBJECT-TYPE
|
|
SYNTAX ConfManSensor4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSensor4"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSensor4Table 1 }
|
|
|
|
ConfManSensor4Entry ::= SEQUENCE {
|
|
sensor4ManualOperationActive Unsigned32,
|
|
sensor4ManualOperationValue Integer32
|
|
}
|
|
|
|
sensor4ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor4 manual operation active"
|
|
::= { confManSensor4Entry 2605 }
|
|
|
|
sensor4ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor4 manual operation value"
|
|
::= { confManSensor4Entry 2623 }
|
|
|
|
confManSensor5Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSensor5Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSensor5"
|
|
::= { confManSensor5 1 }
|
|
|
|
confManSensor5Entry OBJECT-TYPE
|
|
SYNTAX ConfManSensor5Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSensor5"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSensor5Table 1 }
|
|
|
|
ConfManSensor5Entry ::= SEQUENCE {
|
|
sensor5ManualOperationActive Unsigned32,
|
|
sensor5ManualOperationValue Integer32
|
|
}
|
|
|
|
sensor5ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor5 manual operation active"
|
|
::= { confManSensor5Entry 2705 }
|
|
|
|
sensor5ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor5 manual operation value"
|
|
::= { confManSensor5Entry 2723 }
|
|
|
|
confManSensor6Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSensor6Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSensor6"
|
|
::= { confManSensor6 1 }
|
|
|
|
confManSensor6Entry OBJECT-TYPE
|
|
SYNTAX ConfManSensor6Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSensor6"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSensor6Table 1 }
|
|
|
|
ConfManSensor6Entry ::= SEQUENCE {
|
|
sensor6ManualOperationActive Unsigned32,
|
|
sensor6ManualOperationValue Integer32
|
|
}
|
|
|
|
sensor6ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor6 manual operation active"
|
|
::= { confManSensor6Entry 2805 }
|
|
|
|
sensor6ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor6 manual operation value"
|
|
::= { confManSensor6Entry 2823 }
|
|
|
|
confManSensor7Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSensor7Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSensor7"
|
|
::= { confManSensor7 1 }
|
|
|
|
confManSensor7Entry OBJECT-TYPE
|
|
SYNTAX ConfManSensor7Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSensor7"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSensor7Table 1 }
|
|
|
|
ConfManSensor7Entry ::= SEQUENCE {
|
|
sensor7ManualOperationActive Unsigned32,
|
|
sensor7ManualOperationValue Integer32
|
|
}
|
|
|
|
sensor7ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor7 manual operation active"
|
|
::= { confManSensor7Entry 2905 }
|
|
|
|
sensor7ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor7 manual operation value"
|
|
::= { confManSensor7Entry 2923 }
|
|
|
|
confManSensor8Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSensor8Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSensor8"
|
|
::= { confManSensor8 1 }
|
|
|
|
confManSensor8Entry OBJECT-TYPE
|
|
SYNTAX ConfManSensor8Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSensor8"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSensor8Table 1 }
|
|
|
|
ConfManSensor8Entry ::= SEQUENCE {
|
|
sensor8ManualOperationActive Unsigned32,
|
|
sensor8ManualOperationValue Integer32
|
|
}
|
|
|
|
sensor8ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor8 manual operation active"
|
|
::= { confManSensor8Entry 3005 }
|
|
|
|
sensor8ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor8 manual operation value"
|
|
::= { confManSensor8Entry 3023 }
|
|
|
|
confManSensor9Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSensor9Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSensor9"
|
|
::= { confManSensor9 1 }
|
|
|
|
confManSensor9Entry OBJECT-TYPE
|
|
SYNTAX ConfManSensor9Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSensor9"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSensor9Table 1 }
|
|
|
|
ConfManSensor9Entry ::= SEQUENCE {
|
|
sensor9ManualOperationActive Unsigned32,
|
|
sensor9ManualOperationValue Integer32
|
|
}
|
|
|
|
sensor9ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor9 manual operation active"
|
|
::= { confManSensor9Entry 3105 }
|
|
|
|
sensor9ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor9 manual operation value"
|
|
::= { confManSensor9Entry 3123 }
|
|
|
|
confManSensor10Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSensor10Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSensor10"
|
|
::= { confManSensor10 1 }
|
|
|
|
confManSensor10Entry OBJECT-TYPE
|
|
SYNTAX ConfManSensor10Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSensor10"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSensor10Table 1 }
|
|
|
|
ConfManSensor10Entry ::= SEQUENCE {
|
|
sensor10ManualOperationActive Unsigned32,
|
|
sensor10ManualOperationValue Integer32
|
|
}
|
|
|
|
sensor10ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor10 manual operation active"
|
|
::= { confManSensor10Entry 3205 }
|
|
|
|
sensor10ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor10 manual operation value"
|
|
::= { confManSensor10Entry 3223 }
|
|
|
|
confManSensor11Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSensor11Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSensor11"
|
|
::= { confManSensor11 1 }
|
|
|
|
confManSensor11Entry OBJECT-TYPE
|
|
SYNTAX ConfManSensor11Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSensor11"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSensor11Table 1 }
|
|
|
|
ConfManSensor11Entry ::= SEQUENCE {
|
|
sensor11ManualOperationActive Unsigned32,
|
|
sensor11ManualOperationValue Integer32
|
|
}
|
|
|
|
sensor11ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor11 manual operation active"
|
|
::= { confManSensor11Entry 3305 }
|
|
|
|
sensor11ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor11 manual operation value"
|
|
::= { confManSensor11Entry 3323 }
|
|
|
|
confManSensor12Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSensor12Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSensor12"
|
|
::= { confManSensor12 1 }
|
|
|
|
confManSensor12Entry OBJECT-TYPE
|
|
SYNTAX ConfManSensor12Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSensor12"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSensor12Table 1 }
|
|
|
|
ConfManSensor12Entry ::= SEQUENCE {
|
|
sensor12ManualOperationActive Unsigned32,
|
|
sensor12ManualOperationValue Integer32
|
|
}
|
|
|
|
sensor12ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor12 manual operation active"
|
|
::= { confManSensor12Entry 3405 }
|
|
|
|
sensor12ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor12 manual operation value"
|
|
::= { confManSensor12Entry 3423 }
|
|
|
|
confManSensor13Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSensor13Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSensor13"
|
|
::= { confManSensor13 1 }
|
|
|
|
confManSensor13Entry OBJECT-TYPE
|
|
SYNTAX ConfManSensor13Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSensor13"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSensor13Table 1 }
|
|
|
|
ConfManSensor13Entry ::= SEQUENCE {
|
|
sensor13ManualOperationActive Unsigned32,
|
|
sensor13ManualOperationValue Integer32
|
|
}
|
|
|
|
sensor13ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor13 manual operation active"
|
|
::= { confManSensor13Entry 3505 }
|
|
|
|
sensor13ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor13 manual operation value"
|
|
::= { confManSensor13Entry 3523 }
|
|
|
|
confManSensor14Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSensor14Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSensor14"
|
|
::= { confManSensor14 1 }
|
|
|
|
confManSensor14Entry OBJECT-TYPE
|
|
SYNTAX ConfManSensor14Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSensor14"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSensor14Table 1 }
|
|
|
|
ConfManSensor14Entry ::= SEQUENCE {
|
|
sensor14ManualOperationActive Unsigned32,
|
|
sensor14ManualOperationValue Integer32
|
|
}
|
|
|
|
sensor14ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor14 manual operation active"
|
|
::= { confManSensor14Entry 3605 }
|
|
|
|
sensor14ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor14 manual operation value"
|
|
::= { confManSensor14Entry 3623 }
|
|
|
|
confManSensor15Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSensor15Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSensor15"
|
|
::= { confManSensor15 1 }
|
|
|
|
confManSensor15Entry OBJECT-TYPE
|
|
SYNTAX ConfManSensor15Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSensor15"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSensor15Table 1 }
|
|
|
|
ConfManSensor15Entry ::= SEQUENCE {
|
|
sensor15ManualOperationActive Unsigned32,
|
|
sensor15ManualOperationValue Integer32
|
|
}
|
|
|
|
sensor15ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor15 manual operation active"
|
|
::= { confManSensor15Entry 3705 }
|
|
|
|
sensor15ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor15 manual operation value"
|
|
::= { confManSensor15Entry 3723 }
|
|
|
|
confManSensor16Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSensor16Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSensor16"
|
|
::= { confManSensor16 1 }
|
|
|
|
confManSensor16Entry OBJECT-TYPE
|
|
SYNTAX ConfManSensor16Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSensor16"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSensor16Table 1 }
|
|
|
|
ConfManSensor16Entry ::= SEQUENCE {
|
|
sensor16ManualOperationActive Unsigned32,
|
|
sensor16ManualOperationValue Integer32
|
|
}
|
|
|
|
sensor16ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor16 manual operation active"
|
|
::= { confManSensor16Entry 3805 }
|
|
|
|
sensor16ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor16 manual operation value"
|
|
::= { confManSensor16Entry 3823 }
|
|
|
|
confManSensor17Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSensor17Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSensor17"
|
|
::= { confManSensor17 1 }
|
|
|
|
confManSensor17Entry OBJECT-TYPE
|
|
SYNTAX ConfManSensor17Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSensor17"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSensor17Table 1 }
|
|
|
|
ConfManSensor17Entry ::= SEQUENCE {
|
|
sensor17ManualOperationActive Unsigned32,
|
|
sensor17ManualOperationValue Integer32
|
|
}
|
|
|
|
sensor17ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor17 manual operation active"
|
|
::= { confManSensor17Entry 3905 }
|
|
|
|
sensor17ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor17 manual operation value"
|
|
::= { confManSensor17Entry 3923 }
|
|
|
|
confManSensor18Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSensor18Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSensor18"
|
|
::= { confManSensor18 1 }
|
|
|
|
confManSensor18Entry OBJECT-TYPE
|
|
SYNTAX ConfManSensor18Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSensor18"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSensor18Table 1 }
|
|
|
|
ConfManSensor18Entry ::= SEQUENCE {
|
|
sensor18ManualOperationActive Unsigned32,
|
|
sensor18ManualOperationValue Integer32
|
|
}
|
|
|
|
sensor18ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor18 manual operation active"
|
|
::= { confManSensor18Entry 4005 }
|
|
|
|
sensor18ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor18 manual operation value"
|
|
::= { confManSensor18Entry 4023 }
|
|
|
|
confManSensor19Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSensor19Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSensor19"
|
|
::= { confManSensor19 1 }
|
|
|
|
confManSensor19Entry OBJECT-TYPE
|
|
SYNTAX ConfManSensor19Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSensor19"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSensor19Table 1 }
|
|
|
|
ConfManSensor19Entry ::= SEQUENCE {
|
|
sensor19ManualOperationActive Unsigned32,
|
|
sensor19ManualOperationValue Integer32
|
|
}
|
|
|
|
sensor19ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor19 manual operation active"
|
|
::= { confManSensor19Entry 4105 }
|
|
|
|
sensor19ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor19 manual operation value"
|
|
::= { confManSensor19Entry 4123 }
|
|
|
|
confManSensor20Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSensor20Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSensor20"
|
|
::= { confManSensor20 1 }
|
|
|
|
confManSensor20Entry OBJECT-TYPE
|
|
SYNTAX ConfManSensor20Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSensor20"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSensor20Table 1 }
|
|
|
|
ConfManSensor20Entry ::= SEQUENCE {
|
|
sensor20ManualOperationActive Unsigned32,
|
|
sensor20ManualOperationValue Integer32
|
|
}
|
|
|
|
sensor20ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor20 manual operation active"
|
|
::= { confManSensor20Entry 4205 }
|
|
|
|
sensor20ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor20 manual operation value"
|
|
::= { confManSensor20Entry 4223 }
|
|
|
|
confManSensor21Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManSensor21Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManSensor21"
|
|
::= { confManSensor21 1 }
|
|
|
|
confManSensor21Entry OBJECT-TYPE
|
|
SYNTAX ConfManSensor21Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManSensor21"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManSensor21Table 1 }
|
|
|
|
ConfManSensor21Entry ::= SEQUENCE {
|
|
sensor21ManualOperationActive Unsigned32,
|
|
sensor21ManualOperationValue Integer32
|
|
}
|
|
|
|
sensor21ManualOperationActive OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor21 manual operation active"
|
|
::= { confManSensor21Entry 4305 }
|
|
|
|
sensor21ManualOperationValue OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"sensor21 manual operation value"
|
|
::= { confManSensor21Entry 4323 }
|
|
|
|
confManExtAlarms1Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManExtAlarms1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManExtAlarms1"
|
|
::= { confManExtAlarms1 1 }
|
|
|
|
confManExtAlarms1Entry OBJECT-TYPE
|
|
SYNTAX ConfManExtAlarms1Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManExtAlarms1"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManExtAlarms1Table 1 }
|
|
|
|
ConfManExtAlarms1Entry ::= SEQUENCE {
|
|
extAlarmManualOperationEnable1 Unsigned32,
|
|
extAlarmManualOperationActive1 Unsigned32
|
|
}
|
|
|
|
extAlarmManualOperationEnable1 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm manual operation enable 1"
|
|
::= { confManExtAlarms1Entry 7501 }
|
|
|
|
extAlarmManualOperationActive1 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm manual operation active 1"
|
|
::= { confManExtAlarms1Entry 7503 }
|
|
|
|
confManExtAlarms2Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManExtAlarms2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManExtAlarms2"
|
|
::= { confManExtAlarms2 1 }
|
|
|
|
confManExtAlarms2Entry OBJECT-TYPE
|
|
SYNTAX ConfManExtAlarms2Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManExtAlarms2"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManExtAlarms2Table 1 }
|
|
|
|
ConfManExtAlarms2Entry ::= SEQUENCE {
|
|
extAlarmManualOperationEnable2 Unsigned32,
|
|
extAlarmManualOperationActive2 Unsigned32
|
|
}
|
|
|
|
extAlarmManualOperationEnable2 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm manual operation enable 2"
|
|
::= { confManExtAlarms2Entry 7601 }
|
|
|
|
extAlarmManualOperationActive2 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm manual operation active 2"
|
|
::= { confManExtAlarms2Entry 7603 }
|
|
|
|
confManExtAlarms3Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManExtAlarms3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManExtAlarms3"
|
|
::= { confManExtAlarms3 1 }
|
|
|
|
confManExtAlarms3Entry OBJECT-TYPE
|
|
SYNTAX ConfManExtAlarms3Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManExtAlarms3"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManExtAlarms3Table 1 }
|
|
|
|
ConfManExtAlarms3Entry ::= SEQUENCE {
|
|
extAlarmManualOperationEnable3 Unsigned32,
|
|
extAlarmManualOperationActive3 Unsigned32
|
|
}
|
|
|
|
extAlarmManualOperationEnable3 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm manual operation enable 3"
|
|
::= { confManExtAlarms3Entry 7701 }
|
|
|
|
extAlarmManualOperationActive3 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm manual operation active 3"
|
|
::= { confManExtAlarms3Entry 7703 }
|
|
|
|
confManExtAlarms4Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManExtAlarms4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManExtAlarms4"
|
|
::= { confManExtAlarms4 1 }
|
|
|
|
confManExtAlarms4Entry OBJECT-TYPE
|
|
SYNTAX ConfManExtAlarms4Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManExtAlarms4"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManExtAlarms4Table 1 }
|
|
|
|
ConfManExtAlarms4Entry ::= SEQUENCE {
|
|
extAlarmManualOperationEnable4 Unsigned32,
|
|
extAlarmManualOperationActive4 Unsigned32
|
|
}
|
|
|
|
extAlarmManualOperationEnable4 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm manual operation enable 4"
|
|
::= { confManExtAlarms4Entry 7801 }
|
|
|
|
extAlarmManualOperationActive4 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm manual operation active 4"
|
|
::= { confManExtAlarms4Entry 7803 }
|
|
|
|
confManExtAlarms5Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManExtAlarms5Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManExtAlarms5"
|
|
::= { confManExtAlarms5 1 }
|
|
|
|
confManExtAlarms5Entry OBJECT-TYPE
|
|
SYNTAX ConfManExtAlarms5Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManExtAlarms5"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManExtAlarms5Table 1 }
|
|
|
|
ConfManExtAlarms5Entry ::= SEQUENCE {
|
|
extAlarmManualOperationEnable5 Unsigned32,
|
|
extAlarmManualOperationActive5 Unsigned32
|
|
}
|
|
|
|
extAlarmManualOperationEnable5 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm manual operation enable 5"
|
|
::= { confManExtAlarms5Entry 7901 }
|
|
|
|
extAlarmManualOperationActive5 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm manual operation active 5"
|
|
::= { confManExtAlarms5Entry 7903 }
|
|
|
|
confManExtAlarms6Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManExtAlarms6Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManExtAlarms6"
|
|
::= { confManExtAlarms6 1 }
|
|
|
|
confManExtAlarms6Entry OBJECT-TYPE
|
|
SYNTAX ConfManExtAlarms6Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManExtAlarms6"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManExtAlarms6Table 1 }
|
|
|
|
ConfManExtAlarms6Entry ::= SEQUENCE {
|
|
extAlarmManualOperationEnable6 Unsigned32,
|
|
extAlarmManualOperationActive6 Unsigned32
|
|
}
|
|
|
|
extAlarmManualOperationEnable6 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm manual operation enable 6"
|
|
::= { confManExtAlarms6Entry 8001 }
|
|
|
|
extAlarmManualOperationActive6 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm manual operation active 6"
|
|
::= { confManExtAlarms6Entry 8003 }
|
|
|
|
confManExtAlarms7Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManExtAlarms7Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManExtAlarms7"
|
|
::= { confManExtAlarms7 1 }
|
|
|
|
confManExtAlarms7Entry OBJECT-TYPE
|
|
SYNTAX ConfManExtAlarms7Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManExtAlarms7"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManExtAlarms7Table 1 }
|
|
|
|
ConfManExtAlarms7Entry ::= SEQUENCE {
|
|
extAlarmManualOperationEnable7 Unsigned32,
|
|
extAlarmManualOperationActive7 Unsigned32
|
|
}
|
|
|
|
extAlarmManualOperationEnable7 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm manual operation enable 7"
|
|
::= { confManExtAlarms7Entry 8101 }
|
|
|
|
extAlarmManualOperationActive7 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm manual operation active 7"
|
|
::= { confManExtAlarms7Entry 8103 }
|
|
|
|
confManExtAlarms8Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManExtAlarms8Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManExtAlarms8"
|
|
::= { confManExtAlarms8 1 }
|
|
|
|
confManExtAlarms8Entry OBJECT-TYPE
|
|
SYNTAX ConfManExtAlarms8Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManExtAlarms8"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManExtAlarms8Table 1 }
|
|
|
|
ConfManExtAlarms8Entry ::= SEQUENCE {
|
|
extAlarmManualOperationEnable8 Unsigned32,
|
|
extAlarmManualOperationActive8 Unsigned32
|
|
}
|
|
|
|
extAlarmManualOperationEnable8 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm manual operation enable 8"
|
|
::= { confManExtAlarms8Entry 8201 }
|
|
|
|
extAlarmManualOperationActive8 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm manual operation active 8"
|
|
::= { confManExtAlarms8Entry 8203 }
|
|
|
|
confManExtAlarms9Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManExtAlarms9Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManExtAlarms9"
|
|
::= { confManExtAlarms9 1 }
|
|
|
|
confManExtAlarms9Entry OBJECT-TYPE
|
|
SYNTAX ConfManExtAlarms9Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManExtAlarms9"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManExtAlarms9Table 1 }
|
|
|
|
ConfManExtAlarms9Entry ::= SEQUENCE {
|
|
extAlarmManualOperationEnable9 Unsigned32,
|
|
extAlarmManualOperationActive9 Unsigned32
|
|
}
|
|
|
|
extAlarmManualOperationEnable9 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm manual operation enable 9"
|
|
::= { confManExtAlarms9Entry 8301 }
|
|
|
|
extAlarmManualOperationActive9 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm manual operation active 9"
|
|
::= { confManExtAlarms9Entry 8303 }
|
|
|
|
confManExtAlarms10Table OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfManExtAlarms10Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confManExtAlarms10"
|
|
::= { confManExtAlarms10 1 }
|
|
|
|
confManExtAlarms10Entry OBJECT-TYPE
|
|
SYNTAX ConfManExtAlarms10Entry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confManExtAlarms10"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confManExtAlarms10Table 1 }
|
|
|
|
ConfManExtAlarms10Entry ::= SEQUENCE {
|
|
extAlarmManualOperationEnable10 Unsigned32,
|
|
extAlarmManualOperationActive10 Unsigned32
|
|
}
|
|
|
|
extAlarmManualOperationEnable10 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm manual operation enable 10"
|
|
::= { confManExtAlarms10Entry 8401 }
|
|
|
|
extAlarmManualOperationActive10 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"ext. alarm manual operation active 10"
|
|
::= { confManExtAlarms10Entry 8403 }
|
|
|
|
confZoneSequencingTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfZoneSequencingEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confZoneSequencing"
|
|
::= { confZoneSequencing 1 }
|
|
|
|
confZoneSequencingEntry OBJECT-TYPE
|
|
SYNTAX ConfZoneSequencingEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confZoneSequencing"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confZoneSequencingTable 1 }
|
|
|
|
ConfZoneSequencingEntry ::= SEQUENCE {
|
|
xYZAlarmValidLocalStop Unsigned32,
|
|
xYZAlarmValidCompLPAlarm Unsigned32,
|
|
xYZAlarmValidCompAlarm Unsigned32,
|
|
xYZAlarmValidEHeatingAlarm Unsigned32,
|
|
xYZAlarmValidHumidifierAlarm Unsigned32,
|
|
xYZAlarmValidHumidifier5uSAlarm Unsigned32,
|
|
xYZAlarmValidHumidifier20uSAlarm Unsigned32,
|
|
xYZAlarmValidAirFlowAlarm Unsigned32,
|
|
xYZAlarmValidFilterClogged Unsigned32,
|
|
xYZAlarmValidExternalAlarm Unsigned32,
|
|
xYZAlarmValidPumpAlarm Unsigned32,
|
|
xYZAlarmValidDrycoolerAlarm Unsigned32,
|
|
xYZAlarmValidWaterAlarm Unsigned32,
|
|
xYZAlarmValidRoomTempTooHigh Unsigned32,
|
|
xYZAlarmValidRoomHumidityTooHigh Unsigned32,
|
|
xYZAlarmValidSupplyTempTooHigh Unsigned32,
|
|
xYZAlarmValidSupyHumidityTooHigh Unsigned32,
|
|
xYZAlarmValidRoomTempTooLow Unsigned32,
|
|
xYZAlarmValidRoomHumidityTooLow Unsigned32,
|
|
xYZAlarmValidSupplyTempTooLow Unsigned32,
|
|
xYZAlarmValidSupyHumidityTooLow Unsigned32,
|
|
xYZAlarmValidWaterTempTooHigh Unsigned32,
|
|
xYZAlarmValidWaterTempTooLow Unsigned32,
|
|
xYZAlarmValidFireAlarm Unsigned32,
|
|
xYZAlarmValidSensorAlarm Unsigned32,
|
|
xYZAlarmValidSensorBreak Unsigned32,
|
|
xYZAlarmValidHotgasReheatAlarm Unsigned32,
|
|
myZoneNumberOfErrorUnits Unsigned32,
|
|
myZoneEmergencyTemperature Integer32,
|
|
myZoneCWEnergySaveModeActiv Unsigned32,
|
|
myZoneTestsequencing Unsigned32,
|
|
myZoneAverageDetermination Unsigned32,
|
|
myZoneNMax Unsigned32,
|
|
gE3StartTempOfMyZone Integer32,
|
|
gE3HysteresisOfMyZone Integer32,
|
|
gE3AbsoluteStartTempOfMyZone Integer32,
|
|
gEpAbsoluteStarttertempOfMyZone Integer32
|
|
}
|
|
|
|
xYZAlarmValidLocalStop OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (local stop)"
|
|
::= { confZoneSequencingEntry 11600 }
|
|
|
|
xYZAlarmValidCompLPAlarm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (comp LP alarm)"
|
|
::= { confZoneSequencingEntry 11601 }
|
|
|
|
xYZAlarmValidCompAlarm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (comp alarm)"
|
|
::= { confZoneSequencingEntry 11602 }
|
|
|
|
xYZAlarmValidEHeatingAlarm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (e-heating alarm)"
|
|
::= { confZoneSequencingEntry 11603 }
|
|
|
|
xYZAlarmValidHumidifierAlarm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (humidifier alarm)"
|
|
::= { confZoneSequencingEntry 11604 }
|
|
|
|
xYZAlarmValidHumidifier5uSAlarm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (humidifier 5uS alarm)"
|
|
::= { confZoneSequencingEntry 11605 }
|
|
|
|
xYZAlarmValidHumidifier20uSAlarm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (humidifier 20uS alarm)"
|
|
::= { confZoneSequencingEntry 11606 }
|
|
|
|
xYZAlarmValidAirFlowAlarm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (air flow alarm)"
|
|
::= { confZoneSequencingEntry 11607 }
|
|
|
|
xYZAlarmValidFilterClogged OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (filter clogged)"
|
|
::= { confZoneSequencingEntry 11608 }
|
|
|
|
xYZAlarmValidExternalAlarm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (external alarm)"
|
|
::= { confZoneSequencingEntry 11609 }
|
|
|
|
xYZAlarmValidPumpAlarm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (pump alarm)"
|
|
::= { confZoneSequencingEntry 11610 }
|
|
|
|
xYZAlarmValidDrycoolerAlarm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (drycooler alarm)"
|
|
::= { confZoneSequencingEntry 11611 }
|
|
|
|
xYZAlarmValidWaterAlarm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (water alarm)"
|
|
::= { confZoneSequencingEntry 11612 }
|
|
|
|
xYZAlarmValidRoomTempTooHigh OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (room temp too high)"
|
|
::= { confZoneSequencingEntry 11613 }
|
|
|
|
xYZAlarmValidRoomHumidityTooHigh OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (room humidity too high)"
|
|
::= { confZoneSequencingEntry 11614 }
|
|
|
|
xYZAlarmValidSupplyTempTooHigh OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (supply temp too high)"
|
|
::= { confZoneSequencingEntry 11615 }
|
|
|
|
xYZAlarmValidSupyHumidityTooHigh OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (supply humidity too high)"
|
|
::= { confZoneSequencingEntry 11616 }
|
|
|
|
xYZAlarmValidRoomTempTooLow OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (room temp too low)"
|
|
::= { confZoneSequencingEntry 11617 }
|
|
|
|
xYZAlarmValidRoomHumidityTooLow OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (room humidity too low)"
|
|
::= { confZoneSequencingEntry 11618 }
|
|
|
|
xYZAlarmValidSupplyTempTooLow OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (supply temp too low)"
|
|
::= { confZoneSequencingEntry 11619 }
|
|
|
|
xYZAlarmValidSupyHumidityTooLow OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (supply humidity too low)"
|
|
::= { confZoneSequencingEntry 11620 }
|
|
|
|
xYZAlarmValidWaterTempTooHigh OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (water temp too high)"
|
|
::= { confZoneSequencingEntry 11621 }
|
|
|
|
xYZAlarmValidWaterTempTooLow OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (water temp too low)"
|
|
::= { confZoneSequencingEntry 11622 }
|
|
|
|
xYZAlarmValidFireAlarm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (fire alarm)"
|
|
::= { confZoneSequencingEntry 11623 }
|
|
|
|
xYZAlarmValidSensorAlarm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (sensor alarm)"
|
|
::= { confZoneSequencingEntry 11624 }
|
|
|
|
xYZAlarmValidSensorBreak OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (sensor break)"
|
|
::= { confZoneSequencingEntry 11625 }
|
|
|
|
xYZAlarmValidHotgasReheatAlarm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"XYZ alarm valid (hotgas reheat alarm)"
|
|
::= { confZoneSequencingEntry 11626 }
|
|
|
|
myZoneNumberOfErrorUnits OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..32)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"my zone number of error units"
|
|
::= { confZoneSequencingEntry 11706 }
|
|
|
|
myZoneEmergencyTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (0..400)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"my zone emergency temperature"
|
|
::= { confZoneSequencingEntry 11707 }
|
|
|
|
myZoneCWEnergySaveModeActiv OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"my zone CW energy save mode activ"
|
|
::= { confZoneSequencingEntry 11708 }
|
|
|
|
myZoneTestsequencing OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"my zone testsequencing"
|
|
::= { confZoneSequencingEntry 11709 }
|
|
|
|
myZoneAverageDetermination OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"my zone average determination"
|
|
::= { confZoneSequencingEntry 11710 }
|
|
|
|
myZoneNMax OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"my zone nMax"
|
|
::= { confZoneSequencingEntry 11780 }
|
|
|
|
gE3StartTempOfMyZone OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE3 start temp of my zone"
|
|
::= { confZoneSequencingEntry 11781 }
|
|
|
|
gE3HysteresisOfMyZone OBJECT-TYPE
|
|
SYNTAX Integer32 (0..99)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE3 hysteresis of my zone"
|
|
::= { confZoneSequencingEntry 11782 }
|
|
|
|
gE3AbsoluteStartTempOfMyZone OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GE3 absolute start temp of my zone"
|
|
::= { confZoneSequencingEntry 11783 }
|
|
|
|
gEpAbsoluteStarttertempOfMyZone OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"GEp absolute start watertemp of my zone"
|
|
::= { confZoneSequencingEntry 11784 }
|
|
|
|
confCondFanTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfCondFanEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confCondFan"
|
|
::= { confCondFan 1 }
|
|
|
|
confCondFanEntry OBJECT-TYPE
|
|
SYNTAX ConfCondFanEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confCondFan"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confCondFanTable 1 }
|
|
|
|
ConfCondFanEntry ::= SEQUENCE {
|
|
condFan1Runtime Unsigned32,
|
|
condFan2Runtime Unsigned32
|
|
}
|
|
|
|
condFan1Runtime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 1 runtime"
|
|
::= { confCondFanEntry 10810 }
|
|
|
|
condFan2Runtime OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Cond. fan 2 runtime"
|
|
::= { confCondFanEntry 10910 }
|
|
|
|
confMaintenanceTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfMaintenanceEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confMaintenance"
|
|
::= { confMaintenance 1 }
|
|
|
|
confMaintenanceEntry OBJECT-TYPE
|
|
SYNTAX ConfMaintenanceEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confMaintenance"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confMaintenanceTable 1 }
|
|
|
|
ConfMaintenanceEntry ::= SEQUENCE {
|
|
maintenanceAlarmPrio Unsigned32,
|
|
maintenanceCommonAlarmConfig Unsigned32
|
|
}
|
|
|
|
maintenanceAlarmPrio OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"maintenance alarm prio"
|
|
::= { confMaintenanceEntry 1717 }
|
|
|
|
maintenanceCommonAlarmConfig OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"maintenance common alarm config"
|
|
::= { confMaintenanceEntry 1745 }
|
|
|
|
confInterfacesTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ConfInterfacesEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu confInterfaces"
|
|
::= { confInterfaces 1 }
|
|
|
|
confInterfacesEntry OBJECT-TYPE
|
|
SYNTAX ConfInterfacesEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu confInterfaces"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { confInterfacesTable 1 }
|
|
|
|
ConfInterfacesEntry ::= SEQUENCE {
|
|
globalAdress Unsigned32
|
|
}
|
|
|
|
globalAdress OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"global adress"
|
|
::= { confInterfacesEntry 6 }
|
|
|
|
stateTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF StateEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu state"
|
|
::= { state 3 }
|
|
|
|
stateEntry OBJECT-TYPE
|
|
SYNTAX StateEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu state"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { stateTable 1 }
|
|
|
|
StateEntry ::= SEQUENCE {
|
|
resetAllAlarms Unsigned32
|
|
}
|
|
|
|
resetAllAlarms OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"reset all alarms"
|
|
::= { stateEntry 1011 }
|
|
|
|
overviewTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF OverviewEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu overview"
|
|
::= { overview 1 }
|
|
|
|
overviewEntry OBJECT-TYPE
|
|
SYNTAX OverviewEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu overview"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { overviewTable 1 }
|
|
|
|
OverviewEntry ::= SEQUENCE {
|
|
busalarm Unsigned32,
|
|
busadrconflict Unsigned32,
|
|
unitOnOff Unsigned32
|
|
}
|
|
|
|
busalarm OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"busalarm"
|
|
::= { overviewEntry 10 }
|
|
|
|
busadrconflict OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"busadrconflict"
|
|
::= { overviewEntry 12 }
|
|
|
|
unitOnOff OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Unit on / off"
|
|
::= { overviewEntry 1013 }
|
|
|
|
unitstateTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF UnitstateEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu unitstate"
|
|
::= { unitstate 1 }
|
|
|
|
unitstateEntry OBJECT-TYPE
|
|
SYNTAX UnitstateEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu unitstate"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { unitstateTable 1 }
|
|
|
|
UnitstateEntry ::= SEQUENCE {
|
|
numberOfModules Unsigned32,
|
|
hardwareTypeControllerType Unsigned32,
|
|
generalError Unsigned32,
|
|
pCSTOPMonitoring Unsigned32,
|
|
rEMOTESTOPContact Unsigned32,
|
|
lOCALSTOP Unsigned32,
|
|
tIMERSTOPWeeklyOper Unsigned32,
|
|
sEQStop0No1Yes Unsigned32,
|
|
wARMUPSTOP Unsigned32
|
|
}
|
|
|
|
numberOfModules OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..6)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"number of modules"
|
|
::= { unitstateEntry 4 }
|
|
|
|
hardwareTypeControllerType OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"hardware type (controller type)"
|
|
::= { unitstateEntry 7 }
|
|
|
|
generalError OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"general error"
|
|
::= { unitstateEntry 8 }
|
|
|
|
pCSTOPMonitoring OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"PC-STOP (monitoring)"
|
|
::= { unitstateEntry 1000 }
|
|
|
|
rEMOTESTOPContact OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"REMOTE STOP (contact)"
|
|
::= { unitstateEntry 1001 }
|
|
|
|
lOCALSTOP OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"LOCAL STOP "
|
|
::= { unitstateEntry 1002 }
|
|
|
|
tIMERSTOPWeeklyOper OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"TIMER-STOP (weekly oper.)"
|
|
::= { unitstateEntry 1003 }
|
|
|
|
sEQStop0No1Yes OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"SEQ. Stop (0=No, 1=Yes)"
|
|
::= { unitstateEntry 1004 }
|
|
|
|
wARMUPSTOP OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"WARM UP STOP"
|
|
::= { unitstateEntry 1005 }
|
|
|
|
unitviewTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF UnitviewEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu unitview"
|
|
::= { unitview 1 }
|
|
|
|
unitviewEntry OBJECT-TYPE
|
|
SYNTAX UnitviewEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu unitview"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { unitviewTable 1 }
|
|
|
|
UnitviewEntry ::= SEQUENCE {
|
|
remoteUPS Unsigned32,
|
|
localUPS Unsigned32,
|
|
maintenanceNecessary Unsigned32,
|
|
unitWinterMode Unsigned32,
|
|
dayNightMode Unsigned32,
|
|
unitCooling Unsigned32,
|
|
unitHeating Unsigned32,
|
|
unitHumidification Unsigned32,
|
|
unitDehumidification Unsigned32
|
|
}
|
|
|
|
remoteUPS OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remote UPS"
|
|
::= { unitviewEntry 1006 }
|
|
|
|
localUPS OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Local UPS"
|
|
::= { unitviewEntry 1007 }
|
|
|
|
maintenanceNecessary OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"maintenance necessary"
|
|
::= { unitviewEntry 1014 }
|
|
|
|
unitWinterMode OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit winter mode"
|
|
::= { unitviewEntry 1023 }
|
|
|
|
dayNightMode OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"day/night-mode"
|
|
::= { unitviewEntry 1024 }
|
|
|
|
unitCooling OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit cooling"
|
|
::= { unitviewEntry 1754 }
|
|
|
|
unitHeating OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit heating"
|
|
::= { unitviewEntry 1755 }
|
|
|
|
unitHumidification OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit humidification"
|
|
::= { unitviewEntry 1756 }
|
|
|
|
unitDehumidification OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"unit dehumidification"
|
|
::= { unitviewEntry 1757 }
|
|
|
|
fCBinfoTemperatureTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF FCBinfoTemperatureEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu fCBinfoTemperature"
|
|
::= { fCBinfoTemperature 1 }
|
|
|
|
fCBinfoTemperatureEntry OBJECT-TYPE
|
|
SYNTAX FCBinfoTemperatureEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu fCBinfoTemperature"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { fCBinfoTemperatureTable 1 }
|
|
|
|
FCBinfoTemperatureEntry ::= SEQUENCE {
|
|
roomAirTemperature Integer32,
|
|
supplyAirTemperatureComfortUnit1 Integer32,
|
|
supplyAirTemperatureComfortUnit2 Integer32,
|
|
outsideAirTemperature Integer32
|
|
}
|
|
|
|
roomAirTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000 )
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"room air temperature"
|
|
::= { fCBinfoTemperatureEntry 10264 }
|
|
|
|
supplyAirTemperatureComfortUnit1 OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000 )
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"supply air temperature comfort unit 1"
|
|
::= { fCBinfoTemperatureEntry 10266 }
|
|
|
|
supplyAirTemperatureComfortUnit2 OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000 )
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"supply air temperature comfort unit 2"
|
|
::= { fCBinfoTemperatureEntry 10267 }
|
|
|
|
outsideAirTemperature OBJECT-TYPE
|
|
SYNTAX Integer32 (-1000..1000 )
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"outside air temperature"
|
|
::= { fCBinfoTemperatureEntry 10268 }
|
|
|
|
fCBinfoHumidityTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF FCBinfoHumidityEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu fCBinfoHumidity"
|
|
::= { fCBinfoHumidity 1 }
|
|
|
|
fCBinfoHumidityEntry OBJECT-TYPE
|
|
SYNTAX FCBinfoHumidityEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu fCBinfoHumidity"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { fCBinfoHumidityTable 1 }
|
|
|
|
FCBinfoHumidityEntry ::= SEQUENCE {
|
|
roomAirHumidity Integer32,
|
|
outsideAirHumidity Integer32
|
|
}
|
|
|
|
roomAirHumidity OBJECT-TYPE
|
|
SYNTAX Integer32 (0..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"room air humidity"
|
|
::= { fCBinfoHumidityEntry 10265 }
|
|
|
|
outsideAirHumidity OBJECT-TYPE
|
|
SYNTAX Integer32 (0..1000)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"outside air humidity"
|
|
::= { fCBinfoHumidityEntry 10269 }
|
|
|
|
fCBcompAirTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF FCBcompAirEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu fCBcompAir"
|
|
::= { fCBcompAir 1 }
|
|
|
|
fCBcompAirEntry OBJECT-TYPE
|
|
SYNTAX FCBcompAirEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu fCBcompAir"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { fCBcompAirTable 1 }
|
|
|
|
FCBcompAirEntry ::= SEQUENCE {
|
|
fANFCB Unsigned32,
|
|
lOUVERFCB Unsigned32,
|
|
analogueOutFanFCB Unsigned32,
|
|
analogueOutLouverFCB Unsigned32,
|
|
analogueOutHumidifier Unsigned32
|
|
}
|
|
|
|
fANFCB OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"FAN FCB"
|
|
::= { fCBcompAirEntry 10216 }
|
|
|
|
lOUVERFCB OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"LOUVER FCB"
|
|
::= { fCBcompAirEntry 10219 }
|
|
|
|
analogueOutFanFCB OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"analogue out fan FCB"
|
|
::= { fCBcompAirEntry 10270 }
|
|
|
|
analogueOutLouverFCB OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"analogue out louver FCB"
|
|
::= { fCBcompAirEntry 10271 }
|
|
|
|
analogueOutHumidifier OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"analogue out humidifier"
|
|
::= { fCBcompAirEntry 10272 }
|
|
|
|
fCBremoteUnitStateTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF FCBremoteUnitStateEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu fCBremoteUnitState"
|
|
::= { fCBremoteUnitState 1 }
|
|
|
|
fCBremoteUnitStateEntry OBJECT-TYPE
|
|
SYNTAX FCBremoteUnitStateEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu fCBremoteUnitState"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { fCBremoteUnitStateTable 1 }
|
|
|
|
FCBremoteUnitStateEntry ::= SEQUENCE {
|
|
remoteComfortUnit1 Unsigned32,
|
|
remoteComfortUnit2 Unsigned32
|
|
}
|
|
|
|
remoteComfortUnit1 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"remote Comfort Unit 1"
|
|
::= { fCBremoteUnitStateEntry 10217 }
|
|
|
|
remoteComfortUnit2 OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"remote Comfort Unit 2"
|
|
::= { fCBremoteUnitStateEntry 10218 }
|
|
|
|
fCBconfTemperatureTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF FCBconfTemperatureEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu fCBconfTemperature"
|
|
::= { fCBconfTemperature 1 }
|
|
|
|
fCBconfTemperatureEntry OBJECT-TYPE
|
|
SYNTAX FCBconfTemperatureEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu fCBconfTemperature"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { fCBconfTemperatureTable 1 }
|
|
|
|
FCBconfTemperatureEntry ::= SEQUENCE {
|
|
setpointTemperatureCooling Unsigned32,
|
|
setpointTemperatureHeating Unsigned32,
|
|
secondSetpointTemperatureHeating Unsigned32,
|
|
colingBand Unsigned32,
|
|
heatingBand Unsigned32,
|
|
limitRoomTempMax Unsigned32,
|
|
limitRoomTempMin Unsigned32
|
|
}
|
|
|
|
setpointTemperatureCooling OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..250)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"setpoint temperature cooling"
|
|
::= { fCBconfTemperatureEntry 10273 }
|
|
|
|
setpointTemperatureHeating OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..250)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"setpoint temperature heating"
|
|
::= { fCBconfTemperatureEntry 10274 }
|
|
|
|
secondSetpointTemperatureHeating OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..250)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"second setpoint temperature heating"
|
|
::= { fCBconfTemperatureEntry 10275 }
|
|
|
|
colingBand OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..30)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"coling band "
|
|
::= { fCBconfTemperatureEntry 10277 }
|
|
|
|
heatingBand OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..30)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"heating band"
|
|
::= { fCBconfTemperatureEntry 10278 }
|
|
|
|
limitRoomTempMax OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..90)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit room temp max"
|
|
::= { fCBconfTemperatureEntry 10280 }
|
|
|
|
limitRoomTempMin OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..90)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit room temp min"
|
|
::= { fCBconfTemperatureEntry 10281 }
|
|
|
|
fCBconfHumidityTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF FCBconfHumidityEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu fCBconfHumidity"
|
|
::= { fCBconfHumidity 1 }
|
|
|
|
fCBconfHumidityEntry OBJECT-TYPE
|
|
SYNTAX FCBconfHumidityEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu fCBconfHumidity"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { fCBconfHumidityTable 1 }
|
|
|
|
FCBconfHumidityEntry ::= SEQUENCE {
|
|
setpointHumidity Unsigned32,
|
|
humidityBand Unsigned32,
|
|
limitRoomHumidityTooLow Unsigned32,
|
|
limitRoomHumidityTooHigh Unsigned32
|
|
}
|
|
|
|
setpointHumidity OBJECT-TYPE
|
|
SYNTAX Unsigned32 (10..90)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"setpoint humidity"
|
|
::= { fCBconfHumidityEntry 10276 }
|
|
|
|
humidityBand OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..100)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"humidity band"
|
|
::= { fCBconfHumidityEntry 10279 }
|
|
|
|
limitRoomHumidityTooLow OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..90)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit room humidity too low"
|
|
::= { fCBconfHumidityEntry 10282 }
|
|
|
|
limitRoomHumidityTooHigh OBJECT-TYPE
|
|
SYNTAX Unsigned32 (0..90)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"limit room humidity too high"
|
|
::= { fCBconfHumidityEntry 10283 }
|
|
|
|
fCBunitstateTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF FCBunitstateEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Table for values in submenu fCBunitstate"
|
|
::= { fCBunitstate 1 }
|
|
|
|
fCBunitstateEntry OBJECT-TYPE
|
|
SYNTAX FCBunitstateEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A row in the table of values in submenu fCBunitstate"
|
|
AUGMENTS { wibIndexEntry }
|
|
-- INDEX { wibBusNumber, wibDeviceAddress, wibModuleNumber }
|
|
::= { fCBunitstateTable 1 }
|
|
|
|
FCBunitstateEntry ::= SEQUENCE {
|
|
fCBPCSTOP Unsigned32,
|
|
fCBREMOTESTOP Unsigned32,
|
|
fCBLOCALSTOP Unsigned32,
|
|
fCBTIMERSTOP Unsigned32
|
|
}
|
|
|
|
fCBPCSTOP OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"FCB PC-STOP"
|
|
::= { fCBunitstateEntry 10201 }
|
|
|
|
fCBREMOTESTOP OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"FCB REMOTE STOP"
|
|
::= { fCBunitstateEntry 10202 }
|
|
|
|
fCBLOCALSTOP OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"FCB LOCAL STOP"
|
|
::= { fCBunitstateEntry 10203 }
|
|
|
|
fCBTIMERSTOP OBJECT-TYPE
|
|
SYNTAX Unsigned32
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"FCB TIMER STOP"
|
|
::= { fCBunitstateEntry 10204 }
|
|
|
|
|
|
|
|
END
|