Point.QualityManual_Mode (property, read)

Syntax

Point.QualityManual_Mode

Description

Boolean. Returns TRUE if the point has been placed into Manual Mode, otherwise FALSE.

Example

Sub Main()

   Dim p as new Point

   p.Id = "VALVE_1"

   p.Get

   if p.QualityManual_Mode then

      PointSet "VALVE_1_STATE", "In Manual"

   Else

      PointSet "VALVE_1_STATE", ""

   End If

End Sub

More information

CIMPLICITY Extensions to Basic