We need help programming our compressor to be able to launch things. We want it to be able press a button, make the piston shoot forward, and then release the button and the piston retracts.
If any one can help us we would be quite happy! Please and Thank You!
Just Drag and drop these code sniplets into your Begin and telop vis and remember to close the reference in the Finish vi. Also make sure that the correct solenoid channel is used and that the shooting solenoid is on the right button.
we got the PCM to enable and the compressor light was green. we also got these errors
ERROR 91 Variant To Data in WPI_SolenoidRefNum Registry Get.vi->Teleop.vi->Robot Main.viLabVIEW: The data type of the variant is not compatible with the data type wired to the type input.
ERROR -44007 FRC: The RefNum you are trying to Get does not exist in this RefNum Registry. WPI_SolenoidRefNum Registry Get.vi
ERROR -44007 FRC: The RefNum you are trying to Get does not exist in this RefNum Registry. Teleop.vi
Alright, to solve the **-44007 **errors, make sure that your using the same refnum registry name in begin, Teleop and finish. In begin and finish you have Shooter Solenoid, but in Teleop you have Shooteer Solenoid.
To solve the 91 error, in the begin vi, set the solenoid to a double instead of a single solenoid from the drop down menu. Next, set the forward and reverse channels that the solenoid is wired to. After that, in the teleop.vi, change the On to a Forward and the Off to Reverse. I also attached a revised select function to drag and drop into the teleop.vi if you would like to do it that way.
That will fix both of those errors. Also, do you have a picture of how this solenoid is wired?
We got the piston working, thank you by the way for that! Next question is will the air compressor shut down automatically?
Now here is the picture you asked for earlier.
Your Welcome and thank you for the picture. Everything appears to be wired correctly, so the compressor will shut off automatically once the pressure switch reaches ~120 PSI.
A Refnum error is usually going to be a typo in a name or a reference to an old device that’s no longer being used.
Since everything works, hopefully it’ll be a name in an unimportant or redundant section of code.