View Single Post
  #6   Spotlight this post!  
Unread 25-01-2017, 16:32
JeffB JeffB is offline
Registered User
FRC #5052 (RoboLobos)
Team Role: Mentor
 
Join Date: Apr 2015
Rookie Year: 2014
Location: Austin
Posts: 64
JeffB is a splendid one to beholdJeffB is a splendid one to beholdJeffB is a splendid one to beholdJeffB is a splendid one to beholdJeffB is a splendid one to beholdJeffB is a splendid one to beholdJeffB is a splendid one to behold
Re: Labview Pwm/DIO ERROR -63195, need help

With the default project, you'll create a connection to a pair of Talon SR motor controllers on PWM0 and PWM1. If you're using a different motor controller or different PWM ports, I wouldn't be surprised to see that error.

I'm making the assumption you don't change anything with the sample project. Is that a safe assumption? If so, what PWMs are you connected to and what types of controllers? I wouldn't be shocked to hear you checked that, but for completeness we'd want to see that.

If you get an error there, I'd want to see what happens if you replace the motor initialization code with just the Open Motor VI found in WPI Robotics Library->Actuators->Motor Controller

With that, you can open a single motor rather than two at once. If you open up the motor on PWM0, do you see the same error? If not, do you see it on PWM1? Once you find a single PWM port that's causing the problem, I'd try moving the PWM to PWM2. Does the error go away? If not, try changing out the cabling. Does the error go away now? If so, it could potentially be the port.

If not, try swapping the original cabling so the two PWM ports go to the opposite motor controllers. Does the error follow the port or the controller?
__________________
Reply With Quote