Comparison Operations

PLCopen motion icon

These are the standard operators and blocks that perform comparisons:

Operator

Description

<   LT

Less than

<=   LE

Less than or equal to

<> NE

Not equal to

EQ  =

Is equal to

GT  >

Greater than

GE >=

Greater than or equal to

CMP

Detailed comparison