LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sample Rate Question Using cRIO-9101 Chassis

Yes I actually figured it out on my own by converting the data from the fifo to a 2d array with 8 rows and 3 columns then using 2 for loops I separate them and run tests against each one. I am though having a little problem with getting the touchcreen to comunicate with the compact rio. someone pointed it out earlier that I would need to use a real time application to transfer the data. How exaclty would I go about doing that? Set up 3 more fifo's that the RT app uses?

0 Kudos
Message 11 of 12
(361 Views)

Good Afternoon,

 

Take a look at this tutorial.  Starting with the LabVIEW FPGA Tutorial section, it talks about how to set up the DMA FIFO and then how to bring that data in on the Real-Time side.  To create a Real-Time VI all you have to do is right click on your cRIO target in your LabVIEW Project and select New->VI.  Hope this helps!

 

-Cody C

0 Kudos
Message 12 of 12
(345 Views)