logic_compare is an existing point entity available with all versions of Mapbase.

Compares an input value to another value. If the input value is less than the compare value, the OnLessThan output is fired with the input value. If the input value is equal to the compare value, the OnEqualTo output is fired with the input value. If the input value is greater than the compare value, the OnGreaterThan output is fired with the input value.



Inputs

- SetCompareValueCompare <string>
Sets the compare value and performs the comparison.

Outputs

- OnGreaterThanOrEqualTo <string>
Fired when the input value is greater than or equal to the compare value. Sends the input value as data.
- OnLessThanOrEqualTo <string>
Fired when the input value is greater than or equal to the compare value. Sends the input value as data.