Action Logic

Functions

28 Articles

Expressions

7 Articles

How do I use TIME Statement?

The time statement allows you to require the entity to spend time at an activity and has the same effect...

How do I use WAIT UNTIL Statement?

Delays processing of the current logic until the Boolean expression is true. The rest of the model continues to process...

How do I use WHILE DO Statement?

Repeats logic or logic block continuously while a condition remains true. Syntax WHILE DOWHILE v_Var1 > 3 DO TIME(10 min)WHILE...

What is the Keyword Pick Lists?

To simplify the process of entering Variables, Attributes, Resources and Scenario Parameters into fields, pick lists can be accessed by...
Go to Top