Utility Agent
Overview
Utility Agent are used to check conditional operations with a given inputs. These blocks returns 1 when the condition is true and 0 when false.
Equals To
Less than
Greater than
Equal To
Less Than
![]()
This block is used to check whether given input1 is less than input 2.
Inputs and Outputs Name
Description
In1 – Value 1
Input 1
In2 – Value 2
Input 2
Out – Output
1 when In1 is less than In2 and 0 if not.
Greater Than
![]()
This block is used to check whether given input1 is greater than input 2.
Inputs and Outputs Name
Description
In1 – Value 1
Input 1
In2 – Value 2
Input 2
Out – Output
1 when In1 is greater than In2 and 0 if not.