06-12-2008 07:32 PM
06-15-2008 11:09 PM
Hi Thomas,
It sounds like your code compiles with the modified PID VI until you add a FIFO, correct? How many FIFOs are you using? Could you post the current version of your code, or at least the main VI with the FIFO added?
06-16-2008 04:53 PM - edited 06-16-2008 04:56 PM
06-17-2008 04:14 PM
Hi Thomas,
I'm glad to hear that you have a working application now. Thanks for sharing your solution!
06-25-2008 06:13 PM
06-30-2008 10:14 AM
Hi Thomas,
It looks like you are already using the Join Numbers function, which is useful to efficiently transfer data in 32-bit blocks. Then, generally, it is a matter of writing the data to the FIFO and knowing the order when reading on the RT Host side. If the data is stored in an array, you can use an auto-indexed for loop to write each element to the FIFO. Otherwise, write the data in the same order each time or else you can check the header to determine the channel once the data is read.