Echelon OpenLDV User Manual
Page 91

OpenLDV Programmer’s Guide
83
Network Interface
Command
Value Direction Description
niONLINE
0x70
Downlink Requests that the network interface
set its online flag and enter the
online state.
The OpenLDV application must
send this command whenever it
goes online.
Generally, the OpenLDV
application receives an uplink
network management message from
a network management tool or
plug-in requesting that the
application go online and send the
niONLINE command. The uplink
message is a standard Set Node
Mode network management
command (message code 0x6C) with
mode set to ONLINE.
niOFFLINE
0x80
Downlink Requests that the network interface
clear its online flag and enter the
offline state.
The OpenLDV application must
send this command whenever it
goes offline.
Generally, the OpenLDV
application receives an uplink
network management message from
a network management tool or
plug-in requesting that the
application go offline and send the
niOFFLINE command. The uplink
message is a standard Set Node
Mode network management
command (message code 0x6C) with
mode set to OFFLINE.