LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

create FPGA stand alone .exe app on host Win10 for myRIO-1900

Solved!
Go to solution

We have a Win10 host & myRIO1900 chassis which looks like the below. It runs nicely from within the LabVIEW project environment.

-we would like to make it a stand alone host application (just running from the desktop). 

-Can we do this? How do we do this? 

-Repeat after me, "I love LabVIEW".

-Gratitude to you!

StandAloneQ1.JPG

 

 

0 Kudos
Message 1 of 2
(2,815 Views)
Solution
Accepted by topic author Wayne12345

You need to set the RT Main.vi as startup VI.

 

Then you need to make a host VI that either gets\sets all data over Shared Variables, Network Streams and the like, or make a VI that publishes a remote desktop of the RT Main VI (Application>Remote Panels>Open Connection To Server).

 

The host VI should then be turned into an executable by making a build specification.

 


@Wayne12345 wrote:

 

-Repeat after me, "I love LabVIEW".


Well, alright: "I love LabVIEW".

Message 2 of 2
(2,781 Views)