View Single Post
  #17   Spotlight this post!  
Unread 18-03-2010, 19:43
theprgramerdude theprgramerdude is offline
WPI Freshman
AKA: Alex
FRC #2503 (Warrior Robotics)
Team Role: Mentor
 
Join Date: Feb 2010
Rookie Year: 2008
Location: Brainerd, Minnesota
Posts: 347
theprgramerdude has much to be proud oftheprgramerdude has much to be proud oftheprgramerdude has much to be proud oftheprgramerdude has much to be proud oftheprgramerdude has much to be proud oftheprgramerdude has much to be proud oftheprgramerdude has much to be proud oftheprgramerdude has much to be proud oftheprgramerdude has much to be proud oftheprgramerdude has much to be proud of
Re: Retracting cylinder after kicking

I'm not sure if this will help, but for us with c++, I just use the periodic checkup on buttons to determine if "button X" is pressed. If it is, the solenoid output is set to true, otherwise it resets to false if the button doesn't remain pressed.

As it is a one input, two output solenoid, this should work if set up similiarly in LabView. The solenoid always outputs to one side if it's pressurized, the true/false power only decides which side it pressures. It might help your team if you communicated with the mechanical division a bit more on how the gear works.
Reply With Quote