Configuring a Disable Animation
- Last UpdatedJul 13, 2023
- 1 minute read
You can configure an element with a disable animation. This lets you disable user interaction with an element depending on a run-time value or expression.
Note: Truth table and bit state animations are currently not supported for disable animations.
To configure an element with a disable animation
-
Select the element.
-
On the Special menu, click Edit Animations. The Edit Animations dialog box appears.
-
Click the Add icon and select Disable. The disable animation is added to the Animation list and the Disable configuration panel appears.
-
Click the Boolean button.
-
In the Boolean box, type a Boolean numeric value, equipment.item reference or expression.
-
In the Disabled When Expression is area, select:
-
True,1, On in which case the element is disabled at run time whenever the expression is true, and enabled whenever the expression is false.
-
False, 0, Off in which case the element is disabled at run time whenever the expression is false, and enabled whenever the expression is true.
-
-
Click OK.