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.

Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Photon Count on LabVIEW FPGA

That's a little bit trickier. One way to do it would be to record the current iteration count every time there's an event. There's potentially many many events so you'll have to buffer the data using a FIFO

 

Record Event FPGA 3.png

Then you can get an array of all the tick counts at the host:

 

 

Record Event Host 3.png

 

 

 

 

0 Kudos
Message 11 of 13
(849 Views)

Thank you so much for your help! I really appreciate it. 

0 Kudos
Message 12 of 13
(836 Views)

You might want to mark the thread as "answered" so that others performing similar searches or browsing the forums know if this thread has an "answer" or to ignore it because it's already solved.

0 Kudos
Message 13 of 13
(827 Views)