LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"time from cursor"

I am using LV 7 and using the cursors to get elapsed time but I now need to display the elapsed time between the cursor and the latest data point.  Essentially I want to display the elapsed time after the data moves to the right of the cursor.  When the cursor is moved the elapsed time is recalculated.  The elapsed time should not exceed 120 seconds.  When the pre-established time is reached I will write to a digital output.

Raymond
0 Kudos
Message 1 of 2
(2,511 Views)

Raymond,

You can use the "Cursor Position" property node to figure out where your cursor is.  Just set the "Active Cursor" property to 0 (assuming you just have 1 cursor) and then you will be able ot read from the "Cursor Position" property.

-Justin D

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