719
Table Data Processing Instructions Section 3-17
Description SETR(635) stores the PLC memory address of the first word of the specified
record in the specified Index Register. The following diagram shows the basic
operation of SETR(635).
Flags
Precautions The record table must be defined in advance with DIM(631).
Valid record numbers range from 0 to NR–1, where NR is the number of
records specified when the table was defined with DIM(631).
Examples When CIO 000000 is ON in the following example, SETR(635) finds the PLC
memory address of the first word of record 3 of table number 10 and stores
this address in Index Register IR11.
Index Registers --- IR0 to IR15
Indirect addressing
using Index Registers
--- ,IR0 to ,IR15
–2048 to +2047 ,IR0 to –2048
to +2047 ,IR15
DR0 to DR15, IR0 to IR15
,IR0+(++) to ,IR15+(++)
,– (– –)IR0 to, – (– –)IR15
---
Area N R D
R
IR@
SETR(635) writes the PC memory address (m)
of the first word of record R to Index Register D.
PC memory
address
Table number (N)
Record
number (R)
Name Label Operation
Error Flag ER ON if the specified table number (N) has not been defined
with DIM(631).
ON if the specified record number (R) exceeds the high-
est record number in the table (NR–1).
OFF in all other cases.
R
to
Table number 10
Record number: 0
Record number 3
PC memory
address