Page 6
3.1.
How to control the relays
3.1.1.
Web browser
The relays states can be changed from the "Monitoring and Control" web page up
on changing the dropdown combo-boxes (On/Off) in the section "Digital Outputs":
Figure 3.
Monitoring and Control web page - digital outputs control
3.1.2.
Example SNMP commands
o
SNMP GET COMMANDS
Get Relay 1 State
snmpget -v1 -c read 192.168.1.100 .1.3.6.1.4.1.42505.1.2.3.1.11.0
DENKOVI-MIB::DigitalOutputState.0 = INTEGER: off(0)
Get Relay 12 State
snmpget -v1 -c read 192.168.1.100 .1.3.6.1.4.1.42505.1.2.3.1.11.11
DENKOVI-MIB::DigitalOutputState.11 = INTEGER: on(1)
Get all relays states with single command
snmpget -v1 -c read 192.168.1.100 .1.3.6.1.4.1.42505.1.3.2.0
DENKOVI-MIB::DigitalOutputsState.0 = INTEGER: 65535