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: 

LabVIEW2015 Need help programmatically deploying RealTime App to cRIO

I have an application that is split up into 3 components:

 

  • FPGA: Collects data from sensors through modules
  • RT: Polls FPGA FIFOs for raw data, converts it and broadcasts it
  • Host: UI/TDMS, Display calibrated data and logs raw/calibrated data to disk

I am able to programmatically deploy the FPGA bitfile from within the Host application. Now I am trying to figure out how to install the *.rtexe file to the real time part of the system.

 

Ideally the host program will do both of these as the cRIOs we have bounce around between projects so if not configured for the current project it needs to configure the system for use with that project.

 

Any suggestions or links on how to do this would be very appreciated!

0 Kudos
Message 1 of 2
(2,163 Views)

Why don't you use the RAD utility, create an image, and send that image when you swap projects?

0 Kudos
Message 2 of 2
(2,131 Views)