ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Running an external code for fpga target

Hello,

 

     I want to run a dll file from a c++ code within the fpga target of a single board rio, but when i press the run button of the fpga vi (the vi which contains the call library function node) 5 target specific errors and warnings are displayed. The first error is Call Library Function Node 'Solar Position Algorithm.dll:spa_calculate': Node not supported in current target 

Please I want a solution for this error

 

thanks

0 Kudos
Message 1 of 4
(2,911 Views)

FPGAs don't run dlls.

0 Kudos
Message 2 of 4
(2,904 Views)
You cannot compile a dll into an fpga. Solution: write the algorithm in native labview fpga code, write it in vhdl anf use a clip node, or pass the data to windows and run the dll there.
0 Kudos
Message 3 of 4
(2,902 Views)

Hi,

 

  thank you for your reply

 

0 Kudos
Message 4 of 4
(2,885 Views)