Difference between revisions of "SensoriMotorLab"
Line 1: | Line 1: | ||
− | You cannot find the documentation about the [http://www.ru.nl/sensorimotorlab/ SensoriMotorLab] on | + | You cannot find the documentation about the [http://www.ru.nl/sensorimotorlab/ SensoriMotorLab] on {{strikethrough|http://docs.sensorimotorlab.com}}. |
− | + | Some cheat sheet instructions for the sled lab: | |
+ | === Using the experiment control computer === | ||
+ | The computer under the desk is called ''vnc''. It is connected to the three screens in front of you. To run an experiment you log on to the experiment control computer (''control'') | ||
+ | ssh -X control | ||
+ | By default windows are opened on ''vnc'', not on ''control''. If you want to change this, then type on ''control'' | ||
+ | export DISPLAY=':0' | ||
− | + | === Starting the sled server and service === | |
− | === Starting the server === | ||
After restarting the sled server (which is practically never necessary) you also have to restart the sled service. Log on to the sled server | After restarting the sled server (which is practically never necessary) you also have to restart the sled service. Log on to the sled server | ||
ssh sled | ssh sled | ||
and type | and type | ||
sudo service sled start | sudo service sled start | ||
− | This will start the standard version of the sled server. | + | This will start the standard version of the sled server. |
+ | |||
+ | If you want the version of the sled server with smoother sinusoid ramp-up. Please go [https://github.com/wilberth/sled-server here]. | ||
+ | This most likely not necessary for you. |
Revision as of 09:15, 6 June 2017
You cannot find the documentation about the SensoriMotorLab on Template:Strikethrough.
Some cheat sheet instructions for the sled lab:
Using the experiment control computer
The computer under the desk is called vnc. It is connected to the three screens in front of you. To run an experiment you log on to the experiment control computer (control)
ssh -X control
By default windows are opened on vnc, not on control. If you want to change this, then type on control
export DISPLAY=':0'
Starting the sled server and service
After restarting the sled server (which is practically never necessary) you also have to restart the sled service. Log on to the sled server
ssh sled
and type
sudo service sled start
This will start the standard version of the sled server.
If you want the version of the sled server with smoother sinusoid ramp-up. Please go here. This most likely not necessary for you.