Rockwell Automation 1772-LV Mini-PLC - 2/15 Programmable Controller (Series B) Programming and Operations User Manual
Page 85

Advanced Instruction Set
Chapter 6
6Ć28
Word to File Move
Symbol: FILE 11
Purpose: Duplicates and transfers the data of a word from the data table to a
specified word within a file.
Syntax: Programmed as an output instruction; requires 4 words of the user
program area.
Function: Your program must externally index the counter.
When the rung goes:
True
Data from a designated word address in the data table is transferred to the
selected position in the file.
False
No action is taken.
File to Word Move
Symbol: FILE 12
Purpose: Duplicates and transfers the data of a word within your designated
file to a specified word elsewhere in the data table.
Syntax: Programmed as an output instruction; requires 4 words of the user
program area.
Function: Your program must externally index the counter. When the rung
becomes:
True
The data of a word is transferred from your file to your designated word
address.
False
No action is taken