06-28-2013 10:51 AM
Hello, and thank you in advance for responding.
Using the FPGA platform, we are aquiring data from a CAN module that is producing a 32-bit binary data type. We need to use a IEEE 754 converter to write a decimal number to our RT vi.
When looking at our front panel.... our current FPGA is outputting the "decimal" value to our RT vi. However, the IEEE 754 conversion of either the Hex or Binary number shown on the front panel should yield a decimal value of 3935, and we are getting a decimal value of 1165357056.
We have tried, unsuccessfully, in our RT vi to use a IEEE 754 converter but our FPGA is outputting the incorrect decimal number through our FIFO to our RT vi. Any suggestions? We would like to be able to write this code using the FPGA side of our program, but are unsure how to make this happen. Any help to this regard would be greatly appreciated. -Thank you
11-21-2016 02:01 PM