LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Get waveform value at specific time

Hi ,I have an analog waveform and I would like to read the value at a specific time. ( Let's say 12s from start) . Is there any function that can directly do it for me instead of working on timestamps and dt 

Thanks

0 Kudos
Message 1 of 5
(3,477 Views)

There's always "Wait (ms)".

 

Cameron

 

To err is human, but to really foul it up requires a computer.
The optimist believes we are in the best of all possible worlds - the pessimist fears this is true.
Profanity is the one language all programmers know best.
An expert is someone who has made all the possible mistakes.

To learn something about LabVIEW at no extra cost, work the online LabVIEW tutorial(s):

LabVIEW Unit 1 - Getting Started</ a>
Learn to Use LabVIEW with MyDAQ</ a>
0 Kudos
Message 2 of 5
(3,472 Views)

@camerond wrote:

There's always "Wait (ms)".


I assume the OP is looking for something similar to "index array" but with a time input instead of an index and a waveform instead of an array.

 

I think you need to make your own. Should be simple enough. 😉

0 Kudos
Message 3 of 5
(3,463 Views)

How about WDT Get XY Value DBL?

Message 4 of 5
(3,461 Views)

@tintin_99 wrote:

How about WDT Get XY Value DBL?


That should do it. Set Y position format to "relative time". (of course if you look inside, all it does is what the OP is already doing) 😄

 

(Personally, I would actually implement interpolation in case the exact time point is not available...)

0 Kudos
Message 5 of 5
(3,455 Views)