|
<< Click to Display Table of Contents >> Enable On Boolean |
![]() ![]()
|
Use the Enable On Boolean as an 'AND' operator in the Strategy Controller:

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: ...