LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Real-time Annotation

How do I incorporate real-time annotation to my siganls during the acquisition process? I am using LabVIEW 6i.
0 Kudos
Message 1 of 2
(2,717 Views)
Supposing you are using an acquisition card to read your signals and perform a multipoint acquisition, you can trust the daq card's clock to maintain the scan rate constant, so you can build an array of time values starting from the time you begin acquisition (as returned by the computer clock) and using the 'Actual scan rate' returned by AI Start.vi as an increment. Look into 'Get Waveform Time Array.vi' as an example.
Roberto


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,717 Views)