E_BA_CompareMode
The enumeration type variable is used to display and classify comparison results.
Syntax
TYPE E_BA_CompareMode :
(
  Invalid           := 0,
  eLower            := 1,
  eLowerOrEqual     := 2,
  eEqual            := 3,
  eNotEqual         := 4,
  eHigherOrEqual    := 5,
  eHigher           := 6
) BYTE;
END_TYPE| Name | Description | 
|---|---|
| Invalid | No significance for the user. | 
| eLower | The comparison value is smaller. | 
| eLowerOrEqual | The comparison value is less than or equal to. | 
| eEqual | The comparison value is the same. | 
| eNotEqual | The comparison value is not the same. | 
| eHigherOrEqual | The comparison value is greater than or equal to. | 
| eHigher | The comparison value is larger. | 
Requirements
| Development environment | Required PLC library | 
|---|---|
| TwinCAT 3.1 4024.35 | Tc3_BA2_Common from V2.1.20.0 |