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: 

How to check number of elements available in RT FIFO?

Solved!
Go to solution

Hi,

 

    Without using READ FIFO function is there a way to check the number of elements in RT FIFO? I am looking a function like the get queue status function VI.

 

    Thanks a lot!

 

    Regards,

 

    Tom

0 Kudos
Message 1 of 4
(2,853 Views)
Solution
Accepted by topic author tom_z
Message 2 of 4
(2,850 Views)

I am having this exact question right now however the link to the document referenced does not give me access.  Is there a better link?

Wire Warrior

Behold the power of LabVIEW as my army of Roomba minions streaks across the floor!
0 Kudos
Message 3 of 4
(2,660 Views)

RT FIFO Read and Write functions have had a "# elements" output since LabVIEW 8.2.  You should be able to utilize that output to determine how many elements are left in the FIFO.  If you have a version of LabVIEW previous to LabVIEW 8.2, you can utilize the attached VI to determine how many elements are left.

 

Regards,

 

Keith M.

Applications Engineer

0 Kudos
Message 4 of 4
(2,649 Views)