LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

NI9375 labview project

Hi guys,

 

I am a newbie in the Labview FPGA world. I am working with a CRIO NI9157 chassis and am trying to integrate the module NI9375 in my project. Now, this module does not support execution in a single-cycle thread. The majority of my project code is already running in the single-cycle thread and this is something that should not be changed, I need the 40 MHz execution time.

So, in the project, outside of the 40 Mhz loop, I have created a while loop with a FALSE linked to the termination port of the loop. Within the while loop I call the DI of the NI9375 module and I write it's value into a FIFO. Then, in the single-cycle loop I read the data from the FIFO.

The FIFO mechanism is working because I have tried by toggling a button. My issue is, for some reason I am not able to read a signal from the NI9375 module.

Does anyone have experience with this module? Which method are you using to read data from it?

 

Thank you!

0 Kudos
Message 1 of 1
(1,498 Views)