|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#16
|
|||
|
|||
|
Re: New Programming Core needs help with simple motor control
Quote:
I have tried both run and run continuously for the simple motor control. As for the Robot Main.vi I have not ran the code within Labview. The reason is because I can not run the code within labview and open up the driver station at the same time. I therefore compiled the code deployed the code to the robot to run on start up and then open the driver station. |
|
#17
|
|||
|
|||
|
Re: New Programming Core needs help with simple motor control
The Simple Motor VI looks fine for verifying things. It includes the Start Communications icon to connect to the DS. It has a loop in it, so no need to continuous run.
If your RSL is not blinking, is the small LED on the digital breakout board blinking? The LED helps distinguish between bad signal or power to the big light or an issue with the signal to the breakout board. One of the things that hasn't been discussed is the ribbon cable. I've heard of bad cables and backwards cables over the last few years. Can you try another? Greg McKaskle |
|
#18
|
|||
|
|||
|
Re: New Programming Core needs help with simple motor control
Quote:
I was wondering though. Does it matter if the crio that I am using is the longer 16 bit version or the shorter 32 bit version? Also does it matter if I am using a crossover cable? I know what they are since I have wired both CAT 5 and CAT 6 but I don't know if the one I am using is crossover or not without checking the wires and looking up the colors for crossover. I would think as long as I can deploy code to the crio the network cable is fine. If I remember my networking class right most NICs can actually detect if it needs the crossover and compensate anyway. Thanks again for yall's help. P.S. If anyone thinks I should try this with a different programming language and has some java or c++ code I can try out I can see if I can get a copy of those compilers and try to get this running on a different programming language. I know both decent enough to work with it. I just want to see this thing turn a motor and then I can take the next step. ![]() |
|
#19
|
|||
|
|||
|
Re: New Programming Core needs help with simple motor control
Also above it looks like 1 and 2 are on, but its actually just 1 and a reflection off the plastic.
|
|
#20
|
|||
|
|||
|
Re: New Programming Core needs help with simple motor control
Also I am reformatting my CRIO for like the 10th time just to make sure something isn't wrong there and I noticed with this 32 bit 4 slot crio that there are no physical dip switches. Everytime I reformat the CRIO I see the dip switch positions and the console out dip switch is flipped. I have no idea what it does, but I do click on it on the FRC image tool and turn it off before formatting. It does somehow turn itself back on the next time I try formatting though.
![]() Last edited by bharrison6 : 22-01-2014 at 22:02. |
|
#21
|
|||
|
|||
|
Re: New Programming Core needs help with simple motor control
Just reimaged it with another computer and deployed the project template code. The only change in the code was in the begin.vi where the open motor is set to victor instead of jaguar. No PWM signal, no RSL signal.
![]() Last edited by bharrison6 : 22-01-2014 at 22:24. |
|
#22
|
|||
|
|||
|
Re: New Programming Core needs help with simple motor control
I just noticed after reading what other problems people are having that our driver station is reading 0 Volts. This might be of some significance as to what the problem is.
|
|
#23
|
||||||
|
||||||
|
Re: New Programming Core needs help with simple motor control
Quote:
None of the other things you mentioned would matter. This means that one of the conditions in R70 isn't met, but does not affect driving motors. |
|
#24
|
|||||
|
|||||
|
Re: New Programming Core needs help with simple motor control
Quote:
Quote:
If you're doing a Compile followed by a Run as Startup, then you're not running the example. You're running Robot Main, which calls all the other Team Code. |
|
#25
|
|||
|
|||
|
Re: New Programming Core needs help with simple motor control
Quote:
|
|
#26
|
|||
|
|||
|
Re: New Programming Core needs help with simple motor control
The battery voltage is measured using the first slot and the analog module. Until that is installed, the DS will not know the voltage.
The bigger cRIO and smaller cRIO are not that different. The processor in both is a 32 bit Freescale processor. The performance is slightly different due to cache size, the RAM was increased, and physical elements like the power connector, second enet port, and dip switches were removed. The imaging tool can read the dip switches just to help diagnose broken ones -- happens more often than you'd think. For the 4-slot, it can also set them. The one begin set determines whether the serial port is used to output console print statements or used to communicate with another serial device, like a sensor. As Alan said, simply pushing run on the VI will be the faster way to run your VI. Be sure that the VI contains the safety info. If you run a lower level VI, it will indeed run, but without established communications with the driver station, the outputs will be disabled and that safety feature can cause confusion. There should be no issue running DS and any other development environment or tool. If you get an error, please post it so I can better understand what is going on. To make further progress on getting your motors to run, I'm with Joe. Focus on getting the RSL LED to light up or blink. I'd start with the cable, but it could be the digital breakout board. If that doesn't fix it, work backwards and try another digital module. Also, remove the module in the cRIO and inspect that the backplane pins aren't bent and don't have debris shorting them. Also make sure that the module is fully inserted and the side clips engage. The imaging tool shows that it is recognized, so I doubt that there is an issue with engagement or pins. Greg McKaskle |
|
#27
|
|||
|
|||
|
Re: New Programming Core needs help with simple motor control
Just wanted to let everyone know that the problem was the digital sidecar. Here is what happened. I had no RSL light for the test robot that we had set up. After verifying that the code was right I started swapping parts out. When I swapped out the digital sidecar I also swapped the power for it. The power cable was not properly installed so the sidecar did not get enough voltage. The test rig that I brought home to work on had the digital sidecar that I took off the test robot. That sidecar is bad and did not work. When I got back to school and worked on the test robot I simply adjusted the power cable in the breaker panel and the sidecar started working. I also replaced the side car on the test rig and it too started working. Very unlikely circumstances lead to a very troubling problem. Thanks to everyone who helped figure it out.
|
|
#28
|
|||
|
|||
|
Re: New Programming Core needs help with simple motor control
Congrats, and thanks for the update.
Greg McKaskle |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|