Hi!
I'm developping an application with a cRIO 9004. In that application I need to implement communication between the Host (my PC) and the FPGA and also between the target (cRIO) and the FPGA.
As I opened a reference to the FPGA VI in the Host VI, i tried to send it to the target using a shared variable (variant)... But it produces an error (code 42) and the reference is not sent to the target VI...
How to send that reference?
Is there any other way to access to the FPGA code from the embedded target ?
thanks !