01-15-2018 08:30 AM
Hi Naama,
So without the filter I have 2 problams:
1) error 200272- which I don't know how to solve (increase buffer size et cetera)
Error 200272 is about the sample rate being too low…
2) I don't know why it only do one cycle of analog output (hence the sine wave at the frequency 20KHz)
Did you examine the DAQmx example VIs explaining how to output an analog output signal with regeneration? Does that example VI work for you?
01-15-2018 08:47 AM
Hi GerdW
Error 200272 is about the sample rate being too low…too low? but my analog output signal is 20KHz, and my sampling is 100KHz. It's 5 time bigger. My error is 200279
Did you examine the DAQmx example VIs explaining how to output an analog output signal with regeneration? Does that example VI work for you?It didn't work this is why I have modified the VI.
01-18-2018 11:20 AM
I think I have solved the first problem, but now the problem is that the data is new all the time in the graph and I want the data to display continually.
any thoughts?
thanks in advanced,
Naama.
01-18-2018 11:29 AM
and the attached VI
it says no filter but it is with filter
01-19-2018 01:00 AM
Hi Naama,
data is new all the time in the graph and I want the data to display continually.
A graph only shows the data coming with the wire - it has no in-built history buffer (in contrast to a chart)!
When you need this history you should either use a chart or built your own history buffer with a shift register…
01-19-2018 03:38 AM
Hi GredW,
thank you very much for your response.
I have tried to put a chart but it showed me the same results.
please if you can elaborate on the shift register and creating a buffer (I am new in labview so anything will help).
I read about queue and the producer consumer and I have tried to do a VI with that, but it also showed the same results.
I have attached the file.
thanks in advanced,
Naama.
01-19-2018 04:04 AM
01-19-2018 04:35 AM
Hi GredW,
I will try this....
thank you so much!!!!!!
Naama