@cfarmer wrote:
Ulf,
Are you using a localized (non-english) version of LabVIEW?
Chris
Hi Chris!
No, I'm not using localized version of LabVIEW. The error is however found! For some reason, the compiler doesn't like that you change the VI-Server options in LabVIEW. "Exported VIs"-list have to be blank. The strange thing is that the compiler works fine, as long as there are no FIFOs or "Saturation"-VIs in the code.
//Ulf
ps. Have you noticed that "complex" data structures behaves strangley in the FPGA code? For instance, I had the "calibration"-cluster inside a cluster together with a boolean indicator(see below).
LSB Weight
Offset
<\Calibration>
CalibrationReady
<\Cluster>
It didn't work so good... It wasn't updated with the values. When I removed the "outer" cluster, everything works fine. Seems like LabVIEW-FPGA have some bugs...
ds.