|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Re: The various methods of deploying code from Labview
The first two have the same results.
The last item in the project is called the Build Specifications. Basically the Makefiles for constructing any applications or libraries from the VIs. Here is my take at the terminology. Build -- executes the script to build whatever you asked for, but it is stored locally on the host computer and isn't placed on the controller. Deploy -- puts the latest version of the output of this script on the controller. If not built, it prompts you to build it first. Set as Startup -- tells the controller to run this app, if present on power up. Unset as Startup -- don't ... Run as Startup -- The higher level command that builds, deploys, and sets as startup. I confirmed the issue with the dashboard in your previous post. At this point in the season, you should typically be running from source and debugging, and I wouldn't recommend deploying and doing startup yet. Greg McKaskle |
|
#2
|
|||
|
|||
|
Re: The various methods of deploying code from Labview
Quote:
I'd still like to clarify one thing for curiosity's sake. If I make a new change to the code, do #1 or #2 from my list above, and then reboot the cRIO, is the new code retained? Or was it just loaded in RAM and lost on reboot? |
|
#3
|
|||
|
|||
|
Re: The various methods of deploying code from Labview
Run button works out of RAM. Deployment, which is included in Run As Startup are saved to flash.
Greg McKaskle |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|