From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Shift Register Alternative

Solved!
Go to solution
Solution
Accepted by topic author endlessOranges

Capture.PNG

POC Code for doing this with Data Queue pt by pt

 

Note there is only 1 buffer alllocation for the data (Sort operates inplace)


"Should be" isn't "Is" -Jay
Message 11 of 13
(869 Views)

Maybe fixed size queue and Lossy Enqueue Element will work also. You can always get all elements in the queue with Get Queue Status.

I have no idea if this is faster than Data Queue Pt by Pt.

0 Kudos
Message 12 of 13
(869 Views)

Thank you! I worked with what you posted and tried tweaking things around to what I would want I seem to have the hang of it. The system is currently running so I can't implement it at the moment but I'll try later today or tomorrow morning and update whether I was successful. 

0 Kudos
Message 13 of 13
(850 Views)