Shift Register - Siemens LOGO! Manual

Hide thumbs Also See for LOGO!:
Table of Contents

Advertisement

Let us assume you want to set 'Switch' (On).
1. Change to the editing mode: Confirm with OK (the cursor is now positioned on 'Off')
2. To change from 'Off' to 'On': Press
3. Confirm your entries with Press OK
4.4.25

Shift register

Short description
You can use the shift register function to read the value of an input and to shift its bits left or
right. The output value corresponds with the configured shift register bit. The shifting
direction can be changed at a special input.
Symbol in LOGO!
LOGO!
Manual, 10/2017, A5E01248535-AA
or
Wiring
Description
Input In
Input read at the start of the function.
Input Trg
A positive edge (0 to 1 transition) at input Trg (Trig-
ger) starts the special function. 1 to 0 transitions are
irrelevant.
Input Dir
The signal at input Dir determines the shifting direc-
tion for the shift register bits S1...S8:
Dir = 0: Shift up (S1 >> S8)
Dir = 1: Shift down (S8 >> S1)
Parameter
Shift register bit that determines the value at output
Q.
Possible settings: S1 ... S8
Retentivity:
/ = No retentivity
R = The status is retentive.
Output Q
The output value corresponds with the configured
shift register bit.
LOGO! functions
4.4 Special functions list - SF
191

Advertisement

Table of Contents
loading

Table of Contents