Shift Register

Delay of digital pulses

Table of Contents


Inputs

AbbreviationSummaryDescriptionValue Range
TrTriggerWith each pulse the value of (D) is stored and the register contents are shifted.0/1
DDataData input of shift register0/1
DirShift directionShift direction of the shift register0/1




Outputs

AbbreviationDescriptionValue Range
OOutput0/1




Parameters

AbbreviationSummaryValue RangeDefault Value
RbRegister bit8



Basic Programming

For each pulse at (Tr), the value of the data input (D) is stored in accordance with the shift direction (Dir) and the register contents are shifted in the corresponding direction beforehand. Parameter (Rb) is used to select the register bit whose value is passed on to the output (O).