Quote:
Originally Posted by kgzak
When i deploy the code i can see the voltage feedback of the pot but nothing else works
|
Where can you see this feedback?
Quote:
Originally Posted by kgzak
The drivers station says no code and the Victors are blinking like they aren't getting a signal from the PWM's.
|
If it says No code, it's a pretty clear sign that your main code is not running. Again, where do you see the voltage feedback?
Quote:
Originally Posted by kgzak
We have reloaded the code. We always deploy the code from the computer because we have not saved it to the cRIO. Our code has run before and we have not changed it.
|
Is this LabVIEW code or C++? If LabVIEW, how are you running it? You need to run the Basic Main VI in order for things to start properly. Make sure you aren't trying to run just the Autonomous Independent VI, for example.