|
Re: Need help, talon srx labview coding
Quote:
Originally Posted by pribusin
Without confirming with our programmers, I believe your motor constants are not correct in Begin.vi. Instead of '0', '1', ours read 'PWM0', 'PWM1' etc. from a drop-down list-box constant. The number corresponds to the CAN ID of the talons. Best way I found to do a constant is to right-click the input terminal of the vi and select 'create constant'. That way you're ensured that the correct type is created.
|
This is correct if you are using PWM, but for CAN Talons, the constants will be just a number.
Quote:
Originally Posted by Team5860-Alex
|
Have you gone through and given each Talon a unique ID through the RoboRIO webpage? They may all still have the default ID set. From what I can tell, your code looks good and should do what you want it to.
__________________
I'm right 90% of the time, so why worry about the other 3%?
|