Enable On Boolean

<< Click to Display Table of Contents >>

Navigation:  Strategy Controller >

Enable On Boolean

Previous pageReturn to chapter overviewNext page

Use the Enable On Boolean as an 'AND' operator in the Strategy Controller:

 

StrategyController_EnableIf

 

This example uses a SpecView User Variable 'Bool1'

 

Event: 'When Temp > 100 enable-if Bool1 is Off'

Action: ...

Action: 'Set Bool1 to On'

 

Event: 'When Pressure > 200 enable-if Bool1 is On'

Action: 'Set Bool1 to Off'

Action: ...