02-27-2012 11:13 AM
Is it possible to run muliple applications on a cRIO target? Would they all need to be part of the same LabVIEW project? Can I set more than one as a start-up VI or need to create a VI that would start up the individule applications? They are Ethernet bases and don't use or share any I/O. I looked around but don't see much information on this topic. Thanks!
Solved! Go to Solution.
02-28-2012
11:19 AM
- last edited on
08-05-2025
03:30 PM
by
Content Cleaner
Good Afternoon Matt,
It is possible to run multiple applications on a cRIO target as long as they're in the same project and don't exceed the memory capacity of the target. You can only mark one VI as the start-up VI but, as you mentioned, you could have this VI call your other applications. You may find the following documentation helpful:
Programatically Launch an Executable or VI on a Real-Time Controller
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YIE4CAO&l=en-US
Using VI Server to Run LabVIEW Real-Time VI's Stored on an RT Series Hard Drive
http://zone.ni.com/devzone/cda/epd/p/id/4364
Getting Started with the LabVIEW Real-Time Module
https://www.ni.com/docs/en-US/bundle/371375f/resource/371375f.pdf
Hope this helps!
--Ryan S.
02-28-2012 02:29 PM
Thanks! I will be trying this out in the next few weeks. I will report back it I have any issues.
Matt