734
Table Data Processing Instructions Section 3-17
Related Memory Area
Words
Flags
Precautions When bit 15 of C+1 has been set to 1, the data within the range is treated as
signed binary data and hexadecimal values 8000 to FFFF are considered
negative. Thus, the results of the search will differ depending on the data-type
setting.
If background execution is enabled in the PLC Setup, the PLC memory
address of the word containing the minimum value will be output to Auxiliary
Area words A595 and A596 instead of IR00.
Examples When CIO 000000 turns ON in the following example, MIN(183) searches the
10-word range beginning at D00200 for the minimum value. The minimum
value is written to D00300 and the PLC memory address of the word contain-
ing the minimum value is written to IR00.
Name Address Operation
IR00 Output for
Background Execution
A595 and
A596
When an index register is specified as the out-
put for an instruction processed in the back-
ground, A595 and A596 receive the output
instead of IR00.
(A595 contains the rightmost digits, and A596
contains the leftmost digits.)
ER/AER Flag for
Background Execution
A39510 This flag is turned ON if an error or illegal
access occurs during background execution.
Name Label Operation
Error Flag ER ON if the content of C is not within the specified range of
0001 through FFFF.
ON if the Communications Port Enabled Flag for the com-
munications port number specified as the Com Port num-
ber for Background Execution is OFF when background
processing is specified.
OFF in all other cases.
Equals Flag = ON if the minimum value is 0000.
OFF in all other cases.
Negative Flag N ON if bit 15 is ON in the word containing the minimum
value.
OFF in all other cases.