01-21-2013 05:37 AM
Dear Sir,
I am working on project of designing a PI controller for a coupled tank process using LabVIEW. Now, I want to dump the same on code on FPGA I/O module and I want to use only FPGA and my process and make my entire system free of PC. How do I do that?
Thanking You,
Saruch Rathore
Solved! Go to Solution.
01-21-2013 06:55 AM
Once you have compiled your vi for your target you can follow this steps in order to launch it at boot:
http://digital.ni.com/public.nsf/allkb/BC513C2A0DC29C89862574BF0002B0B9
Regards,
Marco
01-21-2013 09:52 AM
Thank you for providing me the link.
But how do I compile the code? As explained in the link we have to just right click on the Build Specifications item and select New»Compilation. But in the LabVIEW version it is only showing option for source distribution.
I am using LabVIEW 8.6.
01-21-2013 09:52 AM
Thank you for providing me the link.
But how do I compile the code? As explained in the link we have to just right click on the Build Specifications item and select New»Compilation. But in the LabVIEW version it is only showing option for source distribution.
I am using LabVIEW 8.6.
01-21-2013 10:31 AM
If I remember correctly you should right click on the VI (placed under an FPGA target in the project explorer).
In the context menu there should be an item for compiling.
Regards,
Marco