![]() |
Compressor Programming in LabView
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! |
Re: Compressor Programming in LabView
Sorry I have never used LabView.
We did something really similar in java. Here is our code Code:
package org.usfirst.frc.team3647.subsystems; |
Re: Compressor Programming in LabView
3 Attachment(s)
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.
Are these Single Solenoids or Double Solenoids? |
Re: Compressor Programming in LabView
And I quote from my teacher "It is for sure a double solenoid."
|
Re: Compressor Programming in LabView
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 |
Re: Compressor Programming in LabView
3 Attachment(s)
images of the program
|
Re: Compressor Programming in LabView
1 Attachment(s)
Quote:
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? |
Re: Compressor Programming in LabView
1 Attachment(s)
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. |
Re: Compressor Programming in LabView
Quote:
|
Re: Compressor Programming in LabView
It is all working, but we are still getting a refnum error. My teacher is just curious as why that would be.
|
Re: Compressor Programming in LabView
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. |
| All times are GMT -5. The time now is 03:50. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi