05-12-2016 08:43 AM
Hello,
I would like to read a TTL signal using a NI9205 ADC.I've tried different way but no success.
I'm looking for tracks.
Thank you
05-12-2016 09:00 AM - edited 05-12-2016 09:03 AM
Hi gustutu,
your 9205 module is able to read voltage signals, so you just read your TTL signal as voltage.
You should get values of <0.8V (LOW) and >2.4V (HIGH). To get boolean values you just compare your voltage signal with a threshold value of 2.0V…
05-12-2016 09:43 AM
Ok but at the end i have a loop with a value wich is 0 or 1 but i have to detect the frequency of the signal.
05-12-2016 09:49 AM
Hi gustutu,
but at the end i have a loop with a value wich is 0 or 1 but i have to detect the frequency of the signal.
Don't know what kind of loop you have and why you only have one (1) value of TRUE/FALSE.
Source code (aka an attached VI) would be helpful here…
You should read more samples with a higher samplerate - obey Nyquist when you want to determine frequencies!
05-12-2016 10:09 AM
voila
05-12-2016 10:17 AM
05-12-2016 10:31 AM
i 'v already tried with this multisample but this ****** vi stop the programm if the signal is 0
05-12-2016 01:15 PM