02-17-2009 11:42 AM
Hi,
I'm in the phase of choosing an FPGA to use in programming some DSP modules. The thing is that while I'm reading about the different technologies to be used, I find it difficult to know how will these devices be connected to my PC and programmed. For example, when using R series intelligent DAQs, do I have to get a compact RIO as well , or can I get a PCI-bus R - DAQ and connect it to the PC.
Some clarification of how to use each of these devices will be appreciated.
Thanks,
Walid
02-17-2009 12:22 PM
02-18-2009 11:55 AM
Just to elaborate on what Venkatesh said
With a compact RIO you will connect your PC to the RIO using Ethernet, direct through a cross over or through a network hub.
A PCI R series card, just plugs straight into your Windows computer PCI slot.
A PXI card will plug into a PXI chassis and will give you one of 2 programming options
1. If you have a PXI system controller running Windows XP with the appropriate drivers and version of LV you can program the FPGA directly in the PXI chassis
2. You can connect to the PXI chassis through Ethernet and program the FPGA from there.
Compiling and deploying your program will work the same no matter what connection you use.
-Hunter