11-11-2009 11:51 AM - edited 11-11-2009 11:54 AM
I want to create a project to merging real time and fpga. I am able to create the hybrid project. I have three modules (NI 9239,NI 9269, and NI 9403). I want to read the analog input using real time through the module 9239 and then put analog output through 9269 using fpga. Is it possible? Though I can place those channels on my VI connecting them gives error.
Please let me know how to approach this.
11-12-2009 12:22 AM
11-12-2009 08:37 AM
Hi Mehring,
What you are trying to do is definitely possible, but you need to have separate VIs for the RT part and the FPGA part. It all depends on where you place the VI in your project. If you put the VI directly under the cRIO controller, it is an RT VI. If you place the VI directly under the FPGA target, it will be an FPGA VI. Those two things can't go together directly. However, in your real time VI you can still access the FPGA by using FPGA reference VIs. These VIs call controls and indicators that you have set up in your FPGA VI.
Nick Keel
Applications Engineering
National Instruments