22.2 Conditional Operations

Action

Create a script that changes to screen number 7 after 3 seconds.

Commands Used

Assign the value on the right hand side to the left hand side.
22.11.13 Operator

Adds a constant to a Word device's data.
22.11.13 Operator

When the "if" condition, enclosed in brackets "( )", is true, the expression following the "if ( )" statement is run.
22.11.11 Conditional Expressions

Compares the value on the right and left sides. Becomes true if the left side equals the right side.
22.11.12 Comparison

Changes to the screen number stored in this value.
A.1.1.2 System Data Area (Direct Access Method) or A.1.2.2 System Data Area (Memory Link Method)

Trigger

Select Timer and set the [Timer Settings] to 1 second.

Completed Script

22.2.1 Procedure - Conditional Operations