Animation Editor
SECTION 9 Animation
127
A new action can be added to the list of current actions by clicking the
button in the toolbar. An existing action can be removed from the
current actions by clicking the Delete Action button in the toolbar, whereupon a
confirmation dialog box opens. Click the OK button to delete the action, or
click the Cancel button to abort the delete operation. An existing action can be
modified from the current actions by clicking the Modify Action button in the
toolbar.
9-2-1
View Mode
The list of runtime actions can be viewed in a number of ways, providing
simple or comprehensive details as follows:
Click the
button to view details with large icons.
Click the
button to view details with normal icons.
Click the
button to view details as a list.
Click the
button to view details as a list including name, type, expression,
priority and description information. The details can be sorted in ascending
order by clicking once or in descending order by clicking twice, in the
appropriate field.
9-2-2
Project
Graphical objects have no relevance at Project level as they cannot be
referenced. Scripts can be applied to a project to manipulate points. These
scripts are associated with events that occur throughout the operating session.
A script is made up of one or more simple statements that together make
script code.
Refer to the Script Language Manual for explicit details regarding the
construction and syntax of script code. Chapter 10, Runtime Actions describes
the creation of script code using the Script Editor.
The script is defined using the Execute Script entry in the Animation Editor list.
9-2-3
Page
Page scripts are concerned with manipulating points and graphical objects
that are used or included within that page. Actions cannot refer to graphical
objects that appear in other pages. In other words, page scripts are used to
drive a number of actions on the occurrence of a particular event. An example
of page script code is as follows:
REM ** move the car and transport **
IF start THEN
Position = position - speed
ENFIF
REM ** if the car is at the start then reset the **
REM ** position and reset the car colour **
IF position < 0THEN
position = 800
POLYGON_11.colour = dark_grey
Note:
The short-cut keyboard combinations for Cut, Copy and Paste operations are
valid within the Animation Editor dialog boxs. Highlight part or all of a field and
type <Ctrl>+X to cut the text or <Ctrl>+C to copy the text; insert the cursor at
the desired dialog box field and type <Ctrl>+V to paste the text. Since the cut
and copy operations store the information in the Windows Clipboard, it may be
pasted to another dialog box or application.
Summary of Contents for CX-Supervisor
Page 1: ...CX Supervisor Software Cat No W10E EN 01 User Manual Software Release 3 1...
Page 3: ...Copyright Notice 2...
Page 16: ...15...
Page 17: ...16...
Page 27: ...Tip of the Day SECTION 1 Graphics Editor 26...
Page 35: ...CX Supervisor Preferences SECTION 2 Pages 34...
Page 79: ...Responding to Events SECTION 5 ActiveX Objects 78...
Page 115: ...Printing the Graphics Library SECTION 7 Graphics Library 114...
Page 181: ...Data Logging SECTION 11 Data Logging 180...
Page 201: ...Examples SECTION 12 Databases 200...
Page 243: ...Performance Monitor SECTION 16 Application Analysis Performance Monitor 242...
Page 253: ...Using with Omron s CX Server OPC SECTION 17 Using CX Supervisor as an OPC Cli 252...
Page 259: ...Creating a CX Supervisor Client application SECTION 18 Connecting to a remote CX 258...
Page 263: ...Adding a Point Linked to a Parameter SECTION 19 Connecting to Omron Industrial 262...
Page 271: ...Data Logging SECTION 20 Best Practices 270...
Page 275: ...Configuring a Server PC running Windows NT or 2000 Appendix A Configuring a PC 274...
Page 277: ...Appendix B Frequently Asked Questions 276...
Page 296: ...Appendix B Frequently Asked Questions 295...
Page 297: ...Appendix B Frequently Asked Questions 296...
Page 298: ...Appendix B Frequently Asked Questions 297...
Page 299: ...Appendix B Frequently Asked Questions 298...
Page 333: ...Revision history 332...