From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

.exe application

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.

0 Kudos
Message 1 of 3
(2,677 Views)

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.

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 3
(2,383 Views)

Have you invoked an open a reference to the fpga on the rt vi?

0 Kudos
Message 3 of 3
(2,363 Views)