06-20-2011 06:50 AM
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?
06-21-2011 01:15 PM
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