01-04-2016 04:44 AM
Hi All
I am doing a simple estimation program which tracks certain signals, I am using cRIO 9024 and I put some feedback nodes and some arithmatic operations in simple while loops with case selection. I am not able to compile the program since many error messages says the following:
Wire: type not supported in the current target
Attached is the VI model .... Thanks for your help
01-04-2016 06:39 AM
FPGA code does not allow for Double Precision Floating Point numbers (DBL). Change the initial condition constants to be either I16 or to match your fixed point data type.