Skip to content

Instantly share code, notes, and snippets.

@TwoTau
Last active January 11, 2017 02:53
Show Gist options
  • Save TwoTau/47e3b5565aee926d5e413e10e41f3c3b to your computer and use it in GitHub Desktop.
Save TwoTau/47e3b5565aee926d5e413e10e41f3c3b to your computer and use it in GitHub Desktop.
How to configure a CANTalon

Connect computer to roboRIO

  1. Connect your computer to the roboRIO's USB A port
  2. Go to command prompt and run ping 172.22.11.2
    • If the ping doesn't work:
      • Make sure the robot is turned on and powered
      • Ensure that you are connected via USB
      • Try a different computer
  3. Go to the address 172.22.11.2 in Firefox (or IE)
    • Click "Tap here to active plugin" if Firefox blocked Silverlight from running
  4. Once the webpage loads, you should see something like this: Screenshot of NI Configuration Homepage

Connect CANTalon

  1. If the CANTalon is new:
  • Strip the ends of the large red and black wires.
  • Strip the ends of the small yellow and green wires.
  1. Connect the red wire to a red port and the black wire to a black port on the Power Distribution Board. Power Distribution Board

  2. Connect the yellow and green wires to the small ports near the roboRIO. CAN ports

  3. On the NI Configuration homepage, click the Talon SRX with Device ID 0 (default for new CANTalons) or another number.

  4. Click the "Light Device LED" and click "Save" and check that the CANTalon's lights are blinking rapidly.

  5. If you need to change the Device ID, set the Device ID to something other than 0 and click "Save". Remember that no two devices should be connected that have the same Device ID.

Useful links

Docs

Troubleshooting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment