CHAPTER 6 – Functions and Methods
OMRON
Page 40
Revision 2.0
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 Description
objectname
This is the name of the object. Where a script is directly attached to an
object,
objectname
is not required.
colour
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.
status
This argument may be omitted. May be on of:
TRUE – turn blinking On.
FALSE – turn blinking Off.
If omitted, TRUE is assumed.
Содержание CX-SUPERVISOR - SCRIPT REFERENCE REV2.0
Страница 2: ...CX Supervisor Script Language Software Revision 2 0...
Страница 3: ......
Страница 5: ...CX Supervisor Script Language OMRON Page ii Revision 2 0...
Страница 7: ...CX Supervisor Script Language OMRON Page iv Revision 2 0...
Страница 9: ...CX Supervisor Script Language OMRON Page vi Revision 2 0...
Страница 13: ......
Страница 15: ...CHAPTER 1 Introduction OMRON Page 2 Revision 2 0...
Страница 19: ...CHAPTER 2 Expressions OMRON Page 6 Revision 2 0...
Страница 21: ...CHAPTER 3 Scripts OMRON Page 8 Revision 2 0...
Страница 151: ...CHAPTER 8 Colour Palette OMRON Page 138 Revision 2 0...