Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Java (http://www.chiefdelphi.com/forums/forumdisplay.php?f=184)
-   -   DoubleSolenoid on LiveWindow error (http://www.chiefdelphi.com/forums/showthread.php?t=134607)

Kyefer 14-02-2015 18:19

DoubleSolenoid on LiveWindow error
 
When I try to view a DoubleSolenoid in LiveWindow, it repeated throws this error although the object still works in LiveWindow

Code:

Unknown error status at edu.wpi.first.wpilibj.hal.HALUtil.checkStatus(HALUtil.java:51)
edu.wpi.first.wpilibj.SolenoidBase.getAll(SolenoidBase.java:69)
edu.wpi.first.wpilibj.DoubleSolenoid.get(DoubleSolenoid.java:140)
edu.wpi.first.wpilibj.DoubleSolenoid.updateTable(DoubleSolenoid.java:201)
edu.wpi.first.wpilibj.livewindow.LiveWindow.updateValues(LiveWindow.java:167)
edu.wpi.first.wpilibj.livewindow.LiveWindow.run(LiveWindow.java:132)
org.team1100.Robot.testPeriodic(Robot.java:82)
edu.wpi.first.wpilibj.IterativeRobot.startCompetition(IterativeRobot.java:117)
edu.wpi.first.wpilibj.RobotBase.main(RobotBase.java:234)

Going into the code, the code
Code:

HALUtil.checkStatus(status);
is where the error is handled. Does anyone know what causes this and how to fix it?


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

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