hmIOModValueDigInputValue
HMIOMODULE-SNMP-MIB ·
.1.3.6.1.4.1.248.14.1.13.2.1.1.3
Object
column Enumeration
Status of the input. If the value is not-available(0), then the IO module is not plugged in, if the value is high(1), the input has high (+24V) value, if the value is low(2), the input has low (0V) value.
Context
- MIB
- HMIOMODULE-SNMP-MIB
- OID
.1.3.6.1.4.1.248.14.1.13.2.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hmIOModValueDigInputEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HMIOMODULE-SNMP-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HMIOMODULE-SNMP-MIB::hmIOModValueDigInputValue'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HMIOMODULE-SNMP-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HMIOMODULE-SNMP-MIB::hmIOModValueDigInputValue.<hmIOModValueDigInputModID>.<hmIOModValueDigInputID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HMIOMODULE-SNMP-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HMIOMODULE-SNMP-MIB::hmIOModValueDigInputValue'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | not-available |
1 | high |
2 | low |