View Single Post
  #2   Spotlight this post!  
Unread 15-02-2009, 23:03
airnate airnate is offline
Registered User
FRC #0236 (Techno Ticks)
Team Role: Programmer
 
Join Date: Feb 2009
Rookie Year: 2009
Location: southeastern CT
Posts: 93
airnate is a jewel in the roughairnate is a jewel in the roughairnate is a jewel in the rough
Re: Buttons and Pneumatics Help

The first thing that I notice is that you are using Controls to specify which channels you are using. You should right click these and Change to Constant because otherwise they will revert to the default value of the control when you deploy a stand alone executable and reboot.

Other than that I don't see functional problems with the code.

Aesthetically you should separate your subVIs on the diagram so it's clear where the wires are going. You want to expose all the wires and try not to cover any of the wires up when possible.

Are you still having functional difficulties?

Last edited by airnate : 15-02-2009 at 23:09.
Reply With Quote