09-29-2014 04:39 AM
Hi All,
I want to programatically connect,Deploy and execute the RT VI from the Host .
I should just click one start button from Hist that should Connect with RT,Deploy the RT VI and start executing .
Please let me know how to do this.
Regards,
09-29-2014
04:41 AM
- last edited on
02-12-2026
06:23 PM
by
Content Cleaner
Create a build specification for an .rtexe (Real Time Application), deploy it and then right click and 'Set as startup VI' and it will execute automatically after the RT target reboots.
Whoops, re-read and realised that wasn't what you asked. Apologies.
Here is my attempt to redeem myself:
I think you can do this with the System Configuration palette under Measurement IO - I think you can create a system image and then deploy it to targets programmatically. There is more information here: https://forums.ni.com/t5/Community-Documents/Welcome-to-the-NI-System-Configuration-API/ta-p/3526512
Previously I think you used the system replication tool - there's information about that here: https://www.ni.com/en/shop/compactrio/simplify-the-deployment-and-replication-of-distributed-systems...
10-01-2014
04:19 AM
- last edited on
02-12-2026
06:23 PM
by
Content Cleaner
Hi prajwal.prithvi
The following link may be of use to you:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YIE4CAO&l=en-US
Is this the sort of functionality you are looking for?