|
Re: Error -44007
Error -44007 means that the name supplied to a Refnum Registry Get function was not recognized.
It tells me that you have a solenoid named in Teleop that fails to match a solenoid opened in Begin. It could be as simple as an extra space at one end of the name, or differing capitalization.
Making the compressor work is pretty easy in LabVIEW. Half the code is already there. All you have to do is enable it in Periodic Tasks, and define it in Begin (making sure the pressure switch is wired to the specified Digital Input, and the Spike is on the specified Relay output).
|