05-19-2008 01:46 AM
05-19-2008 10:06 AM
05-20-2008 03:41 AM
05-21-2008 02:09 PM
It looks like you have the wrong data type on the FPGA. For example, your "Gains T" parameters on the FPGA is a U32, you type the Double to a I32 on the RT side, but on the FPGA side it's an U32. Basically you want to try and eleminate all the coersion dots (little red dots) on your read/write node in the RT. coersion dots mean the data types don't match. Also, you may want to connect up the error cluster on your read write nodes to make sure your not getting any errors.