Enablepoint; Force; Forcereset - Omron CX-Supervisor Reference Manual

Script language reference
Hide thumbs Also See for CX-Supervisor:
Table of Contents

Advertisement

Point Commands
6-5-7

EnablePoint

6-5-8

Force

6-5-9

ForceReset

64
EnableGroup("<Default>")
All points belonging to the '<Default>' group is enabled thus allowing values to
be read\written.
Syntax
returnstate = EnablePoint(pointname)
Remarks
Argument
Type
returnstate
bool
pointname
point
Typical Example
EnablePoint(point1)
The point 'point1' is enabled thus allowing values to be read/written.
Syntax
returnstate = Force(pointname)
Remarks
Argument
Type
returnstate
bool
pointname
point
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.
Syntax
returnstate = ForceReset(pointname)
Remarks
Argument
Type
returnstate
bool
pointname
point
Typical Example
ForceReset(point1)
SECTION 6 Functions and Methods
Description
Returnstate is '1' if the function is successful, or
'0' otherwise.
Name of point to be enabled.
Description
Returnstate is '1' if the function is successful, or
'0' otherwise.
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.
Description
Returnstate is '1' if the function is successful, or
'0' otherwise.
Name of point. If the point is an array point
then all elements within the array have the
ForceReset command applied.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Cx-supervisor 3.1

Table of Contents