CHAPTER 6 – Functions and Methods
Typical Examples
POLYGON_1.colour (red)
POLYGON_1.colour = red
The specified object, 'POLYGON_1' is set to be red in colour.
References
Refer to:
♦
CX-Supervisor User Manual for details of object names.
♦
Chapter 6, Blink for use of the blink command.
♦
Chapter 6, Colour for use of the colour command.
♦
Chapter 6, Disable for use of the disable command.
♦
Chapter 6, Height for use of the height command.
♦
Chapter 6, Horizontal Fill for use of the horizontal fill command.
♦
Chapter 6, Move for use of the move command.
♦
Chapter 6, Rotate for use of the rotate command.
♦
Chapter 6, Vertical Fill for use of the vertical fill command.
♦
Chapter 6, Visible for use of the visible command.
♦
Chapter 6, Width for use of the width command.
Blink
Syntax
objectname.blink (colour, status)
Remarks
Argument
objectname
colour
status
Page 40
This is the name of the object. Where a script is directly attached to an
object, objectname is not required.
Colour to blink to. Some colour values within the colour palette have a
meaningful colourID. This takes the form of the colour name, e.g., 'black' or
'yellow'. Alternatively, an integer value of 0x1000000 can be added to a
number 0-65 to select a palette entry.
This argument may be omitted. May be on of:
TRUE – turn blinking On.
FALSE – turn blinking Off.
If omitted, TRUE is assumed.
Description
OMRON
Revision 2.0
Need help?
Do you have a question about the CX-SUPERVISOR - SCRIPT REFERENCE REV2.0 and is the answer not in the manual?