Main Content

GEQ

Greater Than or Equal To

  • GEQ block

Libraries:

Description

The GEQ block implements the GEQ instruction. When the rung conditions are true,the block verifies whether the value at source A is greater than or equal to the value at source B.

Ports

Input

expand all

Controls the execution of the block. EnableIn reflects the rung state preceding the block. If the rung state preceding the block is false, EnableIn is false, the block does not execute and the outputs are not updated.

Value to test against srcB.

Data Types: int8 | int16 | int32 | single

Value to test against srcA.

Data Types: int8 | int16 | int32 | single

Output

expand all

If the EnableIn input to the block is false, the logic implemented by the block is not executed and EnableOut signal is set to false. If EnableIn is true, EnableOut signal is set to true, if srcA is greater than or equal to srcb.

Version History

Introduced in R2019a

See Also

| | | |