![]() |
|
|
This VI is a binary FIFO or shift register
This example inlcudes two implementation. 'Shift Array.vi' is an function that takes a boolean array and shifts 1 element in and 1 element out each call. 'ShiftReg.vi' is an object that performs the same function as 'Shift Array.vi' but stores the register internally. Both VIs can be used inside a single-cycle timed-loop.
There are no comments on this document