04-10-2010 04:12 AM
04-15-2010 03:45 PM
Bikash,
I don't believe floating point numbers were supported in FPGA in Labview 7.1. Fixed point datatype was introduced in Labview 8.5 to deal with the problem (see FPGA fixed point library), but if you're set on using 7.1, you'll be constrained to doing only integer math on the FPGA. What you can do is acquire raw (integer) data on the FPGA, send it to the host (PC or RT), and convert to a floating point number.
Cheers,