LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

time resolved signal

I would like to know how I can get time resolved signal. For example during 10 ms, 1s, 1min…..

Like this (see Graphic1 )

I'm attaching an example. This example shows how to get one point every other 1 ms during 10 times.

But I want get value continuously during 10ms.

Please explain me how I can do it
Download All
0 Kudos
Message 1 of 2
(2,489 Views)

Hello s.koroidov

 

I'm not really sure what you are after, it's not really clear from the graph you posted. If you want to do the same thing as in your example, but continiously and at 10 ms just replace the for loop with a while loop adn replace the 1 ms input to the wait until next millisecond multiple to 10 or a control so you can change it at runtime. You could also change you architechture to a state machine or action engine, which are more adaptable architechtures. Are you looking to use hardware with your code, auquiring data? In that case you can also use the hardware clock in the instrument decide the dt between samples. Let me know what you are after.

 

Best Regards

 

David

NISW

0 Kudos
Message 2 of 2
(2,412 Views)