Equipment/Staubli/Controller

From London Hackspace Wiki
< Equipment‎ | Staubli
Revision as of 17:44, 19 April 2014 by Saljam (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The controller is now a Raspberry Pi running Rasbian.


Serial cables

The silver cable is always mapped to /dev/staubli-terminal, and that's for the V+ console.

The black cable is mapped to /dev/staubli-data, and that's for our IO.

This was done using the udev rules:

SUBSYSTEM=="tty", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="7523", SYMLINK+="staubli-terminal"
SUBSYSTEM=="tty", ATTRS{idVendor}=="067b", ATTRS{idProduct}=="2303", SYMLINK+="staubli-data"