Echelon LonBridg Server User Manual

Page 45

Advertising
background image

LonBridge Server User’s Guide

39

Attribute

Description

Required?

type

Specifies the type for the network variable.

If the network variable is a configuration

network variable (CPNV), the type can be a
configuration property type.
If the type name is SCPTname1,

SCPTname2, or SCPTname3, the
LonBridge Server reads the network

variable to get the device name for the
device. If more than one name string is

available, the LonBridge Server

concatenates them.

If the type name is SCPTlocation, the

LonBridge Server reads the network

variable to get the location name for the
device.
Other network variable and configuration

property types are ignored.

Optional

Example:

<nvs>
<nv index="0" direction="input" size="3">
<byte index="0" ... >
<attribute ... >
<enum ... />
</attribute>
</byte>
<byte index="1" ... >
<attribute ... />
</byte>
<byte index="2" ... >
<attribute ... />
</byte>
</nv>
</nvs>

<nvs>

The <nvs> element is a container element for the network variables defined
for each <attribute> element.
Example:

<nvs>
<nv ... >
<byte ... >
<attribute />
</byte>
</nv>
</nvs>

Advertising