Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

several compiler error like ufppushconst err, ufppushop err and ufpstore err

Hi guys

I'm working on a VI in LabVIEW RT which performs some operations on data dequeued from a FIFO enqueued by a LabVIEW FPGA VI; as soon as I try to deploy it to my target (NI cRIO) I get several compiler error through some pop-up windows:

 

ufppushconst err, fc=05F

tresh otc=ox5F

ufppushop err, 0x5F

ufpstore err, c=0x5F

 

I've never seen such things before: any tip on what should I pay attention to?

Thank you in advantage!

0 Kudos
Message 1 of 3
(3,903 Views)

Hello Giovasa,

 

are you sure you have already installed the right software on your PC and cRIO?

Do you have in your PC the Real Time and FPGA modules installed? The NI RIO is properly installed in your target? 

 

 

Antonios
0 Kudos
Message 2 of 3
(3,877 Views)

Hello A.V.

Thank you for your interest; eventually I figured out what was causing those errors: I put a monodimensional array of fxp as input into a "threshold 1d array" thinking that, if necessary, the data type would have been coerced; it didn't and it caused that compiler issue. I solved it by adding a "to dbl" converter.

 

Bye!

0 Kudos
Message 3 of 3
(3,873 Views)