Wiki

Clone wiki

scl-manips-v2 / neuroarm / NeuroArmMain

Overview

NeuroArm is a 3 Degree of Freedom (DOF) robot. The platform has undergone several revisions in robotic design throughout its history:

  1. NeuroArm 1: Fall Quarter, 2012 - Summer Quarter, 2013
  2. NeuroArm 2: Fall Quarter, 2013 - Spring Quarter, 2014 (Two identical twin robots; 2w and 2s)
  3. NeuroArm 3: Summer Quarter, 2014 - Present

Components

  1. Motors:
  2. Encoders:
  3. Motor Controllers:
  4. Power Supplies

Configuration

Configuration details for connecting and programming NeuroArm for the above pieces of hardware continue on the next several pages of the wiki.
From a high-level perspective, configuration involves the following steps:

  1. Establish electrical connections between the motors, Synapticon's SOMANET motor controller nodes, power supply, and master computer:
  2. Run the IgH EtherCAT Master application to communicate among the master computer and nodes:
  3. Download the XDE environment for writing applications and use it to compile programs that run on the master computer and nodes:
  4. Flash the nodes (upload the code onto the actual SOMANET Cores), turn on the EtherCAT Master program, and run the master application to operate the robot:

Usage

Once the robot and master computer have been configured, it is very easy to write applications for NeuroArm.

  • TODO add links

Updated