How Do I Optimise My Useage Of Animations? - CX-Supervisor

Modified on Sun, 11 May, 2025 at 10:07 PM

Animation actions (from the Animation Editor) can be applied directly to the objects being animated.  This means that you don't have to define lots of memory points to hold intermediate values. Just link the appropriate action to the object (using the Animation Editor) and enter the required expression. For example using expression “TemperatureK + 273” rather than creating a new “TemperatureCelsius” memory point.

Boolean expressions can easily written to operate on bits within a word e.g. nFlags & 0x02 will be TRUE if bit 2 is set or FALSE if it not. This eliminates the need for additional memory points and processing.

 

 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article