04-22-2009 12:02 PM
I am using a PCI7530R series DAQ. I am running a simple labview FPGA program on that to generate PWM signal given an ON Time and a switching period which are my control inputs. I created an Lvbit file for the same and I am using a host program to do some floating point processing on the inputs to the FPGA. However, I am not able to pass any information from the host program.
I do not get any errors while I run the host interface, but I do not get the correct PWM pulse with the time period and the on time. I am not able to send data back and forth to the host program...I am hoping you can point me to the right direction.
Thanks in advance.
VA
04-22-2009 12:31 PM
04-22-2009 01:07 PM
Attaching my host program, host project, FPGA program, FPGA project and my lvbit file for your reference. Thanks in advance
VA
04-22-2009 01:20 PM
OK the first thing you need to know is that you don't need to have a project each for the host and the FPGA. You can combine them both in one project. Is there a reason you have seperated them into different projects? Also, run a simple program to test whether you are able to transfer the data correctly and maybe run another simple program to see if the FPGA is working as you want it to. I would recommend that you have a look at some tutorials that are available on NIs website and go through some of the examples in Example Finder. If you have any other questions, please post back.