LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to do this better?

Hello!

We had this question before but noone answered so we make this VI a bit smaller... the problem is how we can do this in a better way? Any suggestions? The purpose is to use this together with a waveform chart. The problem is that we want to be able to set the measure-time before we start the measurement. So any tip or suggestion would be nice. Thank you and best regards.
0 Kudos
Message 1 of 3
(2,317 Views)
Hello Ex-jobb,

I just included another while loop with a "Start" button. Now you can set all values as you need and start the measurement afterwards.

Hope this helps,
GerdW
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,312 Views)
Hello GerdW!

Thank you for your help! We only need to read the buffersize, frequency for samples and measuretime once. That is why we did not have a while-loop from the beginning. Is there possible to solve this problem in another way? Do you have any tip? If one for example set measuretime 1.5 seconds we get 2 seconds because of the following chart could not handle float-numbers. But this is the solution that we have done so far... Then we get a delay in the system because of this problem...

Thank you again for your help! Best regards.
0 Kudos
Message 3 of 3
(2,306 Views)