WPILib Analog channels 1-2 errors

We have found that the GetAccumulatorValue does not work on ports 1 and 2 on the analog side car. When we used it we got a “fatal error.”:yikes: Has anyone else found other methods that do not work on these ports?

Thanks

Are you using the breakout in slot 1, or whatever the first analog module is plugged in.

Are you using the breakout in slot 1, or whatever the first analog module is plugged in.

Yes, We know for a fact that this one (GetAccumulatorValue) method does not work for this plug-in. We were just wondering what other methods will not work on these channels. This way we will not be pulling our hair out again trying to figure out why our code is getting “fatal errors.”:ahh: We have checked the WPILib documentation and there is nothing there to help us.

Thanks!!!

I recommend posting your code, and to cross post at the usfirst.org forums.

I’ll bet a cookie that you are not properly initializing the accumulator. The function therefore errors out because it doesn’t have the necessary information.

We knowfor a fact that channels 1 and 2 are the ONLY channels aloud to us the GetAccumulatorValue function. We were just wondering what other functions do not work on these ports. This way we (and other teams) would not have to pull our hair out (agian) trying to figure out why we are getting “fatal errors.” Though I think I will cross post on the US FIRST forums!