Omron CX-SUPERVISOR - SCRIPT REFERENCE REV2.0 Reference Manual page 73

Script language
Table of Contents

Advertisement

CHAPTER 6 – Functions and Methods
Remarks
Argument
BoolPoint
Caption
OffText
OnText
AnalogPoint
MinValue
MaxValue
Keyboard
TextPoint
EchoOff
Typical Example
EditPoint(bFlag, "Select ON or OFF", "ON", "OFF")
A dialog is displayed to edit the Boolean point 'bFlag', to "ON" or "OFF" with a caption "Select ON
or OFF".
EditPoint(nValue, "Enter a new value", 0.000000, 9999.000000, FALSE )
A dialog is displayed to edit the analogue point 'nValue', between 0 and 9999 with a caption "Enter a
new value" without using the onscreen keyboard.
EditPoint(txtMessage, "Set Text to", FALSE ,FALSE )
A dialog is displayed to edit the Text point 'txtMessage', with a caption "Set Text to", echoing the
input and not displaying the onscreen keyboard.
EnableGroup
Syntax
returnstate = EnableGroup(groupname)
Remarks
Argument
returnstate
groupname
Typical Example
EnableGroup("<Default>")
Page 60
Type
point
Name of Boolean point to be edited
Text
Text Caption for Edit dialog
Text
Text description for Boolean state 0
Text
Text description for Boolean state 1
point
Name of Integer or Real point to be edited
Int/Real
Minimum value to be entered
Int/Real
Maximum value to be entered
Bool
Flag set to TRUE to display the onscreen keyboard
point
Name of Text point to be edited
Bool
Flag set to TRUE if input is not to be echoed for security
Type
bool
Returnstate is '1' if the function is successful, or '0' otherwise.
text
Name of the group containing the points to enable.
Description
Description
Revision 2.0
OMRON

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the CX-SUPERVISOR - SCRIPT REFERENCE REV2.0 and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Cx-supervisor 2.0

Table of Contents