03-03-2014 02:26 AM
Hi all,
is there some procedure to execute signal processing vi in fpga module,
(( actually i am confused because when i am reading the related articles it shows that i have to
use the vi from host computer, so if i follow this procedure what will be the feature of the fpga compare
to the data aquisition modules??))
thank you
04-08-2014 09:16 PM
there are two things
if you are using crio then each module which you connect is control via fpga i.e you wirte a vi in fpga where you can access these harware modules like DIO analog to digital , digital to analog. you take your measurement what ever you want to do on this. if you want to display that data on your PC or HMI then you transfer that measured data from fpga to RT or you r PC. your PC or RT CAN NOT DIRECTLY ACCESS YOU NI HARDWARE MODULES (IF YOU HAVE CRIO) BUT ONLY THROUGH FPGA.
i hope this helps you