01-11-2019 12:11 AM
After designing Logic using Matlab Simualink, I created it as an .out file and deployed it to cRIO using Veristand.
However, if you reboot cRIO, the deployed program will not be used by cRIO.
Is there any way to force the deployed program to continue running before reboot even if I reboot to cRIO? plz~~
Veristand is using version 2013.
01-14-2019 02:51 AM
Your answers are not obvious at some points. Please explain more details about your system and goal.
First of all, I know VeriStand needs a Host PC to control and monitor the Real-Time OS Controller. If RT target is disconnected, VeriStand in the host PC stops working. You have to re-deploy it every time you test.
Do you just want to make the cRIO as stand-alone? If so, It would be better to make RT application build to deploy.
In this case, you don't have to use VeriStand, instead, you can use LabVIEW.
Why do you want to "force the deployed program to continue running until reboot"?
01-14-2019 06:04 PM
01-14-2019
11:19 PM
- last edited on
10-13-2024
02:43 PM
by
Content Cleaner
This is how to use the model made at Simulink in LabVIEW.
This is a general guide to make Real-Time system application.
To make Stand-alone applications, please refer the paragraph named "Building the Stand-alone Executable with Embedded UI" of this example.
01-15-2019 12:35 PM
It sounds like you want this option right here, settable from the system explorer. When it's set, it will restart the system after a reboot.
01-22-2019 05:06 PM
Thank you for your reply first.
I tried it in the way you answered it, but the deployed program does not work when restart cRIO...
Is there any way to solve this problem?