I’ve been trying to use Talon SRXs and CAN to control my bot but I always get an error in the FRC drivers station. Used every example under the sun to try and get any movement out of these motors and nothing, the Talons wont even enable too. Any help would be greatly appreciated!
The error I’m getting is
(ERROR 7 Call Library Function Node in WPI_CANTalonSRX_CallbackSetOutput.vi->WPI_MotorControlOutput.vi->WPI_RoboDriveMotors.vi->WPI_RobotDriveArcadeDrive_Standard(NoSaturation).vi->Teleop.vi->Robot Main.viLabVIEW: File not found)
I’ve never actually seen this before, but just from reading the error description it looks like you’re missing a library function called by the CAN Talon library. Assuming you’ve tried closing and opening the code again, closing and opening LabVIEW, and restarting the computer, it sounds like the next option could be to run a repair on your LabVIEW software. More specifically, re-download the FRC-specific LabVIEW download (i.e. the second one with the DS and other tools) and re-install. Hopefully that should put that function back where it’s supposed to go or repair whatever link is currently broken.