Observium_CE/mibs/carel/CAREL-insgrd-MIB

1327 lines
47 KiB
Plaintext
Raw Permalink Blame History

--
-- CAREL-insgrd.MIB
-- MIB generated by CAREL
-- Friday, 14 March 2003
--
CAREL-insgrd-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-GROUP
FROM SNMPv2-CONF
sysContact, sysName, sysLocation
FROM SNMPv2-MIB
enterprises, MODULE-IDENTITY
FROM SNMPv2-SMI;
insgrdMIB MODULE-IDENTITY
LAST-UPDATED "200303141725Z" -- March 14, 2003 at 17:25 GMT
ORGANIZATION "CAREL SpA"
CONTACT-INFO
"
Simone Ravazzolo
Carel SpA
Via dell'Industria, 11
35020 Brugine (PD) Italy
Tel: +39 049 9716611
E-mail: simone.ravazzolo@carel.com
"
DESCRIPTION
"This is the MIB module for the insgrd device."
::= { instruments 1 }
--
-- Node definitions
--
-- 1.3.6.1.4.1.9839
carel OBJECT IDENTIFIER ::= { enterprises 9839 }
-- 1.3.6.1.4.1.9839.1
systm OBJECT IDENTIFIER ::= { carel 1 }
-- 1.3.6.1.4.1.9839.1.1
agentRelease OBJECT-TYPE
SYNTAX Integer32
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Release of the Agent."
::= { systm 1 }
-- 1.3.6.1.4.1.9839.1.2
agentCode OBJECT-TYPE
SYNTAX Integer32
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Code of the Agent. 1=WebGate"
::= { systm 2 }
-- 1.3.6.1.4.1.9839.2
instruments OBJECT IDENTIFIER ::= { carel 2 }
-- 1.3.6.1.4.1.9839.2.0
webGateInfo OBJECT IDENTIFIER ::= { instruments 0 }
-- 1.3.6.1.4.1.9839.2.0.1
agentParameters OBJECT IDENTIFIER ::= { webGateInfo 1 }
-- 1.3.6.1.4.1.9839.2.0.1.1
netSize OBJECT-TYPE
SYNTAX Integer32 (1..16)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Network size. It corresponds to the number of units connected to the WebGate. "
::= { agentParameters 1 }
-- 1.3.6.1.4.1.9839.2.0.1.2
baudRate OBJECT-TYPE
SYNTAX Integer32 (1200 | 2400 |4800 |9600 | 19200)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Baudrate of the Carel network. "
::= { agentParameters 2 }
-- 1.3.6.1.4.1.9839.2.0.2
unitTypeGroup OBJECT IDENTIFIER ::= { webGateInfo 2 }
-- 1.3.6.1.4.1.9839.2.0.2.1
unit1-Type OBJECT-TYPE
SYNTAX DisplayString
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Type of the unit having serial address 1. "
::= { unitTypeGroup 1 }
-- ... You will have how many unitX-Type objects as the value of netSize is
-- 1.3.6.1.4.1.9839.2.0.3
unitCodeGroup OBJECT IDENTIFIER ::= { webGateInfo 3 }
-- 1.3.6.1.4.1.9839.2.0.3.1
unit1-Code OBJECT-TYPE
SYNTAX Integer32
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Code of the unit having serial address 1. "
::= { unitCodeGroup 1 }
-- ... You will have how many unitX-Code objects as the value of netSize is
-- 1.3.6.1.4.1.9839.2.0.4
unitSoftwareReleaseGroup OBJECT IDENTIFIER ::= { webGateInfo 4 }
-- 1.3.6.1.4.1.9839.2.0.3.1
unit1-SoftwareRelease OBJECT-TYPE
SYNTAX Integer32
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Software release of the unit having serial address 1. "
::= { unitSoftwareReleaseGroup 1 }
-- ... You will have how many unitX-SoftwareRelease objects as the value of netSize is
-- 1.3.6.1.4.1.9839.2.0.5
unitMinSoftwareReleaseGroup OBJECT IDENTIFIER ::= { webGateInfo 5 }
-- 1.3.6.1.4.1.9839.2.0.5.1
unit1-MinSoftwareRelease OBJECT-TYPE
SYNTAX Integer32
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Minimum software release of the unit having serial address 1. "
::= { unitMinSoftwareReleaseGroup 1 }
-- ... You will have how many unitX-MinSoftwareRelease objects as the value of netSize is
-- 1.3.6.1.4.1.9839.2.0.6
unitMaxSoftwareReleaseGroup OBJECT IDENTIFIER ::= { webGateInfo 6 }
-- 1.3.6.1.4.1.9839.2.0.6.1
unit1-MaxSoftwareRelease OBJECT-TYPE
SYNTAX Integer32
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Maximum software release of the unit having serial address 1. "
::= { unitMaxSoftwareReleaseGroup 1 }
-- ... You will have how many unitX-MaxSoftwareRelease objects as the value of netSize is
-- 1.3.6.1.4.1.9839.2.0.7
unitNoAnswerCounterGroup OBJECT IDENTIFIER ::= { webGateInfo 7 }
-- 1.3.6.1.4.1.9839.2.0.7.1
unit1-NoAnswerCounter OBJECT-TYPE
SYNTAX Integer32
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "No answer counter of the unit having serial address 1. "
::= { unitNoAnswerCounterGroup 1 }
-- ... You will have how many unitX-NoAnswerCounter objects as the value of netSize is
-- 1.3.6.1.4.1.9839.2.0.8
unitErrorChecksumCounterGroup OBJECT IDENTIFIER ::= { webGateInfo 8 }
-- 1.3.6.1.4.1.9839.2.0.8.1
unit1-ErrorChecksumCounter OBJECT-TYPE
SYNTAX Integer32
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Error checksum counter of the unit having serial address 1. "
::= { unitErrorChecksumCounterGroup 1 }
-- ... You will have how many unitX-ErrorChecksumCounter objects as the value of netSize is
-- 1.3.6.1.4.1.9839.2.0.9
unitTimeoutCounterGroup OBJECT IDENTIFIER ::= { webGateInfo 9 }
-- 1.3.6.1.4.1.9839.2.0.9.1
unit1-TimeoutCounter OBJECT-TYPE
SYNTAX Integer32
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Timeout counter of the unit having serial address 1. "
::= { unitTimeoutCounterGroup 1 }
-- ... You will have how many unitX-TimeoutCounter objects as the value of netSize is
-- 1.3.6.1.4.1.9839.2.0.10
unitOnLineStatusGroup OBJECT IDENTIFIER ::= { webGateInfo 10 }
-- 1.3.6.1.4.1.9839.2.0.10.1
unit1-OnLineStatus OBJECT-TYPE
SYNTAX Integer32
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "On line status of the unit having serial address 1. "
::= { unitOnLineStatusGroup 1 }
-- ... You will have how many unitX-OnLineStatus objects as the value of netSize is
-- 1.3.6.1.4.1.9839.2.1
-- insgrdMIB OBJECT IDENTIFIER ::= { instruments 1 }
-- 1.3.6.1.4.1.9839.2.1.1
digitalObjects OBJECT IDENTIFIER ::= { insgrdMIB 1 }
-- 1.3.6.1.4.1.9839.2.1.1.1
device1 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Status device 1"
::= { digitalObjects 1 }
-- 1.3.6.1.4.1.9839.2.1.1.2
device2 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Status device 2"
::= { digitalObjects 2 }
-- 1.3.6.1.4.1.9839.2.1.1.3
device3 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Status device 3"
::= { digitalObjects 3 }
-- 1.3.6.1.4.1.9839.2.1.1.4
device4 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Status device 4"
::= { digitalObjects 4 }
-- 1.3.6.1.4.1.9839.2.1.1.5
device5 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Status device 5"
::= { digitalObjects 5 }
-- 1.3.6.1.4.1.9839.2.1.1.6
device6 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Status device 6"
::= { digitalObjects 6 }
-- 1.3.6.1.4.1.9839.2.1.1.7
device7 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Status device 7"
::= { digitalObjects 7 }
-- 1.3.6.1.4.1.9839.2.1.1.8
device8 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Status device 8"
::= { digitalObjects 8 }
-- 1.3.6.1.4.1.9839.2.1.1.9
device9 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Status device 9"
::= { digitalObjects 9 }
-- 1.3.6.1.4.1.9839.2.1.1.10
device10 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Status device 10"
::= { digitalObjects 10 }
-- 1.3.6.1.4.1.9839.2.1.1.12
compressor1 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "State of the compressor 1."
::= { digitalObjects 12 }
-- 1.3.6.1.4.1.9839.2.1.1.13
compressor2 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "State of the compressor 2."
::= { digitalObjects 13 }
-- 1.3.6.1.4.1.9839.2.1.1.14
compressor3 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "State of the compressor 3."
::= { digitalObjects 14 }
-- 1.3.6.1.4.1.9839.2.1.1.15
compressor4 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "State of the compressor 4."
::= { digitalObjects 15 }
-- 1.3.6.1.4.1.9839.2.1.1.16
compressor5 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "State of the compressor 5."
::= { digitalObjects 16 }
-- 1.3.6.1.4.1.9839.2.1.1.17
compressor6 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "State of the compressor 6."
::= { digitalObjects 17 }
-- 1.3.6.1.4.1.9839.2.1.1.18
compressor7 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "State of the compressor 7."
::= { digitalObjects 18 }
-- 1.3.6.1.4.1.9839.2.1.1.19
compressor8 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "State of the compressor 8."
::= { digitalObjects 19 }
-- 1.3.6.1.4.1.9839.2.1.1.20
compressor9 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "State of the compressor 9."
::= { digitalObjects 20 }
-- 1.3.6.1.4.1.9839.2.1.1.21
compressor10 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "State of the compressor 10."
::= { digitalObjects 21 }
-- 1.3.6.1.4.1.9839.2.1.1.22
compressor11 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "State of the compressor 11 or fan inverter."
::= { digitalObjects 22 }
-- 1.3.6.1.4.1.9839.2.1.1.23
fan1 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fan1"
::= { digitalObjects 23 }
-- 1.3.6.1.4.1.9839.2.1.1.24
fan2 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fan2"
::= { digitalObjects 24 }
-- 1.3.6.1.4.1.9839.2.1.1.25
fan3 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fan3"
::= { digitalObjects 25 }
-- 1.3.6.1.4.1.9839.2.1.1.26
fan4 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fan4"
::= { digitalObjects 26 }
-- 1.3.6.1.4.1.9839.2.1.1.27
fan5 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fan5"
::= { digitalObjects 27 }
-- 1.3.6.1.4.1.9839.2.1.1.28
fan6 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fan6"
::= { digitalObjects 28 }
-- 1.3.6.1.4.1.9839.2.1.1.29
fan7 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fan7"
::= { digitalObjects 29 }
-- 1.3.6.1.4.1.9839.2.1.1.30
fan8 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fan8"
::= { digitalObjects 30 }
-- 1.3.6.1.4.1.9839.2.1.1.31
fan9 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fan9"
::= { digitalObjects 31 }
-- 1.3.6.1.4.1.9839.2.1.1.32
fan10 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fan10"
::= { digitalObjects 32 }
-- 1.3.6.1.4.1.9839.2.1.1.33
fan11 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Fan11"
::= { digitalObjects 33 }
-- 1.3.6.1.4.1.9839.2.1.1.42
mal_maint_dev1 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Exceeded threshold of the device 1 operation hours"
::= { digitalObjects 42 }
-- 1.3.6.1.4.1.9839.2.1.1.43
mal_maint_dev2 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Exceeded threshold of the device 2 operation hours"
::= { digitalObjects 43 }
-- 1.3.6.1.4.1.9839.2.1.1.44
mal_maint_dev3 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Exceeded threshold of the device 3 operation hours"
::= { digitalObjects 44 }
-- 1.3.6.1.4.1.9839.2.1.1.45
mal_maint_dev4 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Exceeded threshold of the device 4 operation hours"
::= { digitalObjects 45 }
-- 1.3.6.1.4.1.9839.2.1.1.46
mal_maint_dev5 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Exceeded threshold of the device 5 operation hours"
::= { digitalObjects 46 }
-- 1.3.6.1.4.1.9839.2.1.1.47
mal_maint_dev6 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Exceeded threshold of the device 6 operation hours"
::= { digitalObjects 47 }
-- 1.3.6.1.4.1.9839.2.1.1.48
mal_maint_dev7 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Exceeded threshold of the device 7 operation hours"
::= { digitalObjects 48 }
-- 1.3.6.1.4.1.9839.2.1.1.49
mal_maint_dev8 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Exceeded threshold of the device 8 operation hours"
::= { digitalObjects 49 }
-- 1.3.6.1.4.1.9839.2.1.1.50
mal_maint_dev9 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Exceeded threshold of the device 9 operation hours"
::= { digitalObjects 50 }
-- 1.3.6.1.4.1.9839.2.1.1.51
mal_maint_dev10 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Exceeded threshold of the device 10 operation hours"
::= { digitalObjects 51 }
-- 1.3.6.1.4.1.9839.2.1.1.52
mal_maint_dev11 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Exceeded threshold of the device 11 operation hours"
::= { digitalObjects 52 }
-- 1.3.6.1.4.1.9839.2.1.1.53
mal_m_invdev1 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Exceed. hour threshold of the device 1/valve inverter"
::= { digitalObjects 53 }
-- 1.3.6.1.4.1.9839.2.1.1.54
mal_broke_pr1 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Probe 1 is not connected or does not operate"
::= { digitalObjects 54 }
-- 1.3.6.1.4.1.9839.2.1.1.55
mal_broke_pr2 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Probe 2 is not connected or does not operate"
::= { digitalObjects 55 }
-- 1.3.6.1.4.1.9839.2.1.1.56
mal_broke_pr3 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Probe 3 is not connected and does not operate"
::= { digitalObjects 56 }
-- 1.3.6.1.4.1.9839.2.1.1.57
mal_pres_hpres OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Detection of high-pressure switch/antifreeze"
::= { digitalObjects 57 }
-- 1.3.6.1.4.1.9839.2.1.1.58
mal_pres_lpres OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Detection of low-pressure switch/flow regulator"
::= { digitalObjects 58 }
-- 1.3.6.1.4.1.9839.2.1.1.59
mal_block_dev1 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Stop of device 1"
::= { digitalObjects 59 }
-- 1.3.6.1.4.1.9839.2.1.1.60
mal_block_dev2 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Stop of device 2"
::= { digitalObjects 60 }
-- 1.3.6.1.4.1.9839.2.1.1.61
mal_block_dev3 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Stop of device 3"
::= { digitalObjects 61 }
-- 1.3.6.1.4.1.9839.2.1.1.62
mal_block_dev4 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Stop of device 4"
::= { digitalObjects 62 }
-- 1.3.6.1.4.1.9839.2.1.1.63
mal_block_dev5 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Stop of device 5"
::= { digitalObjects 63 }
-- 1.3.6.1.4.1.9839.2.1.1.64
mal_block_dev6 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Stop of device 6"
::= { digitalObjects 64 }
-- 1.3.6.1.4.1.9839.2.1.1.65
mal_block_dev7 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Stop of device 7"
::= { digitalObjects 65 }
-- 1.3.6.1.4.1.9839.2.1.1.66
mal_block_dev8 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Stop of device 8"
::= { digitalObjects 66 }
-- 1.3.6.1.4.1.9839.2.1.1.67
mal_block_dev9 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Stop of device 9"
::= { digitalObjects 67 }
-- 1.3.6.1.4.1.9839.2.1.1.68
mal_block_dev10 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Stop of device 10"
::= { digitalObjects 68 }
-- 1.3.6.1.4.1.9839.2.1.1.69
mal_block_dev11 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Stop of device 11 or stop of the fan inverter"
::= { digitalObjects 69 }
-- 1.3.6.1.4.1.9839.2.1.1.70
mal_high1 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Probe 1 threshold of high is exeeded"
::= { digitalObjects 70 }
-- 1.3.6.1.4.1.9839.2.1.1.71
mal_low1 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Probe 1 threshold of low is exeeded"
::= { digitalObjects 71 }
-- 1.3.6.1.4.1.9839.2.1.1.72
mal_high2 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Probe 2 threshold of high is exeeded"
::= { digitalObjects 72 }
-- 1.3.6.1.4.1.9839.2.1.1.73
mal_low2 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Probe 2 threshold of low is exeeded"
::= { digitalObjects 73 }
-- 1.3.6.1.4.1.9839.2.1.1.74
mal_n_devices OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of devices being selected exceed the outputs actually available"
::= { digitalObjects 74 }
-- 1.3.6.1.4.1.9839.2.1.1.75
mepromnook OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Not operating Eeprom"
::= { digitalObjects 75 }
-- 1.3.6.1.4.1.9839.2.1.1.76
mal_clock OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Clock board is broken or not connected"
::= { digitalObjects 76 }
-- 1.3.6.1.4.1.9839.2.1.1.77
syson OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "System ON/OFF"
::= { digitalObjects 77 }
-- 1.3.6.1.4.1.9839.2.1.1.114
control_type1 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Type of regulation of the probe circuit 1"
DEFVAL { 0 }
::= { digitalObjects 114 }
-- 1.3.6.1.4.1.9839.2.1.1.115
control_type2 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "sec"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Type of regulation of the probe circuit 2"
DEFVAL { 600 }
::= { digitalObjects 115 }
-- 1.3.6.1.4.1.9839.2.1.1.116
en_inv_dev1 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Device 1/valve inverter enabling"
DEFVAL { 0 }
::= { digitalObjects 116 }
-- 1.3.6.1.4.1.9839.2.1.1.117
en_rotation1 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Rotation circuit 1 enabling"
DEFVAL { 1 }
::= { digitalObjects 117 }
-- 1.3.6.1.4.1.9839.2.1.1.118
en_rotation2 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Rotation circuit 2 enabling"
DEFVAL { 1 }
::= { digitalObjects 118 }
-- 1.3.6.1.4.1.9839.2.1.1.119
on_off_boss OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Remote On/Off selection"
DEFVAL { 0 }
::= { digitalObjects 119 }
-- 1.3.6.1.4.1.9839.2.1.1.120
cel_fahr OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "sec"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Celsius/fahrenait selection"
DEFVAL { 40 }
::= { digitalObjects 120 }
-- 1.3.6.1.4.1.9839.2.1.1.121
en_air_temp OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Air temperature probe enabling"
DEFVAL { 0 }
::= { digitalObjects 121 }
-- 1.3.6.1.4.1.9839.2.1.1.124
bool_device11 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "State of the device 11"
::= { digitalObjects 124 }
-- 1.3.6.1.4.1.9839.2.1.1.125
off_mode OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Circuit 1 devices switch off mode"
DEFVAL { 0 }
::= { digitalObjects 125 }
-- 1.3.6.1.4.1.9839.2.1.1.126
cool_heat OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "cold / warm"
DEFVAL { 0 }
::= { digitalObjects 126 }
-- 1.3.6.1.4.1.9839.2.1.2
analogObjects OBJECT IDENTIFIER ::= { insgrdMIB 2 }
-- 1.3.6.1.4.1.9839.2.1.2.1
probe_circ1 OBJECT-TYPE
SYNTAX Integer32 (-990..999)
UNITS "<22>C x10"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Probe 1"
::= { analogObjects 1 }
-- 1.3.6.1.4.1.9839.2.1.2.2
probe_circ2 OBJECT-TYPE
SYNTAX Integer32 (-990..999)
UNITS "<22>C x10"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Probe 2"
::= { analogObjects 2 }
-- 1.3.6.1.4.1.9839.2.1.2.3
setp_air_temp OBJECT-TYPE
SYNTAX Integer32 (-990..999)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Meaning of the analog imput B3"
::= { analogObjects 3 }
-- 1.3.6.1.4.1.9839.2.1.2.4
inverter_fan OBJECT-TYPE
SYNTAX Integer32 (0..100)
UNITS "V x10"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Display of the state of the fan inverter"
::= { analogObjects 4 }
-- 1.3.6.1.4.1.9839.2.1.2.5
inverter_dev1 OBJECT-TYPE
SYNTAX Integer32 (0..100)
UNITS "V x10"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Display of the state of the device 1/valve"
::= { analogObjects 5 }
-- 1.3.6.1.4.1.9839.2.1.2.6
set_circuit1 OBJECT-TYPE
SYNTAX Integer32 (-32767..32767)
UNITS "<22>C/<2F>F/bar x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Selection of probe 1 setpoint"
DEFVAL { 25 }
::= { analogObjects 6 }
-- 1.3.6.1.4.1.9839.2.1.2.7
set_c1_mask OBJECT-TYPE
SYNTAX Integer32 (-32767..32767)
UNITS "<22>C/<2F>F/bar x10"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Display of the probe 1 actual setpoint"
::= { analogObjects 7 }
-- 1.3.6.1.4.1.9839.2.1.2.8
reduced_set OBJECT-TYPE
SYNTAX Integer32 (-990..999)
UNITS "<22>C/<2F>F/bar x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Secondary setpoint selection"
DEFVAL { 30 }
::= { analogObjects 8 }
-- 1.3.6.1.4.1.9839.2.1.2.9
set_inv_dev1 OBJECT-TYPE
SYNTAX Integer32 (-32767..32767)
UNITS "<22>C/<2F>F/bar x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Setpoint selection of the probe 1/valve inverter"
DEFVAL { 25 }
::= { analogObjects 9 }
-- 1.3.6.1.4.1.9839.2.1.2.10
set_inv_fan OBJECT-TYPE
SYNTAX Integer32 (-32767..32767)
UNITS "<22>C/<2F>F/bar x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Selection of fan inverter setpoint"
DEFVAL { 160 }
::= { analogObjects 10 }
-- 1.3.6.1.4.1.9839.2.1.2.11
comp_setp OBJECT-TYPE
SYNTAX Integer32 (-990..999)
UNITS "min x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Compensation setpoint"
DEFVAL { 250 }
::= { analogObjects 11 }
-- 1.3.6.1.4.1.9839.2.1.2.12
set_circuit2 OBJECT-TYPE
SYNTAX Integer32 (-32767..32767)
UNITS "<22>C/<2F>F/bar x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Selection of probe 2 setpoint"
DEFVAL { 160 }
::= { analogObjects 12 }
-- 1.3.6.1.4.1.9839.2.1.2.13
diff_circuit1 OBJECT-TYPE
SYNTAX Integer32 (0..200)
UNITS "<22>C/<2F>F/bar x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Probe 1 differential selection"
DEFVAL { 5 }
::= { analogObjects 13 }
-- 1.3.6.1.4.1.9839.2.1.2.14
diff_circuit2 OBJECT-TYPE
SYNTAX Integer32 (0..200)
UNITS "<22>C/<2F>F/bar x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Probe 2 differential selection"
DEFVAL { 20 }
::= { analogObjects 14 }
-- 1.3.6.1.4.1.9839.2.1.2.15
thresh_low1 OBJECT-TYPE
SYNTAX Integer32 (-990..999)
UNITS "<22>C/<2F>F/bar x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Threshold low pression probe 1"
DEFVAL { 10 }
::= { analogObjects 15 }
-- 1.3.6.1.4.1.9839.2.1.2.16
thresh_low2 OBJECT-TYPE
SYNTAX Integer32 (-990..999)
UNITS "<22>C/<2F>F/bar x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Threshold low pression probe 2"
DEFVAL { 0 }
::= { analogObjects 16 }
-- 1.3.6.1.4.1.9839.2.1.2.17
thresh_high1 OBJECT-TYPE
SYNTAX Integer32 (-990..999)
UNITS "<22>C/<2F>F/bar x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Threshold high pression probe 1"
DEFVAL { 50 }
::= { analogObjects 17 }
-- 1.3.6.1.4.1.9839.2.1.2.18
thresh_high2 OBJECT-TYPE
SYNTAX Integer32 (-990..999)
UNITS "<22>C/<2F>F/bar x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Threshold high pression probe 2"
DEFVAL { 200 }
::= { analogObjects 18 }
-- 1.3.6.1.4.1.9839.2.1.2.19
min_setp1 OBJECT-TYPE
SYNTAX Integer32 (-990..999)
UNITS "<22>C/<2F>F/bar x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Selection of the probe 1 minimum setpoint"
DEFVAL { 0 }
::= { analogObjects 19 }
-- 1.3.6.1.4.1.9839.2.1.2.20
min_setp2 OBJECT-TYPE
SYNTAX Integer32 (-990..999)
UNITS "<22>C/<2F>F/bar x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Selection of the probe 2 minimum setpoint"
DEFVAL { 100 }
::= { analogObjects 20 }
-- 1.3.6.1.4.1.9839.2.1.2.21
max_setp1 OBJECT-TYPE
SYNTAX Integer32 (-990..999)
UNITS "<22>C/<2F>F/bar x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Selection of the probe 1 maximum setpoint"
DEFVAL { 50 }
::= { analogObjects 21 }
-- 1.3.6.1.4.1.9839.2.1.2.22
max_setp2 OBJECT-TYPE
SYNTAX Integer32 (-990..999)
UNITS "<22>C/<2F>F/bar x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Selection of the probe 2 maximum setpoint"
DEFVAL { 240 }
::= { analogObjects 22 }
-- 1.3.6.1.4.1.9839.2.1.2.23
diff_inv_dev1 OBJECT-TYPE
SYNTAX Integer32 (0..200)
UNITS "<22>C/<2F>F/bar x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Device 1/valve inverter differential"
DEFVAL { 10 }
::= { analogObjects 23 }
-- 1.3.6.1.4.1.9839.2.1.2.24
diff_inv_fan OBJECT-TYPE
SYNTAX Integer32 (0..200)
UNITS "<22>C/<2F>F/bar x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "selection of the fan inverter differential"
DEFVAL { 20 }
::= { analogObjects 24 }
-- 1.3.6.1.4.1.9839.2.1.3
integerObjects OBJECT IDENTIFIER ::= { insgrdMIB 3 }
-- 1.3.6.1.4.1.9839.2.1.3.34
day OBJECT-TYPE
SYNTAX Integer32 (1..31)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Day display (only if P41=1)"
::= { integerObjects 34 }
-- 1.3.6.1.4.1.9839.2.1.3.35
month OBJECT-TYPE
SYNTAX Integer32 (0..12)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Month display (only if P41=1)"
::= { integerObjects 35 }
-- 1.3.6.1.4.1.9839.2.1.3.36
pyear OBJECT-TYPE
SYNTAX Integer32 (0..99)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Year display (only if P41=1)"
::= { integerObjects 36 }
-- 1.3.6.1.4.1.9839.2.1.3.37
lday OBJECT-TYPE
SYNTAX Integer32 (1..31)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Day selection (only if P41=1)"
DEFVAL { 0 }
::= { integerObjects 37 }
-- 1.3.6.1.4.1.9839.2.1.3.38
lmonth OBJECT-TYPE
SYNTAX Integer32 (1..12)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Month selection (only if P41=1)"
DEFVAL { 0 }
::= { integerObjects 38 }
-- 1.3.6.1.4.1.9839.2.1.3.39
lyear OBJECT-TYPE
SYNTAX Integer32 (0..99)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Year selection (only if P41=1)"
DEFVAL { 0 }
::= { integerObjects 39 }
-- 1.3.6.1.4.1.9839.2.1.3.40
hour OBJECT-TYPE
SYNTAX Integer32 (0..23)
UNITS "hour"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hour display (only if P41=1)"
::= { integerObjects 40 }
-- 1.3.6.1.4.1.9839.2.1.3.41
minute OBJECT-TYPE
SYNTAX Integer32 (0..59)
UNITS "min"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Minute display (only if P41=1)"
::= { integerObjects 41 }
-- 1.3.6.1.4.1.9839.2.1.3.42
lhour OBJECT-TYPE
SYNTAX Integer32 (0..23)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Hour selection (only if P41=1)"
DEFVAL { 0 }
::= { integerObjects 42 }
-- 1.3.6.1.4.1.9839.2.1.3.43
lminute OBJECT-TYPE
SYNTAX Integer32 (0..59)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Minute selection (only if P41=1)"
DEFVAL { 0 }
::= { integerObjects 43 }
-- 1.3.6.1.4.1.9839.2.1.3.44
delay_low_press OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Alarm delay of low pressure / low regulation"
::= { integerObjects 44 }
-- 1.3.6.1.4.1.9839.2.1.3.45
n_devices1 OBJECT-TYPE
SYNTAX Integer32 (0..11)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Probe 1 device bumber"
DEFVAL { 3 }
::= { integerObjects 45 }
-- 1.3.6.1.4.1.9839.2.1.3.46
n_devices2 OBJECT-TYPE
SYNTAX Integer32 (0..11)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Probe 2 device number"
DEFVAL { 5 }
::= { integerObjects 46 }
-- 1.3.6.1.4.1.9839.2.1.3.47
n_partial OBJECT-TYPE
SYNTAX Integer32 (0..3)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Number of voltage variations"
DEFVAL { 1 }
::= { integerObjects 47 }
END
--
-- CAREL-insgrd.MIB
--