04-28-2025 02:31 AM
The goal of my project is to generate a continuous TTL signal and acquire it using a VI that reads it continuously. In addition, I want to generate a ramp (or any other type of signal) over a specific duration and acquire this signal only during the time it is generated. This way, I capture only the signal itself, without any unwanted data.
Currently, I am using two NI DAQ 9263 modules — one for generating the TTL signal and the other for generating the ramp — along with an NI DAQ 9205 module for the acquisition.
My objective is to acquire and generate signals simultaneously when I press "Start".
However, the VI I am currently using, called "LectureVI," does not work properly when trying to read the ramp generation signal. It originally included some event handling components necessary for it to function, but since it wasn’t working correctly, I removed them. Of course, you are free to add them back in and try to make it work if you wish.
Does anyone have any ideas or suggestions to help me? Feel free to ask if you need any further details.
04-28-2025 04:00 AM
04-28-2025 06:57 PM
@MABADIE63 wrote:
However, the VI I am currently using, called "LectureVI," does not work properly when trying to read the ramp generation signal.
Feel free to ask if you need any further details.
Define "does not work properly".
Do you get errors? If so, which one(s)?
If there's no error, then what's wrong about your data?
Not having your exact hardware setup means it's quite difficult to get a handle on this.