LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Generation of a TTL signal and a ramp-shaped signal, and independent acquisition of both

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.

0 Kudos
Message 1 of 3
(200 Views)
Spoiler
I FORGOT THIS ONE
0 Kudos
Message 2 of 3
(162 Views)

@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.

0 Kudos
Message 3 of 3
(120 Views)