|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
We have robot comm, robot code, and joysticks, why doesnt the robot move?
Hey Chief Delphi, our team is having an issue and I'm hoping someone out there can lend us a hand.
Our 2013 robot has Robot communication, robot code and joysticks connection. In the driver station each of these displays a green light. However, whenever we move the joysticks or press any buttons on the joysticks, nothing happens. We have tried different joysticks/usb ports on multiple computers. We have the latest version of everything from Driver Station to Windriver Workbench. The electronics and cRio are connected properly and have been checked, double checked, triple checked, etc. This leads me to believe it is a programming error. Anyone have an idea? Any help would be greatly appreciated and my team and I thank you in advance for your support. |
|
#2
|
|||
|
|||
|
Re: We have robot comm, robot code, and joysticks, why doesnt the robot move?
Couple things to check:
|
|
#3
|
||||
|
||||
|
Re: We have robot comm, robot code, and joysticks, why doesnt the robot move?
Can you post your code?
|
|
#4
|
|||
|
|||
|
Re: We have robot comm, robot code, and joysticks, why doesnt the robot move?
Quote:
2. What do you mean by VIs? 3. Yes 4. Yes |
|
#5
|
|||||
|
|||||
|
Re: We have robot comm, robot code, and joysticks, why doesnt the robot move?
VI stands for Virtual Instrument. It's the LabVIEW equivalent of a function. The question was probably meant to ask whether you were enabling any motor safeties, or disabling the drive safety. You'd be getting diagnostic error messages on the driver station if it were a motor safety issue.
A better question might be: what motor speed controllers are you using, and what do the status LEDs on them do when you try to run the robot? Also, what pattern is the orange Robot Signal Light blinking? |
|
#6
|
||||
|
||||
|
Re: We have robot comm, robot code, and joysticks, why doesnt the robot move?
*cough* This IS the Windriver C++ forum...
|
|
#7
|
|||
|
|||
|
Re: We have robot comm, robot code, and joysticks, why doesnt the robot move?
Check the Diagnostics Tab on your driver station and see what errors you are getting there.
|
|
#8
|
|||
|
|||
|
ya ya i know didn't see that when i skimmed the new posts
|
|
#9
|
|||
|
|||
|
Re: We have robot comm, robot code, and joysticks, why doesnt the robot move?
Thanks guys for all your help. My team looked at the error messages in the driver station and it led them to check the code. Apparently, our lead programmer put the "compressor command" in the operator control section of the code which constantly repeats over and over. When it was enabled, the robot didn't move because the code was being overflowed with this one command and "shut off"
Excuse me for my lack of technical explanation concerning the problem, I'm not in the programming department. But thanks again guys! My team and I greatly appreciate your help. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|