View Single Post
  #2   Spotlight this post!  
Unread 19-10-2009, 21:33
Mark McLeod's Avatar
Mark McLeod Mark McLeod is offline
Just Itinerant
AKA: Hey dad...Father...MARK
FRC #0358 (Robotic Eagles)
Team Role: Engineer
 
Join Date: Mar 2003
Rookie Year: 2002
Location: Hauppauge, Long Island, NY
Posts: 8,808
Mark McLeod has a reputation beyond reputeMark McLeod has a reputation beyond reputeMark McLeod has a reputation beyond reputeMark McLeod has a reputation beyond reputeMark McLeod has a reputation beyond reputeMark McLeod has a reputation beyond reputeMark McLeod has a reputation beyond reputeMark McLeod has a reputation beyond reputeMark McLeod has a reputation beyond reputeMark McLeod has a reputation beyond reputeMark McLeod has a reputation beyond repute
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.