09-23-2016 01:45 PM
I want to start two codes on FPGA and Host VI exactly at the same time. It does not mean synchronization between them just start running at the same time. I need that to log some signals on the FPGA.
09-23-2016 06:44 PM
Can you explain what you are concerned about or what problems you are running into? Are you concerned with actually starting them at the same time or just making sure they start some specific section of code at the same time? If it's the latter, you can use interrupts on the FPGA and host VI to make sure they start at the same time.
https://zone.ni.com/reference/en-XX/help/371599H-01/lvfpgahosthelp/synchronizing_using_interrupts/
09-23-2016 09:02 PM
No, I just want to start at the same time once because FPGA sends some data and the host VI should receive them and log the data and I want not to miss any item.
09-23-2016 11:32 PM
Just have the host start the FPGA code.
09-24-2016 01:48 AM
09-24-2016 04:52 AM
You do not place the FPGA vi's on the host block diagram, you open a reference to the FPGA, and tell it to run the vi's.
Have you looked at this guide:
http://www.ni.com/compactriodevguide/
Else do that NOW.
It will tell you everything about how to make a program that works with FPGA targets.