User Tools

Site Tools


ntb:build

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ntb:build [2020/03/10 14:53] – [Test the Hardware] ursgrafntb:build [2021/10/06 11:18] (current) – [Test the Hardware] ursgraf
Line 13: Line 13:
 The NTB version of the Delta has a target tool point (TCP) with a motor and a magnet. The magnet can be operated as follows (run as root):  The NTB version of the Delta has a target tool point (TCP) with a motor and a magnet. The magnet can be operated as follows (run as root): 
 <code> <code>
-root@beaglebone:$ cd /sys/class/leds +root@bblue:$ cd /sys/class/leds 
-root@beaglebone:$ echo 1 > red/brightness+root@bblue:$ echo 1 > red/brightness
 </code> </code>
  
 The TCP motor should turn clockwise with the command The TCP motor should turn clockwise with the command
 <code> <code>
-debian@beaglebone:$ rc_test_motors -m 4 -d 1+ost@bblue:$ sudo rc_test_motors -m 4 -d 1
 </code> </code>
  
 +Check the direction of the encoder. 
 +<code>
 +ost@bblue:$ rc_test_encoders 
 +</code>
 +Turn the TCP clockwise and the encoder values should be positive. If not, change the hardware configuration in //HwConfigBBBlue.json//.
 ====== Hardware Configuration Files ====== ====== Hardware Configuration Files ======
-The git repository includes a directory //robotList//. There you can find the hardware configuration files for all ntb robots. While most of the configuration is the same for all robots, encoder resolution can differ. Please copy the right configuration file from this directory before downloading to the robot.+The git repository includes a directory //robotList//. There you can find the hardware configuration files for all ntb robots. While most of the configuration is the same for all robots, encoder resolution can differ. Please copy the right configuration file from this directory before downloading to the robot. Also copy the configuration file which fits to your ntb robot. 
  
 <code> <code>
-cp robotList/HwConfigBBBlue.000x.json HwConfigBBBlue.json+$ scp delta-ntb/robotList/HwConfigBBBlue.000x.json ost@192.168.7.2:bin/HwConfigBBBlue.json 
 +$ scp delta-ntb/robotList/delta-sort.000x.conf ost@192.168.7.2:bin/delta-sort.conf
 </code> </code>
 Replace the 'x' with the proper number. Replace the 'x' with the proper number.
  
ntb/build.1583848407.txt.gz · Last modified: 2020/03/10 14:53 by ursgraf