Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

It will execute a child node depending on the current input value. Only works with two child nodes.

Success: When the current child node returns Success

Failure: When the current child node returns Failure

Running: When the current child node returns Running.



Attributes


Attributes
Type
Description
lockAgentboolIf on, ensures no data on the agent is written simultaneously by nodes that have this option active.
invertboolIf on, the result value of the comparison is inverted.
thresholddoubleAn error threshold to use for the comparison.
value1anyFirst value to compare.
value2anySecond value to compare.
checkTypeintThe method used for comparison: 0 (Equal), 1 (Greater), 2 (Less), 3 (Greater or Equal), 4 (Less or Equal)