Dynamicmessagetags, Lonmarkobjects, Dynamicmessagetag – Echelon OpenLNS User Manual

Page 429

Advertising
background image

OpenLNS Programmer's Reference

392

DynamicMessageTags

Summary

Returns the collection of dynamic

MessageTag

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

The returned

MessageTags

collection.

object

The

Interface

object to be acted on

Data Type

MessageTags

collection object.

Read/Write

Read only.

Added to API

LNS Release 3.20.

LonMarkObjects

Summary

Contains the

LonMarkObjects

collection object associated

with the specified

Interface

object

.

Availability

Local, full, and lightweight clients.

Syntax

lmObjCollection = interfaceObject.LonMarkObjects

Element

Description

lmObjCollection

The

LonMarkObjects

collection to

be returned.

interfaceObject

The

Interface

object to be acted on.

Data Type

LonMarkObjects

collection object.

Read/Write

Read only.

Advertising