Dspriority, Estimatedmaxrate – Echelon OpenLNS User Manual

Page 634

Advertising
background image

OpenLNS Programmer's Reference

597

DsPriority

Summary

Specifies whether the Data Server polls or updates a network

variable using priority messages

.

Note: This property is deprecated because it was only useful

with single-point monitoring. You should use temporary

monitor sets instead of single-point monitoring. When doing

so, you can use the Priority property to determine the priority

assigned to each message. For more information on

temporary monitor sets, see the OpenLNS Programmer’s

Guide.

Availability

Local, full, and lightweight clients.

Syntax

priorityFlag = object.DsPriority

Element

Description

priorityFlag

The priority flag value.

TRUE. The

Data Server uses priority

messaging to update a network

variable

.

FALSE. The Data Server polls a

network variable. This is the

default.

object

The

NetworkVariable

object to be acted

on.

Data Type

Boolean.

Read/Write

Read/write.

Added to API

Prior to LNS Release 3.0.

EstimatedMaxRate

Summary

The estimated maximum message rate (in tenths of messages

per second) declared for the network variable

.

Availability

Local, full, and lightweight clients.

Syntax

estMaxRateValue = nvObject.EstimatedMaxRate

Element

Description

estMaxRateValue

Estimated sustained message rate.

The valid values for this property are

integers from 0 to 18780 (0 to 1878.0

messages per second).

nvObject

The

NetworkVariable

object to be

acted on.

Data Type

Integer.

Read/Write

Read only.

Added to API

Prior to LNS Release 3.0.

Advertising