-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
137e937
commit 6c2b3b3
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |