Observium_CE/mibs/carel/CAREL-mastercase-MIB

1810 lines
65 KiB
Plaintext
Raw Blame History

--
-- CAREL-mastercase.MIB
-- MIB generated by CAREL
-- Friday, 14 March 2003
--
CAREL-mastercase-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-GROUP
FROM SNMPv2-CONF
sysContact, sysName, sysLocation
FROM SNMPv2-MIB
enterprises, MODULE-IDENTITY
FROM SNMPv2-SMI;
mastercaseMIB MODULE-IDENTITY
LAST-UPDATED "200303141724Z" -- March 14, 2003 at 17:24 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 mastercase 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
-- mastercaseMIB OBJECT IDENTIFIER ::= { instruments 1 }
-- 1.3.6.1.4.1.9839.2.1.1
digitalObjects OBJECT IDENTIFIER ::= { mastercaseMIB 1 }
-- 1.3.6.1.4.1.9839.2.1.1.1
on_off_status OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "On/off state at the start of instrument"
::= { digitalObjects 1 }
-- 1.3.6.1.4.1.9839.2.1.1.2
en_dec_point OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Decimal point enabling"
DEFVAL { 1 }
::= { digitalObjects 2 }
-- 1.3.6.1.4.1.9839.2.1.1.3
defrost_con_sonda_3 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Defrost also with probe 3"
DEFVAL { 0 }
::= { digitalObjects 3 }
-- 1.3.6.1.4.1.9839.2.1.1.4
enable_ed_alarm OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Ed alarm enabling"
DEFVAL { 0 }
::= { digitalObjects 4 }
-- 1.3.6.1.4.1.9839.2.1.1.5
enable_monitor_temp_maxmin OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Min. max. temperature monitoring enabling"
DEFVAL { 0 }
::= { digitalObjects 5 }
-- 1.3.6.1.4.1.9839.2.1.1.6
regol_notturna_sonda_3 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Night-time variation with third probe"
DEFVAL { 0 }
::= { digitalObjects 6 }
-- 1.3.6.1.4.1.9839.2.1.1.7
disable_pid OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Disable PID"
DEFVAL { 0 }
::= { digitalObjects 7 }
-- 1.3.6.1.4.1.9839.2.1.1.8
en_exenq_5 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Enable trasmission pressure probe from Master to Slaves"
DEFVAL { 0 }
::= { digitalObjects 8 }
-- 1.3.6.1.4.1.9839.2.1.1.9
pressure_probe_from_master OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Pressure probe from Master"
DEFVAL { 0 }
::= { digitalObjects 9 }
-- 1.3.6.1.4.1.9839.2.1.1.42
all_alta_temp OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Alarm high temperature virtual probe (HI)"
DEFVAL { 0 }
::= { digitalObjects 42 }
-- 1.3.6.1.4.1.9839.2.1.1.43
all_bassa_temp OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Alarm low temperature virtual probe (LO)"
DEFVAL { 0 }
::= { digitalObjects 43 }
-- 1.3.6.1.4.1.9839.2.1.1.44
all_clean_management OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Alarm case clean management"
DEFVAL { 0 }
::= { digitalObjects 44 }
-- 1.3.6.1.4.1.9839.2.1.1.45
all_def_tout OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Defrost interrupted for timeout signalling"
DEFVAL { 0 }
::= { digitalObjects 45 }
-- 1.3.6.1.4.1.9839.2.1.1.46
all_driver_lan OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Valve driver LAN error"
DEFVAL { 0 }
::= { digitalObjects 46 }
-- 1.3.6.1.4.1.9839.2.1.1.47
all_driver_probe_1 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Alarm SH temperature probe"
::= { digitalObjects 47 }
-- 1.3.6.1.4.1.9839.2.1.1.48
all_driver_probe_2 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Alarm evaporation pressure probe"
::= { digitalObjects 48 }
-- 1.3.6.1.4.1.9839.2.1.1.50
all_duty_set OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Alarm duty setting from digital input signalling"
DEFVAL { 0 }
::= { digitalObjects 50 }
-- 1.3.6.1.4.1.9839.2.1.1.51
all_ext_del OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "External delay alarm from dig input signalling"
DEFVAL { 0 }
::= { digitalObjects 51 }
-- 1.3.6.1.4.1.9839.2.1.1.52
all_ext_ist OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "External alarm from dig input signalling"
DEFVAL { 0 }
::= { digitalObjects 52 }
-- 1.3.6.1.4.1.9839.2.1.1.53
all_ha OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "HACCP alarm (HA)"
DEFVAL { 0 }
::= { digitalObjects 53 }
-- 1.3.6.1.4.1.9839.2.1.1.54
all_hf OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "HACCP alarm (HF)"
DEFVAL { 0 }
::= { digitalObjects 54 }
-- 1.3.6.1.4.1.9839.2.1.1.55
all_sonda_amb OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Ambient probe alarm (S1)"
DEFVAL { 0 }
::= { digitalObjects 55 }
-- 1.3.6.1.4.1.9839.2.1.1.56
all_sonda_def OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Defrost probe alarm (S2)"
DEFVAL { 0 }
::= { digitalObjects 56 }
-- 1.3.6.1.4.1.9839.2.1.1.57
all_sonda_prod OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Third probe alarm (S3)"
DEFVAL { 0 }
::= { digitalObjects 57 }
-- 1.3.6.1.4.1.9839.2.1.1.58
all_sonda_reg OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Regulation probe alarm (rE)"
DEFVAL { 0 }
::= { digitalObjects 58 }
-- 1.3.6.1.4.1.9839.2.1.1.59
all_tem_min_s1 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Alarm minimum absolute value of probe S1 (LO1)"
DEFVAL { 0 }
::= { digitalObjects 59 }
-- 1.3.6.1.4.1.9839.2.1.1.71
digital_out_2 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Compressor relay"
DEFVAL { 0 }
::= { digitalObjects 71 }
-- 1.3.6.1.4.1.9839.2.1.1.73
digital_out_4 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "DigOut 4"
DEFVAL { 0 }
::= { digitalObjects 73 }
-- 1.3.6.1.4.1.9839.2.1.1.75
digital_out_6 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "DigOut 6"
DEFVAL { 0 }
::= { digitalObjects 75 }
-- 1.3.6.1.4.1.9839.2.1.1.76
digital_out_7 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "DigOut 7"
DEFVAL { 0 }
::= { digitalObjects 76 }
-- 1.3.6.1.4.1.9839.2.1.1.77
digital_out_8 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "DigOut 8"
DEFVAL { 0 }
::= { digitalObjects 77 }
-- 1.3.6.1.4.1.9839.2.1.1.78
digital_out_9 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Defrost"
DEFVAL { 0 }
::= { digitalObjects 78 }
-- 1.3.6.1.4.1.9839.2.1.1.88
sl_alm_1 OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Slave 1 alarm"
DEFVAL { 0 }
::= { digitalObjects 88 }
-- 1.3.6.1.4.1.9839.2.1.1.95
sv_mst_defrost_end OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "StopDefr"
DEFVAL { 0 }
::= { digitalObjects 95 }
-- 1.3.6.1.4.1.9839.2.1.1.96
sv_mst_defrost_start OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "StartDefr"
DEFVAL { 0 }
::= { digitalObjects 96 }
-- 1.3.6.1.4.1.9839.2.1.1.97
sw_door_brk OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
DEFVAL { 0 }
::= { digitalObjects 97 }
-- 1.3.6.1.4.1.9839.2.1.1.103
en_high_refresh OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Enable high-frequency refresh"
DEFVAL { 0 }
::= { digitalObjects 103 }
-- 1.3.6.1.4.1.9839.2.1.2
analogObjects OBJECT IDENTIFIER ::= { mastercaseMIB 2 }
-- 1.3.6.1.4.1.9839.2.1.2.1
calibrazione_sonda_3 OBJECT-TYPE
SYNTAX Integer32 (-200..200)
UNITS "<22>C x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "S3 probe calibration"
DEFVAL { 0 }
::= { analogObjects 1 }
-- 1.3.6.1.4.1.9839.2.1.2.2
calibr_sonda_ambiente OBJECT-TYPE
SYNTAX Integer32 (-200..200)
UNITS "<22>C x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "S1 probe calibration"
DEFVAL { 0 }
::= { analogObjects 2 }
-- 1.3.6.1.4.1.9839.2.1.2.3
calibrazione_sonda_defrost OBJECT-TYPE
SYNTAX Integer32 (-200..200)
UNITS "<22>C x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "S2 probe calibration"
DEFVAL { 0 }
::= { analogObjects 3 }
-- 1.3.6.1.4.1.9839.2.1.2.4
differenziale_alrm_ventole OBJECT-TYPE
SYNTAX Integer32 (1..200)
UNITS "<22>C x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Alarm return and fan activation differential"
DEFVAL { 20 }
::= { analogObjects 4 }
-- 1.3.6.1.4.1.9839.2.1.2.5
alrm_alta_temp OBJECT-TYPE
SYNTAX Integer32 (0..200)
UNITS "<22>C x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "High temp alarm:indicates the max variation from the set-point"
DEFVAL { 0 }
::= { analogObjects 5 }
-- 1.3.6.1.4.1.9839.2.1.2.6
alrm_bassa_temp OBJECT-TYPE
SYNTAX Integer32 (0..200)
UNITS "<22>C x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Low temp alarm:indicates the max variation from the set-point"
DEFVAL { 0 }
::= { analogObjects 6 }
-- 1.3.6.1.4.1.9839.2.1.2.7
temp_ventole_on OBJECT-TYPE
SYNTAX Integer32 (-400..500)
UNITS "<22>C x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Fan start-up absolute set-point"
DEFVAL { 50 }
::= { analogObjects 7 }
-- 1.3.6.1.4.1.9839.2.1.2.8
set_point_temperatura OBJECT-TYPE
SYNTAX Integer32 (-32767..32767)
UNITS "<22>C x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Set-point"
DEFVAL { -200 }
::= { analogObjects 8 }
-- 1.3.6.1.4.1.9839.2.1.2.9
temp_fine_sbrin OBJECT-TYPE
SYNTAX Integer32 (-500..300)
UNITS "<22>C x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Defrost end temperature"
DEFVAL { 40 }
::= { analogObjects 9 }
-- 1.3.6.1.4.1.9839.2.1.2.10
min_assegnaz_consentita_utente OBJECT-TYPE
SYNTAX Integer32 (-500..32767)
UNITS "<22>C x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Minimum set allowed to the user"
DEFVAL { -500 }
::= { analogObjects 10 }
-- 1.3.6.1.4.1.9839.2.1.2.11
max_assegnaz_consentita_utente OBJECT-TYPE
SYNTAX Integer32 (-32767..990)
UNITS "<22>C x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Maximum set allowed to the user"
DEFVAL { 900 }
::= { analogObjects 11 }
-- 1.3.6.1.4.1.9839.2.1.2.12
variaz_autom_setpoint_notturno OBJECT-TYPE
SYNTAX Integer32 (-200..200)
UNITS "<22>C x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Automatic variation of the night-time set-point"
DEFVAL { 30 }
::= { analogObjects 12 }
-- 1.3.6.1.4.1.9839.2.1.2.13
temperatura_rilev_max OBJECT-TYPE
SYNTAX Integer32 (-32767..32767)
UNITS "<22>C x10"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Max. temp. measured during 'rt'"
DEFVAL { -50 }
::= { analogObjects 13 }
-- 1.3.6.1.4.1.9839.2.1.2.14
temperatura_rilev_min OBJECT-TYPE
SYNTAX Integer32 (-32767..32767)
UNITS "<22>C x10"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Min. temp. measured during 'rt'"
DEFVAL { 900 }
::= { analogObjects 14 }
-- 1.3.6.1.4.1.9839.2.1.2.15
differenziale_regolatore OBJECT-TYPE
SYNTAX Integer32 (10..1990)
UNITS "<22>C x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Regulator differential (hysteresis)"
DEFVAL { 200 }
::= { analogObjects 15 }
-- 1.3.6.1.4.1.9839.2.1.2.16
temp_minima_s1 OBJECT-TYPE
SYNTAX Integer32 (-500..900)
UNITS "<22>C x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Absolute minimum temperature probe S1"
DEFVAL { 900 }
::= { analogObjects 16 }
-- 1.3.6.1.4.1.9839.2.1.2.18
tmp_evap_satura OBJECT-TYPE
SYNTAX Integer32 (-32767..32767)
UNITS "<22>C x10"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Evaporation satured temperature"
::= { analogObjects 18 }
-- 1.3.6.1.4.1.9839.2.1.2.20
superheat_set OBJECT-TYPE
SYNTAX Integer32 (0..250)
UNITS "<22>C x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Superheat set point"
DEFVAL { 30 }
::= { analogObjects 20 }
-- 1.3.6.1.4.1.9839.2.1.2.21
k_int OBJECT-TYPE
SYNTAX Integer32 (10..10000)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "PID proportinal gain"
DEFVAL { 100 }
::= { analogObjects 21 }
-- 1.3.6.1.4.1.9839.2.1.2.22
td_int OBJECT-TYPE
SYNTAX Integer32 (0..10000)
UNITS "sec. x10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "PID derivative time"
DEFVAL { 1000 }
::= { analogObjects 22 }
-- 1.3.6.1.4.1.9839.2.1.2.23
lim_inf_int OBJECT-TYPE
SYNTAX Integer32 (0..32767)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Low superheat threshold"
DEFVAL { 200 }
::= { analogObjects 23 }
-- 1.3.6.1.4.1.9839.2.1.2.24
offset_sh OBJECT-TYPE
SYNTAX Integer32 (0..300)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "SH termostat gain (SH offset)"
DEFVAL { 0 }
::= { analogObjects 24 }
-- 1.3.6.1.4.1.9839.2.1.2.61
sonda_6 OBJECT-TYPE
SYNTAX Integer32 (-32767..32767)
UNITS "<22>C x10"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Third probe (S3)"
::= { analogObjects 61 }
-- 1.3.6.1.4.1.9839.2.1.2.62
sonda_7 OBJECT-TYPE
SYNTAX Integer32 (-32767..32767)
UNITS "<22>C x10"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Defrost probe (S2)"
::= { analogObjects 62 }
-- 1.3.6.1.4.1.9839.2.1.2.63
sonda_8 OBJECT-TYPE
SYNTAX Integer32 (-32767..32767)
UNITS "<22>C x10"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Ambient probe (S1)"
::= { analogObjects 63 }
-- 1.3.6.1.4.1.9839.2.1.2.66
surriscaldamento OBJECT-TYPE
SYNTAX Integer32 (0..0)
UNITS "<22>C x10"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Superheat"
DEFVAL { 0 }
::= { analogObjects 66 }
-- 1.3.6.1.4.1.9839.2.1.2.67
tmp_superheat OBJECT-TYPE
SYNTAX Integer32 (0..0)
UNITS "<22>C x10"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Suction termperature (evaporator outlet)"
DEFVAL { 0 }
::= { analogObjects 67 }
-- 1.3.6.1.4.1.9839.2.1.3
integerObjects OBJECT IDENTIFIER ::= { mastercaseMIB 3 }
-- 1.3.6.1.4.1.9839.2.1.3.1
id_firm_vers OBJECT-TYPE
SYNTAX Integer32 (-32767..32767)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Firmware version"
DEFVAL { 29 }
::= { integerObjects 1 }
-- 1.3.6.1.4.1.9839.2.1.3.2
stabilita_misura OBJECT-TYPE
SYNTAX Integer32 (1..15)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Probe measurement stability"
DEFVAL { 1 }
::= { integerObjects 2 }
-- 1.3.6.1.4.1.9839.2.1.3.3
sonda_virtuale OBJECT-TYPE
SYNTAX Integer32 (0..100)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Virtual probe"
DEFVAL { 0 }
::= { integerObjects 3 }
-- 1.3.6.1.4.1.9839.2.1.3.4
vis_ripetitore OBJECT-TYPE
SYNTAX Integer32 (0..5)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Remote Display Management"
DEFVAL { 0 }
::= { integerObjects 4 }
-- 1.3.6.1.4.1.9839.2.1.3.5
esiste_sonda OBJECT-TYPE
SYNTAX Integer32 (0..4)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Probes presence"
DEFVAL { 0 }
::= { integerObjects 5 }
-- 1.3.6.1.4.1.9839.2.1.3.6
vis_terminale OBJECT-TYPE
SYNTAX Integer32 (0..5)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "User interface management"
DEFVAL { 4 }
::= { integerObjects 6 }
-- 1.3.6.1.4.1.9839.2.1.3.7
config_in_digit_1 OBJECT-TYPE
SYNTAX Integer32 (0..10)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Digital input configuration DI 1"
DEFVAL { 0 }
::= { integerObjects 7 }
-- 1.3.6.1.4.1.9839.2.1.3.8
config_in_digit_2 OBJECT-TYPE
SYNTAX Integer32 (0..10)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Digital input configuration DI 2"
DEFVAL { 0 }
::= { integerObjects 8 }
-- 1.3.6.1.4.1.9839.2.1.3.9
config_in_digit_3 OBJECT-TYPE
SYNTAX Integer32 (0..10)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Digital input configuration DI 3"
DEFVAL { 0 }
::= { integerObjects 9 }
-- 1.3.6.1.4.1.9839.2.1.3.10
config_in_digit_4 OBJECT-TYPE
SYNTAX Integer32 (0..10)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Digital input configuration DI 4"
DEFVAL { 0 }
::= { integerObjects 10 }
-- 1.3.6.1.4.1.9839.2.1.3.11
config_in_digit_5 OBJECT-TYPE
SYNTAX Integer32 (0..10)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Digital input configuration DI 5"
DEFVAL { 0 }
::= { integerObjects 11 }
-- 1.3.6.1.4.1.9839.2.1.3.12
time_delay_rilevaz_ingresso OBJECT-TYPE
SYNTAX Integer32 (0..180)
UNITS "min"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Alarm delay from digital input"
DEFVAL { 0 }
::= { integerObjects 12 }
-- 1.3.6.1.4.1.9839.2.1.3.13
config_virt_din OBJECT-TYPE
SYNTAX Integer32 (0..10)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Virtual digital input configuration"
DEFVAL { 0 }
::= { integerObjects 13 }
-- 1.3.6.1.4.1.9839.2.1.3.14
delay_alrm_temp OBJECT-TYPE
SYNTAX Integer32 (0..199)
UNITS "min"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Temperature alarm delay"
DEFVAL { 120 }
::= { integerObjects 14 }
-- 1.3.6.1.4.1.9839.2.1.3.15
remote_alarms_dsply_enable OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Enable Slave remote alarm signal on Master"
DEFVAL { 1 }
::= { integerObjects 15 }
-- 1.3.6.1.4.1.9839.2.1.3.16
gestione_ventole OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Fan management"
DEFVAL { 0 }
::= { integerObjects 16 }
-- 1.3.6.1.4.1.9839.2.1.3.17
ventole_off_se_compr_off OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Fans OFF when compressor OFF"
DEFVAL { 1 }
::= { integerObjects 17 }
-- 1.3.6.1.4.1.9839.2.1.3.18
ventole_stop_in_sbrin OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Fans OFF during defrost"
DEFVAL { 1 }
::= { integerObjects 18 }
-- 1.3.6.1.4.1.9839.2.1.3.19
time_fermo_post_gocciol OBJECT-TYPE
SYNTAX Integer32 (0..15)
UNITS "min"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Fan OFF time after dripping"
DEFVAL { 1 }
::= { integerObjects 19 }
-- 1.3.6.1.4.1.9839.2.1.3.20
address_seriale OBJECT-TYPE
SYNTAX Integer32 (0..199)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Serial address"
DEFVAL { 1 }
::= { integerObjects 20 }
-- 1.3.6.1.4.1.9839.2.1.3.21
en_dis_tasti_ir OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Remote ir control enabling"
DEFVAL { 0 }
::= { integerObjects 21 }
-- 1.3.6.1.4.1.9839.2.1.3.22
codice_abilit_progr_telec_ir OBJECT-TYPE
SYNTAX Integer32 (0..99)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Remote ir control code enabling"
DEFVAL { 0 }
::= { integerObjects 22 }
-- 1.3.6.1.4.1.9839.2.1.3.23
loc_on_off_ena OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Enabling ON/OFF from keyboard"
DEFVAL { 1 }
::= { integerObjects 23 }
-- 1.3.6.1.4.1.9839.2.1.3.24
lan_on_off_ena OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Enabling ON/OFF from supervisor"
DEFVAL { 0 }
::= { integerObjects 24 }
-- 1.3.6.1.4.1.9839.2.1.3.25
config_out_digit_4 OBJECT-TYPE
SYNTAX Integer32 (0..8)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "AUX1 configuration"
DEFVAL { 0 }
::= { integerObjects 25 }
-- 1.3.6.1.4.1.9839.2.1.3.26
config_out_digit_7 OBJECT-TYPE
SYNTAX Integer32 (0..8)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "AUX2 configuration"
DEFVAL { 5 }
::= { integerObjects 26 }
-- 1.3.6.1.4.1.9839.2.1.3.27
local_mode OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Param config of the single unit as Master or Slave"
DEFVAL { 0 }
::= { integerObjects 27 }
-- 1.3.6.1.4.1.9839.2.1.3.28
lan_len OBJECT-TYPE
SYNTAX Integer32 (0..5)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Number of slaves"
DEFVAL { 0 }
::= { integerObjects 28 }
-- 1.3.6.1.4.1.9839.2.1.3.29
delay_start_compressore OBJECT-TYPE
SYNTAX Integer32 (0..15)
UNITS "min"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Regulation starting delay at the power on"
DEFVAL { 0 }
::= { integerObjects 29 }
-- 1.3.6.1.4.1.9839.2.1.3.30
time_min_tra_acc_compr OBJECT-TYPE
SYNTAX Integer32 (0..15)
UNITS "min"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Minimum delay between two compressor startup"
DEFVAL { 0 }
::= { integerObjects 30 }
-- 1.3.6.1.4.1.9839.2.1.3.31
time_min_compr_off OBJECT-TYPE
SYNTAX Integer32 (0..15)
UNITS "min"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Minimum time of compressor OFF"
DEFVAL { 0 }
::= { integerObjects 31 }
-- 1.3.6.1.4.1.9839.2.1.3.32
time_min_compr_on OBJECT-TYPE
SYNTAX Integer32 (0..15)
UNITS "min"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Minimum time of compressor ON"
DEFVAL { 0 }
::= { integerObjects 32 }
-- 1.3.6.1.4.1.9839.2.1.3.33
sicurezza_rele OBJECT-TYPE
SYNTAX Integer32 (0..100)
UNITS "min"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Duty setting safety function"
DEFVAL { 0 }
::= { integerObjects 33 }
-- 1.3.6.1.4.1.9839.2.1.3.34
time_escl_alrm_dopo_ciclo_cont OBJECT-TYPE
SYNTAX Integer32 (0..15)
UNITS "hours"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Low temp. alarm exclusion-time after continuous cycle"
DEFVAL { 2 }
::= { integerObjects 34 }
-- 1.3.6.1.4.1.9839.2.1.3.35
delay_start_valve_comp OBJECT-TYPE
SYNTAX Integer32 (0..10)
UNITS "sec"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Startup delay after valve opening"
DEFVAL { 5 }
::= { integerObjects 35 }
-- 1.3.6.1.4.1.9839.2.1.3.36
durata_ciclo_continuo OBJECT-TYPE
SYNTAX Integer32 (0..15)
UNITS "hours"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Continuous cycle duration"
DEFVAL { 4 }
::= { integerObjects 36 }
-- 1.3.6.1.4.1.9839.2.1.3.37
tipo_sbrinamento OBJECT-TYPE
SYNTAX Integer32 (0..3)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Defrost type"
DEFVAL { 0 }
::= { integerObjects 37 }
-- 1.3.6.1.4.1.9839.2.1.3.38
defrost_cmd OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "LAN defrost command type"
DEFVAL { 1 }
::= { integerObjects 38 }
-- 1.3.6.1.4.1.9839.2.1.3.39
threshold_val_comp_run_def OBJECT-TYPE
SYNTAX Integer32 (0..192)
UNITS "hours"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Regulation running time with S2 below 1<>C before forcing a defrost"
DEFVAL { 0 }
::= { integerObjects 39 }
-- 1.3.6.1.4.1.9839.2.1.3.40
sbrin_se_ast_da_off_ad_on OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Defrost at the start-up of the instrument"
DEFVAL { 0 }
::= { integerObjects 40 }
-- 1.3.6.1.4.1.9839.2.1.3.41
delay_sbrin_astoffon_o_digin OBJECT-TYPE
SYNTAX Integer32 (0..180)
UNITS "min"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Defrost delay at the start-up of the instrument or from digital input"
DEFVAL { 0 }
::= { integerObjects 41 }
-- 1.3.6.1.4.1.9839.2.1.3.42
stop_vis_in_sbrin OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Interface module and remote display management during defrost."
DEFVAL { 0 }
::= { integerObjects 42 }
-- 1.3.6.1.4.1.9839.2.1.3.43
skip_defrost_enable OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Enable skip defrost"
DEFVAL { 0 }
::= { integerObjects 43 }
-- 1.3.6.1.4.1.9839.2.1.3.44
time_escl_alrm_dopo_sbrin OBJECT-TYPE
SYNTAX Integer32 (0..15)
UNITS "hours"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "High tempererature alarm bypass time"
DEFVAL { 1 }
::= { integerObjects 44 }
-- 1.3.6.1.4.1.9839.2.1.3.45
priority_sbrin_su_protez_compr OBJECT-TYPE
SYNTAX Integer32 (0..1)
UNITS "flag"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Defrost priority on the compressor protection"
DEFVAL { 0 }
::= { integerObjects 45 }
-- 1.3.6.1.4.1.9839.2.1.3.46
intervallo_tra_sbrin OBJECT-TYPE
SYNTAX Integer32 (0..192)
UNITS "hours"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Interval between two defrosts"
DEFVAL { 8 }
::= { integerObjects 46 }
-- 1.3.6.1.4.1.9839.2.1.3.47
intervallo_tra_pulizie OBJECT-TYPE
SYNTAX Integer32 (1..999)
UNITS "hours"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Time between two successive cleanings"
DEFVAL { 1 }
::= { integerObjects 47 }
-- 1.3.6.1.4.1.9839.2.1.3.48
max_durata_sbrin OBJECT-TYPE
SYNTAX Integer32 (1..180)
UNITS "min"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Maximum defrost time"
DEFVAL { 30 }
::= { integerObjects 48 }
-- 1.3.6.1.4.1.9839.2.1.3.49
time_gocciol_dopo_sbrin OBJECT-TYPE
SYNTAX Integer32 (0..15)
UNITS "min"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Dripping time"
DEFVAL { 2 }
::= { integerObjects 49 }
-- 1.3.6.1.4.1.9839.2.1.3.50
intervallo_rilev_temp_maxmin OBJECT-TYPE
SYNTAX Integer32 (0..999)
UNITS "hours"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "HACCP alarm delay"
DEFVAL { 0 }
::= { integerObjects 50 }
-- 1.3.6.1.4.1.9839.2.1.3.51
stn OBJECT-TYPE
SYNTAX Integer32 (0..2)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Night-time set point mode selection"
DEFVAL { 0 }
::= { integerObjects 51 }
-- 1.3.6.1.4.1.9839.2.1.3.52
durata_pulizia OBJECT-TYPE
SYNTAX Integer32 (0..60)
UNITS "min"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Cleaning duration"
DEFVAL { 0 }
::= { integerObjects 52 }
-- 1.3.6.1.4.1.9839.2.1.3.53
par_ora1 OBJECT-TYPE
SYNTAX Integer32 (0..23)
UNITS "hours"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Night-time set point end time"
DEFVAL { 0 }
::= { integerObjects 53 }
-- 1.3.6.1.4.1.9839.2.1.3.54
par_ora2 OBJECT-TYPE
SYNTAX Integer32 (0..23)
UNITS "hours"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Night-time set point start time"
DEFVAL { 0 }
::= { integerObjects 54 }
-- 1.3.6.1.4.1.9839.2.1.3.55
manual_position OBJECT-TYPE
SYNTAX Integer32 (0..5000)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Valve manual position (steps)"
DEFVAL { 0 }
::= { integerObjects 55 }
-- 1.3.6.1.4.1.9839.2.1.3.56
posizione_valvola_perc OBJECT-TYPE
SYNTAX Integer32 (0..100)
UNITS "%"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Valve opening"
::= { integerObjects 56 }
-- 1.3.6.1.4.1.9839.2.1.3.57
modello_valvola OBJECT-TYPE
SYNTAX Integer32 (0..2)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Valve model"
DEFVAL { 0 }
::= { integerObjects 57 }
-- 1.3.6.1.4.1.9839.2.1.3.58
ti_int OBJECT-TYPE
SYNTAX Integer32 (0..1000)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "PID integral time"
DEFVAL { 40 }
::= { integerObjects 58 }
-- 1.3.6.1.4.1.9839.2.1.3.59
ti_low OBJECT-TYPE
SYNTAX Integer32 (0..255)
UNITS "sec/10"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Low superheat integral time (TI_low)"
DEFVAL { 20 }
::= { integerObjects 59 }
-- 1.3.6.1.4.1.9839.2.1.3.60
tipogas OBJECT-TYPE
SYNTAX Integer32 (0..4)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Refrigerant type"
DEFVAL { 2 }
::= { integerObjects 60 }
-- 1.3.6.1.4.1.9839.2.1.3.61
delay_pressure_probe_alarm OBJECT-TYPE
SYNTAX Integer32 (0..255)
UNITS "min"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Delay pressure probe alarm"
DEFVAL { 5 }
::= { integerObjects 61 }
-- 1.3.6.1.4.1.9839.2.1.3.62
tipo_sonda_eva OBJECT-TYPE
SYNTAX Integer32 (0..2)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Evaporation pressure probe type"
DEFVAL { 0 }
::= { integerObjects 62 }
-- 1.3.6.1.4.1.9839.2.1.3.64
cmp_start_valve_position OBJECT-TYPE
SYNTAX Integer32 (0..3000)
UNITS "N/A"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Startup valve steps"
DEFVAL { 0 }
::= { integerObjects 64 }
-- 1.3.6.1.4.1.9839.2.1.3.65
dd_1 OBJECT-TYPE
SYNTAX Integer32 (0..10)
UNITS "days"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Day of the1st defrost"
DEFVAL { 0 }
::= { integerObjects 65 }
-- 1.3.6.1.4.1.9839.2.1.3.66
hh_1 OBJECT-TYPE
SYNTAX Integer32 (0..23)
UNITS "hours"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Hour of the 1st defrost"
DEFVAL { 0 }
::= { integerObjects 66 }
-- 1.3.6.1.4.1.9839.2.1.3.67
mm_1 OBJECT-TYPE
SYNTAX Integer32 (0..59)
UNITS "min"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Minute of the 1st defrost"
DEFVAL { 0 }
::= { integerObjects 67 }
-- 1.3.6.1.4.1.9839.2.1.3.68
dd_2 OBJECT-TYPE
SYNTAX Integer32 (0..10)
UNITS "days"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Day of the 2nd defrost"
DEFVAL { 0 }
::= { integerObjects 68 }
-- 1.3.6.1.4.1.9839.2.1.3.69
hh_2 OBJECT-TYPE
SYNTAX Integer32 (0..23)
UNITS "hours"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Hour of the 2nd defrost"
DEFVAL { 0 }
::= { integerObjects 69 }
-- 1.3.6.1.4.1.9839.2.1.3.70
mm_2 OBJECT-TYPE
SYNTAX Integer32 (0..59)
UNITS "min"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Minute of the 2nd defrost"
DEFVAL { 0 }
::= { integerObjects 70 }
-- 1.3.6.1.4.1.9839.2.1.3.71
dd_3 OBJECT-TYPE
SYNTAX Integer32 (0..10)
UNITS "days"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Day of the 3rd defrost"
DEFVAL { 0 }
::= { integerObjects 71 }
-- 1.3.6.1.4.1.9839.2.1.3.72
hh_3 OBJECT-TYPE
SYNTAX Integer32 (0..23)
UNITS "hours"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Hour of the 3rd defrost"
DEFVAL { 0 }
::= { integerObjects 72 }
-- 1.3.6.1.4.1.9839.2.1.3.73
mm_3 OBJECT-TYPE
SYNTAX Integer32 (0..59)
UNITS "min"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Minute of the 3rd defrost"
DEFVAL { 0 }
::= { integerObjects 73 }
-- 1.3.6.1.4.1.9839.2.1.3.74
dd_4 OBJECT-TYPE
SYNTAX Integer32 (0..10)
UNITS "days"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Day of the 4th defrost"
DEFVAL { 0 }
::= { integerObjects 74 }
-- 1.3.6.1.4.1.9839.2.1.3.75
hh_4 OBJECT-TYPE
SYNTAX Integer32 (0..23)
UNITS "hours"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Hour of the 4th defrost"
DEFVAL { 0 }
::= { integerObjects 75 }
-- 1.3.6.1.4.1.9839.2.1.3.76
mm_4 OBJECT-TYPE
SYNTAX Integer32 (0..59)
UNITS "min"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Minute of the 4th defrost"
DEFVAL { 0 }
::= { integerObjects 76 }
-- 1.3.6.1.4.1.9839.2.1.3.77
dd_5 OBJECT-TYPE
SYNTAX Integer32 (0..10)
UNITS "days"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Day of the 5th defrost"
DEFVAL { 0 }
::= { integerObjects 77 }
-- 1.3.6.1.4.1.9839.2.1.3.78
hh_5 OBJECT-TYPE
SYNTAX Integer32 (0..23)
UNITS "hours"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Hour of the 5th defrost"
DEFVAL { 0 }
::= { integerObjects 78 }
-- 1.3.6.1.4.1.9839.2.1.3.79
mm_5 OBJECT-TYPE
SYNTAX Integer32 (0..59)
UNITS "min"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Minute of the 5th defrost"
DEFVAL { 0 }
::= { integerObjects 79 }
-- 1.3.6.1.4.1.9839.2.1.3.80
dd_6 OBJECT-TYPE
SYNTAX Integer32 (0..10)
UNITS "days"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Day of the 6th defrost"
DEFVAL { 0 }
::= { integerObjects 80 }
-- 1.3.6.1.4.1.9839.2.1.3.81
hh_6 OBJECT-TYPE
SYNTAX Integer32 (0..23)
UNITS "hours"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Hour of the 6th defrost"
DEFVAL { 0 }
::= { integerObjects 81 }
-- 1.3.6.1.4.1.9839.2.1.3.82
mm_6 OBJECT-TYPE
SYNTAX Integer32 (0..59)
UNITS "min"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Minute of the 6th defrost"
DEFVAL { 0 }
::= { integerObjects 82 }
-- 1.3.6.1.4.1.9839.2.1.3.83
dd_7 OBJECT-TYPE
SYNTAX Integer32 (0..10)
UNITS "days"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Day of the 7th defrost"
DEFVAL { 0 }
::= { integerObjects 83 }
-- 1.3.6.1.4.1.9839.2.1.3.84
hh_7 OBJECT-TYPE
SYNTAX Integer32 (0..23)
UNITS "hours"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Hour of the 7th defrost"
DEFVAL { 0 }
::= { integerObjects 84 }
-- 1.3.6.1.4.1.9839.2.1.3.85
mm_7 OBJECT-TYPE
SYNTAX Integer32 (0..59)
UNITS "min"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Minute of the 7th defrost"
DEFVAL { 0 }
::= { integerObjects 85 }
-- 1.3.6.1.4.1.9839.2.1.3.86
dd_8 OBJECT-TYPE
SYNTAX Integer32 (0..10)
UNITS "days"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Day of the 8th defrost"
DEFVAL { 0 }
::= { integerObjects 86 }
-- 1.3.6.1.4.1.9839.2.1.3.87
hh_8 OBJECT-TYPE
SYNTAX Integer32 (0..23)
UNITS "hours"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Hour of the 8th defrost"
DEFVAL { 0 }
::= { integerObjects 87 }
-- 1.3.6.1.4.1.9839.2.1.3.88
mm_8 OBJECT-TYPE
SYNTAX Integer32 (0..59)
UNITS "min"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Minute of the 8th defrost"
DEFVAL { 0 }
::= { integerObjects 88 }
-- 1.3.6.1.4.1.9839.2.1.3.123
pos_uscita_pid OBJECT-TYPE
SYNTAX Integer32 (0..0)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Valve position"
DEFVAL { 0 }
::= { integerObjects 123 }
-- 1.3.6.1.4.1.9839.2.1.3.124
posizione_valvola OBJECT-TYPE
SYNTAX Integer32 (0..0)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Valve opening steps"
DEFVAL { 0 }
::= { integerObjects 124 }
-- 1.3.6.1.4.1.9839.2.1.3.125
pst_superheat OBJECT-TYPE
SYNTAX Integer32 (0..0)
UNITS "barg/100"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Evaporation pressure"
DEFVAL { 0 }
::= { integerObjects 125 }
-- 1.3.6.1.4.1.9839.2.1.3.126
dd_s OBJECT-TYPE
SYNTAX Integer32 (1..7)
UNITS "day"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Current week day"
DEFVAL { 1 }
::= { integerObjects 126 }
-- 1.3.6.1.4.1.9839.2.1.3.127
hh_s OBJECT-TYPE
SYNTAX Integer32 (0..23)
UNITS "hours"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Current hour"
DEFVAL { 0 }
::= { integerObjects 127 }
-- 1.3.6.1.4.1.9839.2.1.3.128
mm_s OBJECT-TYPE
SYNTAX Integer32 (0..59)
UNITS "min"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Current minute"
DEFVAL { 0 }
::= { integerObjects 128 }
-- 1.3.6.1.4.1.9839.2.1.3.1008
config_out_digit_9 OBJECT-TYPE
SYNTAX Integer32 (0..8)
UNITS "N/A"
MAX-ACCESS read-only
STATUS current
DESCRIPTION ""
DEFVAL { 7 }
::= { integerObjects 1008 }
END
--
-- CAREL-mastercase.MIB
--