beautypg.com

1772-6.8.3, 13 - shift register instructions, 13ć1, Shift register instructions – Rockwell Automation 1772-LP3 PLC - 2/30 Programmable Controller Programming and Operations Manual User Manual

Page 244: 0 general

background image

Chapter

13

13Ć1

Shift Register Instructions

The file shift instructions are:

Shift File Up
Shift File Down
FIFO

Load

FIFO

Unload

The first two output instructions are used to construct synchronous word
shift registers from 1 to 999 words long (Figure 13.1). Upon false-true
transition of rung decision, the data from input word will be shifted into
the file, and the data in the last/first word of the file will be shifted
up/down into the output word.

Figure 13.1

Example of a 64 Word SHIFT FILE UP/DOWN Register Starting at

Word 400

8

400

477

120

Input Addr

500

Output Addr

Shift Up

Shift Up

400

477

500

Output Addr

120

Input Addr

Shift Down

Shift Down

(A.)

(B.)

Shift up and shift down imply motion toward higher and

lower numbered data table addresses respectively.

13.0
General