LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

building application for RT target

Hello.

 

I have a labview project  that contains two main VI's. The first is under My Computer and the second is under the RT target (cRIO 9074).

 

The first one contains the GUI. These VIs are "connected" by shared variables.

Each time that i want to run the program, i first run the RT VI and then the VI that under My computer. They have to run simultaneously.

 

Now i want to use the Application Builder to make and application file (.EXE).

As i read in the tutorial, I press right click on the build specification, and select NEW -> Application(exe). But then, in the Source Files there is no RT VI. How i can build an .EXE file which will run both main VIs that i need?

 

 

Thanks 

0 Kudos
Message 1 of 2
(2,430 Views)
Here is an example of the type of setup we use for our host/rt system.  You may want to consider an event handler on the RT side with a shared varrible controller.  You can then start whatever process at the same time on both the host and RT sides. 
0 Kudos
Message 2 of 2
(2,410 Views)