2 Instruction Descriptions
2-112
NJ-series Instructions Reference Manual (W502)
AryCmpLTV, AryCmpLEV,
AryCmpGTV, and AryCmpGEV
These instructions compare a value to the values of the elements of an array.
AryCmpLTV: Performs a less than comparison.
AryCmpLEV: Performs a less than or equal comparison.
AryCmpGTV: Performs a greater than comparison.
AryCmpGEV: Performs a greater than or equal comparison.
Instruction Name FB/FUN Graphic expression ST expression
AryCmpLTV Array Value Com-
parison Less Than
FUN AryCmpLTV(In1, In2, Size,
AryOut);
AryCmpLEV Array Value Com-
parison Less Than
Or Equal
FUN AryCmpLEV(In1, In2, Size,
AryOut);
AryCmpGTV Array Value Com-
parison Greater
Than
FUN AryCmpGTV(In1, In2, Size,
AryOut);
AryCmpGEV Array Value Com-
parison Greater
Than Or Equal
FUN AryCmpGEV(In1, In2, Size,
AryOut);
(@)AryCmpLTV
EN ENO
In1 Out
In2
Size
AryOut
(@)AryCmpLEV
EN ENO
In1 Out
In2
Size
AryOut
(@)AryCmpGTV
EN ENO
In1 Out
In2
Size
AryOut
(@)AryCmpGEV
EN ENO
In1 Out
In2
Size
AryOut