Echelon LNS User Manual
Page 357
LNS Programmer's Guide
343
• Set device template defaults from device
• Upload value set to unknown in the LNS database
• Set all configuration property values to unknown.
Each of these choices causes the application to call either the
DownloadConfigProperties() or the UploadConfigProperties()
methods with the appropriate options set. Consult Chapter 6 of this
document, or the LNS Object Server Reference help file, for more
information on these methods.
5. Click
OK. If no errors are encountered, focus will return to the dialog
shown in Figure C.2. You will notice all pushbuttons on the right side are
active. You have successfully commissioned your device.
Table C.2 describes some of the other tasks you can perform from the dialog shown in
Figure C.2. To perform them, select a device, and then click the applicable button.
Table C.2 Other Network Management Tasks
Item Description
Decommission Button
Click the Decommission button to
decommission a device or router.
CDlgLcaEventHandlerContainer will
receive the resulting OnLicenseEvent
and forward it to the CDlgMain for
processing. For source information, see
the ObjServer OnSystemServicePin
handler in the DlgMain.cpp file.
Replace Button
Click the Replace button to update the
Neuron ID for the device and then call
the Replace() method to replace the
device. The LNS Object Server will
attempt to decommission the existing
device before commissioning the
replacement.
For source code information, see
CDlgIdentify::OnOk in the
DlgIdentify.cpp file.