Log in

View Full Version : Another Labview Setup Check


Team#2057-Vegas
30-06-2010, 18:50
I tried fixing it based off of others ideas in another forum, but it still isn't working. Below is my entire code for this robot. If anyone can look at it, it would be appreciated. The robot hasn't changed much.

Please do enjoy my humor.

Mark McLeod
30-06-2010, 19:13
In teleop.vi you should not use "Close" for any of the devices.
Nothing will be Open any longer after the first time teleop is called.
That just turns everything off in the first 1/50 second.
The Closes you have in Finish.vi are all you want.

Begin.vi looks okay.
Finish.vi looks okay.
Autonomous Independent.vi looks like the default.

Team#2057-Vegas
01-07-2010, 03:00
mark, how should i end the case structure each time then? it would have unfinished wires and things just sitting inside

Mark McLeod
01-07-2010, 08:01
The last vi icons just shouldn't have wired outputs if they have nowhere to go.

Team#2057-Vegas
01-07-2010, 12:55
ah that makes more sense now! thank you mark once again. I'll go try it

Team#2057-Vegas
01-07-2010, 14:26
GOOD NEWS! The robot works. We're having a little trouble with the compressor, but I think I can work that one out. Thanks again Mark!