The StatusBooleanToTrigger fires a trigger upon transition of the in property based on the fireOn property value. If fireOn equals true, when the in property value transitions from false to true the trigger is fired. If fireOn equals false, when the in property value transitions from true to false the trigger is fired.
The StatusBooleanToTrigger component is located in the vykonPro palette under the conversion sub folder.
In
BStatusBoolean property that causes the trigger to be fired
Fire On
Boolean property which configures whether the trigger is fired on a transition of the in property value from false to true (true) or true to false (false).