Chapter 5. Function Block Diagram (FBD)
244 PACSystems* RX7i, RX3i and RSTi-EP CPU Programmer's Reference Manual GFK-2950C
5.5 Comparison Functions
Comparison functions compare two values of the same data type or determine whether a number
lies within a specified range. The original values are unaffected.
Compare. Compares two numbers, IN1 and IN2.
For details, refer to Relational Functions in Chapter 4.
Equal. Tests two numbers for equality.
For details, refer to Comparison Functions.
Greater Than or Equal. Tests whether one number is greater than or equal to another.
For details, refer to Comparison Functions.
Greater Than. Tests whether one number is greater than another.
For details, refer to Comparison Functions.
Less Than or Equal. Tests whether one number is less than or equal to another.
For details, refer to Comparison Functions.
Less Than. Tests whether one number is less than another.
For details, refer to Comparison Functions.
Not Equal. Tests whether two numbers are not equal.
For details, refer to Comparison Functions.