216
5-25-2
FILE MEMORY WRITE – FILW(43)
N
: Number of transfer blocks (BCD)
IR, SR, AR, DM, HR, TC, LR, #
S
: Source beginning word
IR, SR, AR, DM, HR, TC, LR
Operand Data Areas
D
: First destination block (BCD)
IR, AR, DM, HR, TC, LR, #
Ladder Symbols
FILW(43)
N
S
D
@FILW(43)
N
S
D
D+(N–1) must be less than the largest block number provided by the File
Memory Unit (0999 or 1999).
When the execution condition is OFF, FILW(43) is not executed. When the
execution condition is ON, FILW(43) transfers the designated number of
blocks (N) from the designated PC memory area starting at S, to the File
Memory beginning at D. The data is transferred in 128-word blocks.
If the last block of the source transfer area does not have a full 128 words,
the unused words of the File Memory block will be empty.
D: #0005
LR 20
S: LR 20
LR 63
Block #5 (128 words)
#0000
PC Memory
File Memory
If a power failure occurs, transfer of the current block will be completed be-
fore operation is stopped.
Flags
ER:
File Memory Unit is not mounted.
N or D is not BCD.
D+(N–1) is greater than 999 or 1999.
Indirectly addressed DM word is non-existent. (Content of
*
DM word
is not BCD, or the DM area boundary has been exceeded.)
5-25-3
EXTERNAL PROGRAM READ – FILP(44)
BB
: Beginning data block
IR, AR, DM, HR, TC, LR, #
Ladder Symbols
Operand Data Areas
FILP(44)
BB
@FILP(44)
BB
Limitations
Description
Precautions
File Memory Instructions
Section 5-25