Data transfer within the PLC
848
Part III FP Instructions
F150_READ
Data read from intelligent units
This instruction also exists as a P instruction (for FP2/2SH, FP3/5, FP10/10SH PLC types), which
is only executed at the rising edge of the EN trigger. Select [Insert P instruction] from the
"Instructions" pane if you require a P instruction. To facilitate reuse, the instruction then appears
under "Recently used" in the pop-up menu. Press <Ctrl>+<Shift>+<v> within the programming
area to open the list of recently used elements.
The n words of the data stored in the shared memory of the intelligent unit/board specified by s1
are read from the address specified by s2, and are stored in the area specified by d of the CPU.
The number of variable arguments at the inputs is limited by the available index registers of the
PLC.
Specifying s1
Intelligent unit without bank
Specify the slot number in which the target intelligent unit has been installed.
16#00
s1
Upper byte
Lower byte
Slot No.: 16#00 to 16#1F
Intelligent unit with bank
Specify the slot number (hex. constant) in which the target intelligent unit has been installed, and
the bank number (hex. constant).
s1
Upper byte
Lower byte
Slot No.: 16#00 to 16#1F
Bank No.: 16#00 to 16#FF
Reference: Intelligent unit with bank
Name Order Number
FP3 expansion data memory
unit
AFP32091
AFP32092
FP expansion data memory
unit
AFPG201
PLC types
Availability of F150_READ (see page 1321)
Description
Reads data from the shared memory in an intelligent module.