a>b

A function used in Logical Switches that compares selectable source “a” to a second selectable source “b” using ‘Greater Than’ as the comparator.  The function takes the value of TRUE when the first source is greater than the second and FALSE when the first is … Continue reading

Posted in Uncategorized

a>x

A function used in Logical Switches that compares selectable source “a” to a chosen constant “x” using ‘greater than’ as the comparator.  The function takes the value of TRUE when the value of the selected source is greater than the chosen constant and FALSE when the source is … Continue reading

Posted in Uncategorized

a<b

A function used in Logical Switches that compares selectable source “a” to a second selectable source “b” using ‘Less Than’ as the comparator.  The function takes the value of TRUE when the first source is smaller than the second and FALSE when the first is greater … Continue reading

Posted in Uncategorized

a<x

A function used in Logical Switches that compares selectable source “a” to a chosen constant “x” using ‘less than’ as the comparator.  The function takes the value of TRUE when the value of the selected source is less than the chosen constant and FALSE when the source … Continue reading

Posted in Uncategorized