Unadvise, Properties – Echelon OpenLNS User Manual

Page 684

Advertising
background image

OpenLNS Programmer's Reference

647

doEnable element to True when you open the monitor set. If

the doEnable element is set to False, you can also enable the

entire monitor set later by calling the Enable method on the

MonitorSet object.
You can disable monitoring of an individual network variable

monitor point by calling the Disable method on it.
For more details on opening and enabling monior sets and

monitor points, see Chapter 9 of the OpenLNS Programmer’s

Guide.

Availability

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

temporary

MonitorSet

objects and temporary monitor points

are not available on Independent clients.

Syntax

object.Ensable

Element

Description

object

The

NvMonitorPoint

object to be

enabled.

Added to API

LNS Release 3.20.

Unadvise

Summary

Returns event generation to the client thread if it was

changed to another thread using the

Advise

method

.

Availability

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

temporary

MonitorSet

objects and temporary monitor points

are not available on Independent clients.

Syntax

mpObject.

Unadvise

tag

Element

Description

tag

An Integer type. This tag parameter

should use the tag that was returned

when the

Advise

method was called.

mpObject

The

NvMonitorPoint

object to be acted

on.

Added to API

LNS Release 3.0.

Properties

The NvMonitorPoint

object contains the following properties

:

ClassId

CurrentOptions

DataPoint

DefaultOptions

FormatSpec

Name

Parent

Tag

Advertising