LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a function to record time stamp with user input?

Hello all,

 

I am new to Labview. I have a question regard a particular function that I hope Labview can do and hope someone can help me out.

 

Our group started to use Labview about two years ago. We use it to record a counter every second. We challenge our sample with chemicals and record the changes in real time. We have been recording the event (chemical flow start and end) time manually. But I think that Labview should be able to record it if we input by clicking a button to indicate when to record a time stamp. Is there a way to do that? I hope I explained our situation and purposes clearly.

 

Any help is much appreciated.

 

By the way, our LabView is 2010 version.

 

0 Kudos
Message 1 of 3
(2,670 Views)

If you are reacting to a button press, you want to use an event structure.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(2,666 Views)

Use an event structure that handles the value changed event of your start button.
In this structure you might place a "Get Date/Time In Seconds" functions. This will give you the time stamp at the time you start your test.

0 Kudos
Message 3 of 3
(2,639 Views)