07-25-2012 10:41 AM
these VIs are from the example in LV
07-25-2012 12:46 PM
moonm,
I'm guessing that typedefd control named 901x DMA FPGA Reference.ctl is not properly referenced to the FPGA.
07-26-2012 09:04 AM
Hi
I don't understand your response
Can you explain more
regards
07-26-2012 12:05 PM
When you run a cRIO in FPGA or Hybrid mode, you have two vi's running. One ( Host ) runs on the real time OS. The second ( Target ) runs on the FPGA. The 'Host' needs a reference to the 'Target' vi.
This example project was set up with 901x DMA FPGA Reference.ctl as a typedefd custom control referenced to the 'Target' vi running on the example FPGA. You need to open up 901x DMA FPGA Reference.ctl and make sure that it is reference to your 'Target' vi.
07-26-2012 01:06 PM
These files in my project i moved them from the example that ships with LV to my project.
When i open the 901x DMA FPGA Reference.ctl how can i make sure that it is reference to my 'Target' vi ??
07-26-2012 01:48 PM
'Right Click' on the reference and select 'Configure FPGA Reference'.
07-29-2012 08:19 AM
Hi
I open up 901x DMA FPGA Reference.ctl and it is reference to my 'Target' vi.
07-29-2012 09:00 AM
For example, when i open the "Serial Loopback DMA (Host).vi" in my project :
07-29-2012 09:05 AM
I have this errors list when i want to run :
07-30-2012 07:07 AM
Did you recompile you FPGA target vi after you moved things around?