ece4560:piktul:interfacing
                Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| ece4560:piktul:interfacing [2015/02/25 22:23] – external edit 127.0.0.1 | ece4560:piktul:interfacing [2024/08/20 21:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| which returns a handle.  | which returns a handle.  | ||
| the overall configuration of the manipulator.  | the overall configuration of the manipulator.  | ||
| - | default values are used. The next thing one should do is to tell the | + | default values are used.   | 
| - | manipulator to go to its home position until it finally does so (repeated | + | <code matlab> | 
| - | attempts may be necessary).  | + |   pp = load(' | 
| + |   arm = piktul(pp); | ||
| + | </ | ||
| + | or in one step | ||
| + | <code matlab> | ||
| + |   arm = piktul(load(' | ||
| + | </ | ||
| + | The next thing one should do is to tell the manipulator to go to its sleep position until it finally does so (repeated attempts may be necessary).  | ||
| Prior to that, the manipulator circuit board is not initialized and may not | Prior to that, the manipulator circuit board is not initialized and may not | ||
| - | behave as commanded. | + | behave as commanded.  | 
| - | + | <code matlab> | |
| - | Going to home is done by invoking, | + |    | 
| + | </ | ||
| + | Once enabled and sent to sleep (you should see it twitch into place), then you are ready to go home, then start working with the manipulator.  | ||
| <code matlab> | <code matlab> | ||
|   arm.gotoHome(); |   arm.gotoHome(); | ||
| Line 48: | Line 57: | ||
| </ | </ | ||
| + | --------- | ||
| + | ;#; | ||
| + | [[ece4560: | ||
| + | ;#; | ||
ece4560/piktul/interfacing.1424920980.txt.gz · Last modified: 2024/08/20 21:38 (external edit)
                
                