Resetpollingifupdated – Echelon OpenLNS User Manual

Page 672

Advertising
background image

OpenLNS Programmer's Reference

635

This is the default.

-1

The value is set to the value

currently stored in the

NvOptions

property of the

MonitorSet

object. This occurs if

this property is contained in the

NvMonitorOptions

object

accessed through the

DefaultOptions

or

CurrentOptions

property of a

NvMonitorPoint

object.

This value is stored in the

ConstLNSMonitorSetOptionDefault

constant.

This may be useful if you want

the value of the property used by

a network variable monitor point

to always match the default

value stored in the MonitorSet

object. This feature, however, is

not available in

server-independent mode.

nvMonOptsObject

The

NvMonitorOptions

object to be

acted on.

Data Type

Integer.

Read/Write

Read/write.

Added to API

LNS Release 3.0.

ResetPollingIfUpdated

Summary

Determines whether the poll interval will be reset whenever

a new value for the monitor point using this options set is

received, either via a bound update or a read operation

.

The SuppressPollingIfBound property turns off polling if

there is a bound monitoring connection.

Availability

Local, full, lightweight, and independent clients. Note that

temporary

MonitorSet

objects and temporary monitor points

are not available on Independent clients.

Syntax

resetPollValue = nvMonOptsObject.ResetPollingIfUpdated

Element

Description

resetPollValue

An Integer value indicating whether

the poll interval is reset when a new

value for the monitor point using

this options set is received.
1 The polling interval will be reset

if an update for the monitor

point is received through a bound

Advertising