Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

The feedback node is not working and error message appears type not supported in the current targe

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

0 Kudos
Message 1 of 2
(3,984 Views)

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.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 2
(3,978 Views)