LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Updating a config file parameter on a RT target

I have an RT target running a Real-Time Application that was built a number of years back (2017 LabVIEW).  The deployed build included a .ini file containing a value that is read during the target startup initialization through the VI that was set to run automatically upon startup.  I need to update this value and was wondering if it is necessary to re-build and re-deploy the application to the target after updating the .ini file value locally?  Is there a way to just keep the same build running but push the new value to the .ini file on the RT target?  

 

 

0 Kudos
Message 1 of 2
(582 Views)

You can deploy only the INI file. 

Tools Available for File Transfer/Access on NI Linux Real-Time Targets

Using WebDAV to Transfer Files to Real-Time Target

 

The deployment from LabVIEW ADE is essentially just file transfer and some INI modification. See Deploying a LabVIEW Real-Time Startup Executable Without the LabVIEW Development Environment for details.

 

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 2 of 2
(578 Views)