Object Commands SECTION 6 Functions and Methods
47
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.
6-1-3 Blink
Syntax
objectname.blink (colour, status)
Remarks
objectcommand This can be made up of the following commands, which
are described in chapter 6, Object Commends:
• Blink command
• Colour command.
• Disable command.
• Visible command.
• Move command.
• Rotate command.
• Vertical fill command.
• Horizontal fill command.
• Height command.
• Width command.
The content of the commands are made up arithmetical
or logical expressions, x and y co-ordinates, or
references, varying between commands. The colour
command requires a colour identifier.
Argument Description
Argument Description
objectname This is the name of the object. Where a script is directly
attached to an object, objectname is not required.