hmIOModValueDigOutputValue
HMIOMODULE-SNMP-MIB ·
.1.3.6.1.4.1.248.14.1.13.2.2.1.3
Object
column Enumeration
Status of the output. If the value is not-available(0), then the IO module is not plugged in, if the value is high(1), the output has high (+24V) value, if the value is low(2), the output has low (0V) value. If the value is invalid (3), the output has low (0V) value and the IO input source is configured but can not be read. If the value is not-configured (4), the output has low (0V) value and has no IO input source configured.
Context
- MIB
- HMIOMODULE-SNMP-MIB
- OID
.1.3.6.1.4.1.248.14.1.13.2.2.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hmIOModValueDigOutputEntry
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::hmIOModValueDigOutputValue'
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::hmIOModValueDigOutputValue.<hmIOModValueDigOutputModID>.<hmIOModValueDigOutputID>'
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::hmIOModValueDigOutputValue'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | not-available |
1 | high |
2 | low |
3 | invalid |
4 | not-configured |