Point Commands SECTION 6 Functions and Methods
64
EnableGroup("<Default>")
All points belonging to the '<Default>' group is enabled thus allowing values to
be read\written.
6-5-7 EnablePoint
Syntax
returnstate = EnablePoint(pointname)
Remarks
Typical Example
EnablePoint(point1)
The point 'point1' is enabled thus allowing values to be read/written.
6-5-8 Force
Syntax
returnstate = Force(pointname)
Remarks
Typical Example
Force(point1)
The point 'point1' is locked in its current state. i.e. if it is currently set to 1 it
cannot be changed until the forced state is removed via the CancelForce
command.
6-5-9 ForceReset
Syntax
returnstate = ForceReset(pointname)
Remarks
Typical Example
ForceReset(point1)
Argument Type Description
returnstate bool Returnstate is '1' if the function is successful, or
'0' otherwise.
pointname point Name of point to be enabled.
Argument Type Description
returnstate bool Returnstate is '1' if the function is successful, or
'0' otherwise.
pointname point Name of point to have force state applied. If
the point is an array point then all elements
within the array have the Force command
applied.
Argument Type Description
returnstate bool Returnstate is '1' if the function is successful, or
'0' otherwise.
pointname point Name of point. If the point is an array point
then all elements within the array have the
ForceReset command applied.