04-09-2016 10:58 AM
Hello,
I received this kind of error :Error -20309 occurred at Amplitude and Level Measurements->practice.vi
(waveform index 0 of 1). Possible reason(s): Analysis: The amplitude of the waveform is zero, so the histogram method cannot be used.
I'm connecting the amplitude and level measurements to a waveform chart. and i received this kind of error. Please help to solve this kind of problem.
Thank you
04-09-2016 11:17 AM
We need to see code to help you debug this.
04-09-2016 04:59 PM
When you attach code, attach the VI itself. We need to be able to open your code in LabVIEW and try it out.
Bob Schor
03-28-2017 03:08 AM
03-28-2017 03:09 AM
hey guys please help me to get out of this error
i searched @ this but didnt get any clue.
please
03-28-2017 03:34 AM - edited 03-28-2017 03:36 AM
Hi guy,
the amplitude of the waveform is zero and so the histogram function cannot work as expected.
Solution: set an amplitude larger than zero…
(As long as you don't provide your VI you will not get much more help. Remember: we cannot edit or run images using LabVIEW!)
03-28-2017 04:58 AM
hey GerdW ,
i have attached vi and i have set amplitude 1
03-28-2017 05:53 AM
A full period of a 2 Hz signal is 500 msec. In the "Configure Simulate Signal", you specified 100 samples at 1000 samples per second. That's only 100 msec of data. There is not enough data to analyze the waveform.
As a minimum set (Num Samples) / (Samples per sec) to be greater that 500 milliseconds
04-06-2017 09:57 AM - edited 04-06-2017 09:58 AM
Please help me with the same error.
I have attached the VI.
I'm trying to calculate the frequency and RPM through a digital encoder using arduino.
Also tell me whether i need to read the digital pulse or analog output from the encoder as it has both options.
04-06-2017 10:11 AM
We can't run your code because we don't have your Arduino device to provide us with data.
But I do see something obvious. Your subVI provides exactly 1 data point and puts that into the Timing Express VI. So what is the frequency of a single value?
As you can see from the messages above yours, you need a sufficient number of samples for that VI to work.