12-29-2015 01:07 PM
As you can make a .exe application with LabVIEW for the main host automatically start the RT and FPGA.
Real -time and make my application and compilation of FPGA , and when I start the application made in the main host starts but does not initialize the RT and FPGA.
Help me please.
11-22-2016
02:46 AM
- last edited on
06-22-2025
05:30 PM
by
Content Cleaner
For real-time you have to create a specific startup.exe and place it on the RT system.
Once you boot the RT system, it will automatically start this exe. The exe shall contain code to communicate with the host application and wait for commands.
Refer to 'reference architectures' (e.g. like this) in case you require more detailed information on how to implement a communication layer.
11-22-2016 10:08 AM - edited 11-22-2016 10:09 AM
Have you invoked an open a reference to the fpga on the rt vi?