Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Java (http://www.chiefdelphi.com/forums/forumdisplay.php?f=184)
-   -   Compressor (http://www.chiefdelphi.com/forums/showthread.php?t=146212)

nlt5 03-24-2016 02:26 PM

Compressor
 
We are running our compressor off the robot but I read that the robot will still need to control the compressor through the use of the robot code. Will I need to write specific code to call for the compressor to turn on? Can anyone provide me with an example of what the code would look like to call the compressor. We are using iterative based code.

Thank you

euhlmann 03-24-2016 03:03 PM

Re: Compressor
 
Code:

Compressor compressor = new Compressor(CAN_ID_OF_YOUR_PCM);
compressor.setClosedLoopControl(true);



All times are GMT -5. The time now is 07:22 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi