Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
davepollard authored Jan 9, 2018
1 parent 137e937 commit 6c2b3b3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
Code based on the OpenABB project by Michael Dawson-Haggerty:
https://github.com/robotics/open_abb

Summary:
Code to go on the IRC5 controller:
MainModule.mod
Enables extruder, and starts the Server process.
Also contains some useful test functions for I/O
SERVER.mod
Parses input from PC

PC code:
abb.py
Interface with IRC5 controller via ethernet
abb_testing.py
Similar functions to abb.py, but animates the toolpath output
testConnections.py
Shows the use of a few functions, tests digital output
RESET_POSITION.py
Resets robot position and sets all signals to 0


Setup:
Requires a DSQC 652 digital I/O board, configured to have a Group Output called GO_Signal
IP address (line 40-41) in SERVER.mod should be set for if using the robot (192...) or RobotStudio (125...)
This should be called when intiialising the interface in abb.py

0 comments on commit 6c2b3b3

Please sign in to comment.