|
Re: Labview programming help - Deploy mode not working
I'm assuming you really mean the "Motor Control Example"?
I hope you set a default speed on the Front Panel before you built & deployed it. Depending on the motor 0.1 could possibly be too slow to actually cause some motors to move.
It really isn't setup to run deployed, since it requires the front panel to actually control anything and the front panel doesn't get included as part of a deployment, and isn't active when the cRIO gets rebooted.
Did you make "Motor Control Example.vi" your Startup vi when you created your build specification?
You'll find that under the Build Specification that you created -> Properties -> Source Files.
I still like to use "Run as startup" too, rather than "Deploy", just in case the "Always run deployed code at startup" wasn't checked when the cRIO was last flashed.
__________________
"Rationality is our distinguishing characteristic - it's what sets us apart from the beasts." - Aristotle
Last edited by Mark McLeod : 20-10-2009 at 16:26.
|