04-10-2012 05:16 PM
Hello all,
I am new to labview.
I want to measure the time of duration of the current that comes from the input of my DAQ input channel, and use this time to make decision.
How do I measure the the time duration?
Thanks!
Solved! Go to Solution.
04-10-2012 11:21 PM
@jue wrote:
Hello all,
I am new to labview.
I want to measure the time of duration of the current that comes from the input of my DAQ input channel, and use this time to make decision.
How do I measure the the time duration?
Thanks!
Be specific to your question do you want to measure the time duration of current? What does it mean please explain a bit more.
04-11-2012 10:13 AM
I have an on/off switch to control the current input to the DAQ. And I want to measure how long that switch stayed on, in other words, how much time did the current flow. And in Labview, I want use this time to be a variable to program. For example, if the time is >1s, x>y, if time <1s, x<y. How can I measure this time. Thanks!
04-11-2012 10:25 AM
If you are using DAQ in host you can take the system time (Elasped time). So when the switch goes high start the timer and stop it once it goes low.
Time in seconds indicator gives you the time interval between the switching action
Good luck
04-11-2012 10:29 AM
Thank you very much!
04-14-2012 04:34 PM
What should I do if I want to see the instant elasped time?
04-14-2012 09:45 PM
See the attached example.