Page 9
Digital Input #8 (JP2.8)
Din8
4.1.
How to read the digital inputs (counters)
4.1.1.
Web browser
The inputs states and counter values can be monitored from the "Monitoring and
Control" web page and they are located in the section "Digital Inputs".
Figure 6.
Monitoring and Control web page - digital inputs/counters monitoring
4.1.2.
Example SNMP commands
Get Din1 Value
snmpget -v1 -c read 192.168.1.100 .1.3.6.1.4.1.42505.1.2.1.1.7.0
DENKOVI-MIB::DigitalInputState.0 = INTEGER: off(0)
Get Counter1 Value
snmpget -v1 -c read 192.168.1.100 .1.3.6.1.4.1.42505.1.2.1.1.7.0
DENKOVI-MIB:: DigitalInputCounter.0 = INTEGER: 12345
Get Din8 Value
snmpget -v1 -c read 192.168.1.100 .1.3.6.1.4.1.42505.1.2.1.1.3.0
DENKOVI-MIB::DigitalInputState.0 = INTEGER: on(1)
Get Counter8 Value
snmpget -v1 -c read 192.168.1.100 .1.3.6.1.4.1.42505.1.2.1.1.7.7
DENKOVI-MIB:: DigitalInputCounter.7 = INTEGER: 12345
Get all digital inputs values with single command
snmpget -v1 -c read 192.168.1.100 .1.3.6.1.4.1.42505.1.3.1.7
DENKOVI-MIB::DigitalInputsState.0 = INTEGER: 255