LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What does a constant on a shift register do?

Does a constant on a shift register do anything? How does the constant effect the outcome?

0 Kudos
Message 1 of 3
(3,000 Views)
Well it initializes the shift register.
Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
0 Kudos
Message 2 of 3
(2,996 Views)

What is your definition of "on a shift register"? Can you show an image or attach a VI?

 

A shift register can be initialized with a constant to give it a starting value. The shift regsiter value can later change from within the code by wiring a new value to the right register.

If the initialization and the right shift register are both wired to the same constant, the shift register is not needed because the value never changes.

Message 3 of 3
(2,995 Views)