Dynamicmessagetags, Lonmarkobjects, Dynamicmessagetag – Echelon OpenLNS User Manual
Page 429
OpenLNS Programmer's Reference
392
DynamicMessageTags
Summary
Returns the collection of dynamic
objects
contained by this interface.
Some custom interfaces support dynamic message tags,
meaning that you can add message tags to them with the
Add method.
You cannot add dynamic message tags to a device’s main
interface, and you cannot add them to some custom
interfaces. The Interface objects contained within a device’s
Interfaces property are the device’s custom interfaces, and
the Interface object contained within the device’s Interface
property is the device’s main, static interface.
Typically, dynamic message tags are added to the Network
Service Device. These message tags may be bound, like static
message tags, and can then be monitored by message monitor
points defined on the Network Service Device. The message
monitor point may then be used to send messages to the
device, or to devices connected to the dynamic message tag.
See the Add method of the MessageTags collection for more
information.
Availability
Local, full, and lightweight clients.
Syntax
mtCollection = object.DynamicMessageTags
Element
Description
mtCollection
collection.
object
Data Type
collection object.
Read/Write
Read only.
Added to API
LNS Release 3.20.
LonMarkObjects
Summary
collection object associated
.
Availability
Local, full, and lightweight clients.
Syntax
lmObjCollection = interfaceObject.LonMarkObjects
Element
Description
lmObjCollection
collection to
be returned.
interfaceObject
Data Type
collection object.
Read/Write
Read only.