Difference between revisions of "Equipment/Staubli/Controller"

From London Hackspace Wiki
Jump to navigation Jump to search
(Created page with "The board runs NVidia's kernel, with an Ubuntu 13.10 core image. The default user is "glenda".")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
The board runs NVidia's kernel, with an Ubuntu 13.10 core image.
+
The controller is now a Raspberry Pi running Rasbian.
 +
<!--The default user is 'pi'. Contact Salman to get your ssh public key added.-->
  
The default user is "glenda".
+
== 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"

Latest revision as of 17:44, 19 April 2014

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"