Omron SYSMAC CS Series Instruction & Reference Manual page 548

Hide thumbs Also See for SYSMAC CS Series:
Table of Contents

Advertisement

3. Instructions
Flags
Name
Error Flag
Equals Flag
Negative Flag
Function
MAXD(178) searches the range of memory from R1 to R1+(4W-1) for the maximum double-precision
floating-point value (64-bit according to IEEE 754) in the range and outputs that maximum value to D to
D+3.
When bit 14 of C+1 has been set to 1, MAXD(178) writes the PLC memory address of the lower word of
the words containing the maximum value to IR0. (If two or more double words within the range contain
the same maximum value, the address of lower word of the first double word containing the maximum
value is written to IR0.)
Hint
Refer to the description of MAXL(174) for information on saving and restoring values in Index Registers
and information on background processing.
Example Programming
When CIO 0.00 turns ON in the following example, a table of four double-precision floating-point values
starting at D0 is searched for the maximum value.
The maximum value is stored in W0 to W3.
514
Label
P_ER
• ON if the length of the table specified in C (bits 00 to 15) is not between 0001 and FFFF hex.
• ON if the table data is nonnumeric.
• OFF in all other cases.
P_EQ
• ON if the maximum value is 0.
• OFF in all other cases.
P_N
• ON if the maximum value is negative.
• OFF in all other cases.
PLC memory address
R1
R1+1
R1+2
R1+3
Lowest 16 bits of A
Lower 16 bits of A
Upper 16 bits of A
Highest 16 bits of A
R1+ (4W−4)
R1+ (4W−3)
R1+ (4W−2)
R1+ (4W−1)
0.00
MAXD
#00000004
D0
W0
D3-D0
+9.18
D7-D4
-3000.0
D11-D8
+10000.0
D15-D12
-12.15
Operation
C
W
m
W × 4 words (W = bits 00 to 15 of C)
Lowest 16 bits of A
D
D+1
Lower 16 bits of A
D+2
Upper 16 bits of A
D+3
Highest 16 bits of A
IR0
m
Table length: 4
PLC memory address not output to IR0
Maximum value
W3-W0
+10000.0
CS/CJ/NSJ Series Instructions Reference Manual (W474)

Advertisement

Table of Contents
loading

Table of Contents