|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#6
|
||||
|
||||
|
Quote:
Does your Allen Bradley signal light blink? They moved the modules this year (not sure if other stuff is working). You also need to make sure the switch on the cRIO is set to off for the console. Check NetConsole for error messages. C++ code CANJaguar m_motor(5); m_motor.Set(0.1); Pretty simple most of the time. Or: CANJaguar *m_motor; m_motor = new CANJaguar(5); m_motor->Set(0.1); I think you have to use the latter to pass to RobotDrive... - Bryce |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|