Properties within device template object elements, Example, Targets – Echelon LonWorks Network XML User Manual

Page 43: Attributes, Properties

Advertising
background image

L

ON

W

ORKS

Network XML Programmer’s Guide

35

Properties within Device Template Object Elements

Supported by

Function?

Property

Export Import

Description/Notes

Name

Y N

DeviceSpecificAttribute

Y Y

ConstantAttribute

Y

Y

If you set the ConstantAttribute to True in the
DeviceTemplate object element, the Value
properties in the ApplicationDevice object
element are ignored on import.

Dimension

Y N

FlagsByte

Y N

Value

Y

N

The value reported for CPs is the default value
for the CP type—not the default value for the
CP within the device template.

Example

<ConfigProperty Handle="268435461">

<Name>SCPTlocation</Name>
<DeviceSpecificAttribute ID="0">False</DeviceSpecificAttribute>
<ConstantAttribute ID="0">False</ConstantAttribute>
<Dimension>1</Dimension>
<FlagsByte ID="2">Offline</FlagsByte>
<Value Index="0"/>

</ConfigProperty>

Targets

Attributes

Attribute

Applicable

Values

Description/Notes

Action

2 CREATE
6 DELETE

No error is reported if you specify CREATE but
the target NV/MT is already defined, or if you
specify DELETE and the target NV/MT does
not exist.

Properties

Supported by

Function?

Property

Export Import

Description/Notes

ReferenceName

N

Y

References to previously defined subsystems,
application devices, functional blocks, or
NV/MTs are reported. See Using References in
this section for more information.

This property may be combined with properties
listed below to define a complete object name,

Advertising