![]() |
REMINDER : NetBeans not talk to the CRIO
Here is the situation:
We are trying to use our joysticks and jaguars.Serial port was only a try, you can ignore it if you want. Our java code: Code:
Code:
Is the problem about my code? What should i do? |
Re: REMINDER : NetBeans not talk to the CRIO
There are a few problems here. It looks like the NullPointerException is from trying to feed the Watchdog incorrectly. "wd" is never assigned. Remove your Watchdog object and feed the Watchdog like this instead:
Code:
Watchdog.getInstance().feed();Code:
public void operatorControl() |
| All times are GMT -5. The time now is 09:39. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi