10-15-2024 07:06 PM
10-15-2024 07:55 PM
Please post your code (preferably in 2020 or earlier), or we won't know what the problem is in your configuration.
I believe you are using the same Samples to Read and the Rate (Hz) (see DAQ Assistant-Setting the Sample Rate and Samples to Read), and writing to a waveform graph. The DAQ Assistant returns the data and overwrites the waveform graph every second.
10-16-2024 10:45 AM
10-16-2024 10:50 AM - edited 10-16-2024 10:57 AM
I am trying to use labview to monitor and data log fatigue test. I expect to get total cycle number during the test. But it can only get cycle number in 1 second. Could you help me figure it out? Thanks and look forward to your advice. My labview version is 15.
10-16-2024 06:24 PM
So you are using the same value for both Samples to Read and the Rate (Hz)
As I have explained earlier, reduce the Samples to Read to return the data faster. For example, if you want to update your graph every 0.1s, set Samples to Read to 1/10 of the Rate.
If you want to keep all the history data, use Waveform Chart instead. See What Is the Difference between Waveform Graphs and Waveform Charts in LabVIEW?
10-17-2024 03:03 PM
But my purpose is to count total cycle number during fatigue test which may last a few days. If setup is: samples to read:256; rate 25.6 hz, labview will get data and calculate data at 10s interval. For cycle number, is there any way to accumulate numbers of each 10s. Here is vi file. Thanks