Another Labview Setup Check

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.

Begin.vi (39.2 KB)
Finish.vi (18.3 KB)
Teleop.vi (30.3 KB)
Autonomous Independent.vi (21.7 KB)


Begin.vi (39.2 KB)
Finish.vi (18.3 KB)
Teleop.vi (30.3 KB)
Autonomous Independent.vi (21.7 KB)

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.

mark, how should i end the case structure each time then? it would have unfinished wires and things just sitting inside

The last vi icons just shouldn’t have wired outputs if they have nowhere to go.

NoOutputs.jpg


NoOutputs.jpg

ah that makes more sense now! thank you mark once again. I’ll go try it

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!