Strategy Controller - Hints & Tips

<< Click to Display Table of Contents >>

Navigation:  Strategy Controller >

Strategy Controller - Hints & Tips

Previous pageReturn to chapter overviewNext page

 

The Strategy Controller works by reading values and checking each of the Events against these values, for example, checking if a temperature is over a threshold and if so, then 'triggering' the associated Actions for that Event.

 

Each Event is triggered independently from the others, and then the associated Actions are executed in order.

 

Each Event is only triggered once when it becomes true, i.e. if a temperature goes over a threshold.

For example, checking if a temperature is over a threshold would only trigger the Event once. It would not be triggered again until the temperature had dropped and then gone back up over the threshold again.

 

See further examples here:

Strategy - Avoiding Triggers at Startup

Strategy - Rolling Average