Last modified by Eric Nantel on 2026/04/06 10:23

Show last authors
1 {{html wiki="false" clean="false"}}
2 <style>
3 .asm { font-family: Verdana, Helvetica, sans-serif; font-size: 14px; max-width: 960px; }
4 .asm-step { background: #fff; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 1.5rem; overflow: hidden; }
5 .asm-step-header { background: #F5A800; display: flex; align-items: stretch; justify-content: space-between; }
6 .asm-step-name { padding: 0.6rem 1rem; font-weight: bold; font-size: 15px; color: #2C1A00; }
7 .asm-step-num { background: #1a1a1a; color: white; padding: 0.6rem 1.1rem; font-weight: bold; font-size: 15px; display: flex; align-items: center; white-space: nowrap; }
8 .asm-step-body { display: flex; flex-wrap: wrap; gap: 1.25rem; padding: 1rem; align-items: flex-start; }
9 .asm-step-text { flex: 1 1 250px; font-size: 13px; line-height: 1.6; }
10 .asm-step-figure { flex: 0 1 280px; text-align: center; }
11 .asm-step-figure img { max-width: 100%; height: auto; border: 1px solid #ccc; border-radius: 4px; }
12 .asm-step-figure span { display: block; font-size: 12px; color: #666; margin-top: 0.3rem; }
13 .asm-figures { display: flex; flex-wrap: wrap; gap: 0.75rem; flex: 0 1 580px; }
14 .asm-fullwidth { padding: 1rem; border-top: 1px solid #eee; font-size: 13px; overflow-x: auto; }
15 .asm-parts { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 0.75rem; align-items: stretch; }
16 .asm-part { border: 1px solid #ddd; border-radius: 6px; overflow: hidden; flex: 0 1 150px; display: flex; flex-direction: column; }
17 .asm-part-info { background: #FFF3D6; padding: 0.4rem 0.6rem; border-bottom: 1px solid #F5A800; flex: 1; }
18 .asm-part-qty { font-size: 12px; font-weight: bold; color: #7A4F00; }
19 .asm-part-name { font-size: 11px; color: #5A3800; line-height: 1.4; margin-top: 2px; }
20 .asm-part-img { display: flex; align-items: center; justify-content: center; padding: 0.6rem; min-height: 100px; background: #fff; }
21 .asm-part-img img { max-width: 120px; max-height: 90px; height: auto; display: block; }
22 .asm-info { background: #f9f9f9; border: 1px solid #ddd; border-radius: 8px; padding: 1rem; margin-bottom: 1.5rem; font-size: 13px; line-height: 1.6; }
23 .asm-info h2 { font-size: 15px; margin: 0 0 0.5rem 0; color: #2C1A00; }
24 .ref-table { border-collapse: collapse; width: 100%; font-size: 12px; }
25 .ref-table th { background: #ccc; border: 1px solid #aaa; padding: 0.3rem 0.6rem; text-align: center; }
26 .ref-table td { border: 1px solid #ddd; padding: 0.3rem 0.6rem; text-align: center; }
27 .ref-table tr:nth-child(odd) td { background: #f9f9f9; }
28 .ref-table tr:nth-child(even) td { background: #fff; }
29 .optional { background: #e8f0ff; border-left: 3px solid #3a5fa0; padding: 0.3rem 0.6rem; border-radius: 0 4px 4px 0; font-size: 12px; color: #3a5fa0; font-weight: bold; margin-bottom: 0.5rem; display: inline-block; }
30 .warning { color: #c00; font-weight: bold; }
31 h1 { font-size: 18px; margin-bottom: 0.25rem; }
32 </style>
33
34 <div class="asm">
35
36 <!-- Header -->
37 <div style="padding: 0.5rem 0 1rem 0; display:flex; flex-wrap:wrap; gap:1.5rem; align-items:flex-start;">
38 <div style="flex:1 1 300px;">
39 <h1>AL5B Arm Assembly Instructions Rev. 2.1</h1>
40 <p><b>Updated December 2014</b></p>
41 <p><span class="warning">Safety first!</span> Wear eye protection and never touch a powered robot!</p>
42 <p>This guide shows how to assemble the AL5B arm with either the SSC-32 or the SSC-32U servo controller. Calibration can be done using: SSC-32 Servo Sequencer Utility · RIOS (purchased separately or as part of a kit) · Lynxterm (legacy software)</p>
43 <p>Note: Loctite / thread lock can be used on aluminum components, though not necessary if nuts are properly tightened. Do not use on Lexan or plastic parts.</p>
44 </div>
45 <div style="text-align:center; flex:0 1 280px;">
46 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5b12.jpg" style="max-width:100%; border:1px solid #ccc; border-radius:4px;">
47 <p style="font-size:12px; color:#666; margin-top:0.3rem;"><b>Complete arm (SSC-32 shown).</b></p>
48 </div>
49 </div>
50
51 <!-- Lexan Prep -->
52 <div class="asm-step">
53 <div class="asm-step-header">
54 <div class="asm-step-name">AL5B — Lexan Preparation</div>
55 <div class="asm-step-num">&nbsp;</div>
56 </div>
57 <div class="asm-step-body">
58 <div class="asm-step-text">
59 <p>The Lexan pieces have a protective covering that must be removed before assembly. The laser cut melts the covering into the cut edge. Gently scrape the cut edge with a flat blade screwdriver to lift and peel the covering off. On smaller pieces, use duct tape after scraping. For further information on Lexan, see <a href="https://wiki.lynxmotion.com/info/wiki/lynxmotion/view/support/polycarbonate-info-page/" target="_blank">this page</a>.</p>
60 </div>
61 <div class="asm-step-figure">
62 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/lexan01.jpg">
63 <span>Lexan Preparation.</span>
64 </div>
65 </div>
66 </div>
67
68 <!-- Step 1 -->
69 <div class="asm-step">
70 <div class="asm-step-header">
71 <div class="asm-step-name">AL5B — Base Bracket Assembly</div>
72 <div class="asm-step-num">Step 1 / 28</div>
73 </div>
74 <div class="asm-step-body">
75 <div class="asm-step-text">
76 <p>Connect the "C" bracket to the large "C" bracket as shown using two 2-56 x 1/4" screws and 2-56 nuts.</p>
77 <div class="asm-parts">
78 <div class="asm-part">
79 <div class="asm-part-info"><div class="asm-part-qty">2x</div><div class="asm-part-name">2-56 x .250" Phillips screw</div></div>
80 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/256025ph.gif"></div>
81 </div>
82 <div class="asm-part">
83 <div class="asm-part-info"><div class="asm-part-qty">2x</div><div class="asm-part-name">2-56 nut</div></div>
84 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/256zpn.gif"></div>
85 </div>
86 </div>
87 </div>
88 <div class="asm-step-figure">
89 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5b01.jpg">
90 <span>Figure 1.</span>
91 </div>
92 </div>
93 </div>
94
95 <!-- Step 2 -->
96 <div class="asm-step">
97 <div class="asm-step-header">
98 <div class="asm-step-name">AL5B — Mechanical Dampening Panels</div>
99 <div class="asm-step-num">Step 2 / 28</div>
100 </div>
101 <div class="asm-step-body">
102 <div class="asm-step-text">
103 <p>Install the mechanical dampening panels as shown using four 2-56 x 1/4" machine screws. Add the discs to the correct side and ensure the Lexan protective covering has been removed. Press down when screwing to ensure no gap between Lexan and aluminum.</p>
104 <div style="margin-top:0.75rem;">
105 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/arm02.GIF" style="max-width:100%; border:1px solid #ccc; border-radius:4px;">
106 </div>
107 </div>
108 <div class="asm-step-figure">
109 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5b02.jpg">
110 <span>Figure 2.</span>
111 </div>
112 </div>
113 </div>
114
115 <!-- Step 3 -->
116 <div class="asm-step">
117 <div class="asm-step-header">
118 <div class="asm-step-name">AL5B — Shoulder Pivot Screw</div>
119 <div class="asm-step-num">Step 3 / 28</div>
120 </div>
121 <div class="asm-step-body">
122 <div class="asm-step-text">
123 <p>Insert the 4-40 x .5" Phillips head screw through the hole in the multi-purpose bracket as shown. Secure with a steel nut.</p>
124 <div class="asm-parts">
125 <div class="asm-part">
126 <div class="asm-part-info"><div class="asm-part-qty">1x</div><div class="asm-part-name">4-40 x .500" Phillips screw</div></div>
127 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/500phs.gif"></div>
128 </div>
129 <div class="asm-part">
130 <div class="asm-part-info"><div class="asm-part-qty">1x</div><div class="asm-part-name">4-40 steel nut</div></div>
131 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/440zpn.GIF"></div>
132 </div>
133 </div>
134 </div>
135 <div class="asm-step-figure">
136 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5a03.jpg">
137 <span>Figure 3.</span>
138 </div>
139 </div>
140 </div>
141
142 <!-- Step 4 -->
143 <div class="asm-step">
144 <div class="asm-step-header">
145 <div class="asm-step-name">AL5B — Shoulder Dampener Lock Nut</div>
146 <div class="asm-step-num">Step 4 / 28</div>
147 </div>
148 <div class="asm-step-body">
149 <div class="asm-step-text">
150 <p>Slide the large "C" bracket end of the bracket assembly over the screw and secure with a nylon insert lock nut. Start loose — tighten only if the arm wobbles. <span class="warning">Caution: do not over-tighten! If the dampeners are too tight the servo WILL heat up and CAN be damaged!</span></p>
151 <div class="asm-parts">
152 <div class="asm-part">
153 <div class="asm-part-info"><div class="asm-part-qty">1x</div><div class="asm-part-name">4-40 nylon insert lock nut</div></div>
154 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/440niln.gif"></div>
155 </div>
156 </div>
157 </div>
158 <div class="asm-step-figure">
159 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5a04.jpg">
160 <span>Figure 4.</span>
161 </div>
162 </div>
163 </div>
164
165 <!-- Step 5 -->
166 <div class="asm-step">
167 <div class="asm-step-header">
168 <div class="asm-step-name">AL5B — Prepare Shoulder Servo Horn</div>
169 <div class="asm-step-num">Step 5 / 28</div>
170 </div>
171 <div class="asm-step-body">
172 <div class="asm-step-text">
173 <p>Replace the black servo horn on the HS-755HB mega servo with the round nylon servo horn. Remove the servo horn screw without rotating the horn, pull it off, press the nylon horn in place as close to the alignment shown as possible, and replace the screw. The arrows point to the screw holes you will use.</p>
174 </div>
175 <div class="asm-step-figure">
176 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/mservo01.jpg">
177 <span>Figure 5.</span>
178 </div>
179 </div>
180 </div>
181
182 <!-- Step 6 -->
183 <div class="asm-step">
184 <div class="asm-step-header">
185 <div class="asm-step-name">AL5B — Install Shoulder Servo</div>
186 <div class="asm-step-num">Step 6 / 28</div>
187 </div>
188 <div class="asm-step-body">
189 <div class="asm-step-text">
190 <p>Attach the HS-755HB servo to the base bracket using the 3mm hardware per the diagram below. Use two #2 x 1/4" tapping screws to secure the bracket to the servo horn. Route the shoulder servo wires underneath the servo. Plug the servo into channel 1 on the SSC-32. Rotate the base to an extreme and use a wire tie to take up cable slack.</p>
191 <div class="asm-parts">
192 <div class="asm-part">
193 <div class="asm-part-info"><div class="asm-part-qty">2x</div><div class="asm-part-name">#2 x .250" tapping screw</div></div>
194 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/2250phts.gif"></div>
195 </div>
196 <div class="asm-part">
197 <div class="asm-part-info"><div class="asm-part-qty">—</div><div class="asm-part-name">Bracket mounting diagram</div></div>
198 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/brack02.gif"></div>
199 </div>
200 </div>
201 </div>
202 <div class="asm-step-figure">
203 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5a21.jpg">
204 <span>Figure 6.</span>
205 </div>
206 </div>
207 </div>
208
209 <!-- Step 7 -->
210 <div class="asm-step">
211 <div class="asm-step-header">
212 <div class="asm-step-name">AL5B — Tubing Connector Hubs</div>
213 <div class="asm-step-num">Step 7 / 28</div>
214 </div>
215 <div class="asm-step-body">
216 <div class="asm-step-text">
217 <p>Attach two tubing connector hubs to the short side of the "L" brackets using four 2-56 x .250 screws and 2-56 nuts (two each).</p>
218 <div class="asm-parts">
219 <div class="asm-part">
220 <div class="asm-part-info"><div class="asm-part-qty">4x (2 each)</div><div class="asm-part-name">2-56 x .250" Phillips screw</div></div>
221 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/256025ph.gif"></div>
222 </div>
223 <div class="asm-part">
224 <div class="asm-part-info"><div class="asm-part-qty">4x (2 each)</div><div class="asm-part-name">2-56 nut</div></div>
225 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/256zpn.gif"></div>
226 </div>
227 </div>
228 </div>
229 <div class="asm-step-figure">
230 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5a05.jpg">
231 <span>Figure 7.</span>
232 </div>
233 </div>
234 </div>
235
236 <!-- Step 8 -->
237 <div class="asm-step">
238 <div class="asm-step-header">
239 <div class="asm-step-name">AL5B — Connect Forearm Tube</div>
240 <div class="asm-step-num">Step 8 / 28</div>
241 </div>
242 <div class="asm-step-body">
243 <div class="asm-step-text">
244 <p>Connect the hubs to the <b>2.25" tube</b> using two 4-40 x .250" screws. Tighten firmly.</p>
245 <div class="asm-parts">
246 <div class="asm-part">
247 <div class="asm-part-info"><div class="asm-part-qty">2x</div><div class="asm-part-name">4-40 x .250" hex socket screw</div></div>
248 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/4250hscs.GIF"></div>
249 </div>
250 </div>
251 </div>
252 <div class="asm-step-figure">
253 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5b03.jpg">
254 <span>Figure 8.</span>
255 </div>
256 </div>
257 </div>
258
259 <!-- Step 9 -->
260 <div class="asm-step">
261 <div class="asm-step-header">
262 <div class="asm-step-name">AL5B — Attach Multi-Purpose Brackets</div>
263 <div class="asm-step-num">Step 9 / 28</div>
264 </div>
265 <div class="asm-step-body">
266 <div class="asm-step-text">
267 <p>Attach the tubing structure to two Multi-Purpose brackets as shown using four 2-56 x .250 screws and 2-56 nuts (two each).</p>
268 <div class="asm-parts">
269 <div class="asm-part">
270 <div class="asm-part-info"><div class="asm-part-qty">4x (2 each)</div><div class="asm-part-name">2-56 x .250" Phillips screw</div></div>
271 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/256025ph.gif"></div>
272 </div>
273 <div class="asm-part">
274 <div class="asm-part-info"><div class="asm-part-qty">4x (2 each)</div><div class="asm-part-name">2-56 nut</div></div>
275 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/256zpn.gif"></div>
276 </div>
277 </div>
278 </div>
279 <div class="asm-step-figure">
280 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5b04.jpg">
281 <span>Figure 9.</span>
282 </div>
283 </div>
284 </div>
285
286 <!-- Step 10 -->
287 <div class="asm-step">
288 <div class="asm-step-header">
289 <div class="asm-step-name">AL5B — Elbow Pivot Screw</div>
290 <div class="asm-step-num">Step 10 / 28</div>
291 </div>
292 <div class="asm-step-body">
293 <div class="asm-step-text">
294 <p>Insert the 4-40 x .5" Phillips head screw through the hole in the multi-purpose bracket as shown. Secure with a steel nut.</p>
295 <div class="asm-parts">
296 <div class="asm-part">
297 <div class="asm-part-info"><div class="asm-part-qty">1x</div><div class="asm-part-name">4-40 x .500" Phillips screw</div></div>
298 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/500phs.gif"></div>
299 </div>
300 <div class="asm-part">
301 <div class="asm-part-info"><div class="asm-part-qty">1x</div><div class="asm-part-name">4-40 steel nut</div></div>
302 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/440zpn.GIF"></div>
303 </div>
304 </div>
305 </div>
306 <div class="asm-step-figure">
307 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5a08.jpg">
308 <span>Figure 10.</span>
309 </div>
310 </div>
311 </div>
312
313 <!-- Step 11 -->
314 <div class="asm-step">
315 <div class="asm-step-header">
316 <div class="asm-step-name">AL5B — Elbow Dampener Lock Nut</div>
317 <div class="asm-step-num">Step 11 / 28</div>
318 </div>
319 <div class="asm-step-body">
320 <div class="asm-step-text">
321 <p>Slide the screw on the forearm assembly through the dampening discs and secure with a nylon insert lock nut. Start loose and tighten only if the arm wobbles. <span class="warning">Caution: do not over-tighten! If the dampeners are too tight the servo WILL heat up and CAN be damaged!</span></p>
322 <div class="asm-parts">
323 <div class="asm-part">
324 <div class="asm-part-info"><div class="asm-part-qty">1x</div><div class="asm-part-name">4-40 nylon insert lock nut</div></div>
325 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/440niln.gif"></div>
326 </div>
327 </div>
328 </div>
329 <div class="asm-step-figure">
330 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5b05.jpg">
331 <span>Figure 11.</span>
332 </div>
333 </div>
334 </div>
335
336 <!-- Step 12 -->
337 <div class="asm-step">
338 <div class="asm-step-header">
339 <div class="asm-step-name">AL5B — Verify Elbow Servo Horn Position</div>
340 <div class="asm-step-num">Step 12 / 28</div>
341 </div>
342 <div class="asm-step-body">
343 <div class="asm-step-text">
344 <p>Verify that your standard-size servo output horn is at center position as shown. The arrows point to the screw holes you will use.</p>
345 </div>
346 <div class="asm-step-figure">
347 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/servo02.jpg">
348 <span>Figure 12.</span>
349 </div>
350 </div>
351 </div>
352
353 <!-- Step 13 -->
354 <div class="asm-step">
355 <div class="asm-step-header">
356 <div class="asm-step-name">AL5B — Install Elbow Servo</div>
357 <div class="asm-step-num">Step 13 / 28</div>
358 </div>
359 <div class="asm-step-body">
360 <div class="asm-step-text">
361 <p>Attach the <b>HS-645MG</b> elbow servo to the bracket using the 3mm hardware per the diagram below. Use two #2 x 1/4" tapping screws to secure the bracket to the servo horn. Route the elbow servo wires over the servo. Plug the servo into channel 2 on the SSC-32.</p>
362 <div class="asm-parts">
363 <div class="asm-part">
364 <div class="asm-part-info"><div class="asm-part-qty">2x</div><div class="asm-part-name">#2 x .250" tapping screw</div></div>
365 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/2250phts.gif"></div>
366 </div>
367 <div class="asm-part">
368 <div class="asm-part-info"><div class="asm-part-qty">—</div><div class="asm-part-name">Bracket mounting diagram</div></div>
369 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/brack02.gif"></div>
370 </div>
371 </div>
372 </div>
373 <div class="asm-step-figure">
374 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5b06.jpg">
375 <span>Figure 13.</span>
376 </div>
377 </div>
378 </div>
379
380 <!-- Step 14 -->
381 <div class="asm-step">
382 <div class="asm-step-header">
383 <div class="asm-step-name">AL5B — Attach Gripper Connector</div>
384 <div class="asm-step-num">Step 14 / 28</div>
385 </div>
386 <div class="asm-step-body">
387 <div class="asm-step-text">
388 <p>Attach the Little Gripper connector to the short "C" bracket using two 2-56 x .250" screws and 2-56 nuts.</p>
389 <div class="asm-parts">
390 <div class="asm-part">
391 <div class="asm-part-info"><div class="asm-part-qty">2x</div><div class="asm-part-name">2-56 x .250" Phillips screw</div></div>
392 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/256025ph.gif"></div>
393 </div>
394 <div class="asm-part">
395 <div class="asm-part-info"><div class="asm-part-qty">2x</div><div class="asm-part-name">2-56 nut</div></div>
396 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/256zpn.gif"></div>
397 </div>
398 </div>
399 </div>
400 <div class="asm-step-figure">
401 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5a11.jpg">
402 <span>Figure 14.</span>
403 </div>
404 </div>
405 </div>
406
407 <!-- Step 15 -->
408 <div class="asm-step">
409 <div class="asm-step-header">
410 <div class="asm-step-name">AL5B — Wrist Ball Bearing</div>
411 <div class="asm-step-num">Step 15 / 28</div>
412 </div>
413 <div class="asm-step-body">
414 <div class="asm-step-text">
415 <p>Attach the short "C" bracket to the other Multi-Purpose bracket as shown. Refer to the diagram below for detailed ball bearing installation information.</p>
416 <div style="margin-top:0.75rem; text-align:center;">
417 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/ballb02b.gif" style="max-width:100%; border:1px solid #ccc; border-radius:4px;">
418 </div>
419 </div>
420 <div class="asm-step-figure">
421 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5a12.jpg">
422 <span>Figure 15.</span>
423 </div>
424 </div>
425 </div>
426
427 <!-- Step 16 -->
428 <div class="asm-step">
429 <div class="asm-step-header">
430 <div class="asm-step-name">AL5B — Install Wrist Servo</div>
431 <div class="asm-step-num">Step 16 / 28</div>
432 </div>
433 <div class="asm-step-body">
434 <div class="asm-step-text">
435 <p>Attach the <b>HS-485HB</b> wrist servo to the bracket using the 3mm hardware per the diagram below. Use two #2 x 1/4" tapping screws to secure the bracket to the servo horn. Route the wires over the servo.</p>
436 <div class="asm-parts">
437 <div class="asm-part">
438 <div class="asm-part-info"><div class="asm-part-qty">2x</div><div class="asm-part-name">#2 x .250" tapping screw</div></div>
439 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/2250phts.gif"></div>
440 </div>
441 <div class="asm-part">
442 <div class="asm-part-info"><div class="asm-part-qty">—</div><div class="asm-part-name">Bracket mounting diagram</div></div>
443 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/brack02.gif"></div>
444 </div>
445 </div>
446 </div>
447 <div class="asm-step-figure">
448 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5a13.jpg">
449 <span>Figure 16.</span>
450 </div>
451 </div>
452 </div>
453
454 <!-- Steps 17 & 18 -->
455 <div class="asm-step">
456 <div class="asm-step-header">
457 <div class="asm-step-name">AL5B — Install Gripper &amp; Extend Servo Cables</div>
458 <div class="asm-step-num">Steps 17–18 / 28</div>
459 </div>
460 <div class="asm-step-body">
461 <div class="asm-step-text">
462 <p><b>Step 17:</b> Attach the Little Grip to the Lexan using three 4-40 x .375" button head screws and acorn locking nuts (three only — the gripper servo body blocks the fourth). Align the HS-422 servo to mid-position with the gripper halfway open. Remove the servo screw and horn, slide the servo in from the bottom, reseat, and replace the screw. Tighten then unscrew half a turn — too much friction can bind the servo.</p>
463 <p><b>Step 18:</b> Add a <b>12" servo extender cable</b> to the gripper servo and a <b>6" extender cable</b> to the wrist servo.</p>
464 <div class="asm-parts">
465 <div class="asm-part">
466 <div class="asm-part-info"><div class="asm-part-qty">3x (NOT four)</div><div class="asm-part-name">4-40 x .375" button head screw</div></div>
467 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/4375hbs.gif"></div>
468 </div>
469 <div class="asm-part">
470 <div class="asm-part-info"><div class="asm-part-qty">3x (NOT four)</div><div class="asm-part-name">4-40 acorn locking nut</div></div>
471 <div class="asm-part-img"><img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/440nan.GIF"></div>
472 </div>
473 </div>
474 </div>
475 <div class="asm-figures">
476 <div class="asm-step-figure">
477 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5a14.jpg">
478 <span>Figure 17.</span>
479 </div>
480 <div class="asm-step-figure">
481 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5b07.jpg">
482 <span>Figure 18.</span>
483 </div>
484 </div>
485 </div>
486 </div>
487
488 <!-- Step 19 -->
489 <div class="asm-step">
490 <div class="asm-step-header">
491 <div class="asm-step-name">AL5B — Route Wrist Cables</div>
492 <div class="asm-step-num">Step 19 / 28</div>
493 </div>
494 <div class="asm-step-body">
495 <div class="asm-step-text">
496 <p>Carefully bend the wrist servo back as far as it will go and use wire ties to secure the servo cables as shown. Leave slack in the gripper servo cable — do not pull too tight.</p>
497 </div>
498 <div class="asm-step-figure">
499 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5b08.jpg">
500 <span>Figure 19.</span>
501 </div>
502 </div>
503 </div>
504
505 <!-- Step 20 -->
506 <div class="asm-step">
507 <div class="asm-step-header">
508 <div class="asm-step-name">AL5B — Route Arm Cables &amp; Plug In Servos</div>
509 <div class="asm-step-num">Step 20 / 28</div>
510 </div>
511 <div class="asm-step-body">
512 <div class="asm-step-text">
513 <p>Carefully stretch the arm forward as far as it will go and use wire ties to secure the cables. Leave slack — do not pull too tight. Plug the servos into the SSC-32 according to Table 20.</p>
514 </div>
515 <div class="asm-step-figure">
516 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5b09.jpg">
517 <span>Figure 20.</span>
518 </div>
519 </div>
520 <div class="asm-fullwidth">
521 <p style="font-weight:bold; margin-bottom:0.4rem;">SSC-32 Servo Channel Assignments (Table 20)</p>
522 <table class="ref-table" style="width:auto;">
523 <tr><th>SSC-32 Ch.</th><th>Servo</th></tr>
524 <tr><td>00</td><td>Base</td></tr>
525 <tr><td>01</td><td>Shoulder</td></tr>
526 <tr><td>02</td><td>Elbow</td></tr>
527 <tr><td>03</td><td>Wrist</td></tr>
528 <tr><td>04</td><td>Gripper</td></tr>
529 <tr><td>05</td><td>Wrist Rotate (optional)</td></tr>
530 </table>
531 </div>
532 </div>
533
534 <!-- Steps 21a / 21b -->
535 <div class="asm-step">
536 <div class="asm-step-header">
537 <div class="asm-step-name">AL5B — Test Servos</div>
538 <div class="asm-step-num">Steps 21a–21b / 28</div>
539 </div>
540 <div class="asm-step-body">
541 <div class="asm-step-text">
542 <p><span class="optional">SSC-32 (Serial) — Step 21a</span><br>
543 Download and install <a href="https://wiki.lynxmotion.com/info/wiki/lynxmotion/view/ses-software/lynxterm/" target="_blank">LynxTerm</a>. Connect the SSC-32 to the serial port and apply power. The green LED should light up. Run LynxTerm. Consult the <a href="https://community.robotshop.com/forum/t/serial-usb-to-serial-port-troubleshooting/17938" target="_blank">serial troubleshooting guide</a> if needed. Select each channel 0–4 and test carefully using the slider bar.</p>
544 <p><span class="optional">SSC-32U (USB) — Step 21b</span><br>
545 Download and install the <a href="https://wiki.lynxmotion.com/info/wiki/lynxmotion/view/ses-software/ssc-32-sequencer/" target="_blank">SSC-32 Servo Sequencer Utility</a>. Connect the USB cable and power the board. Set baud rate to 9600. The software auto-detects the COM port with <a href="http://www.ftdichip.com/Drivers/VCP.htm" target="_blank">FTDI drivers</a>. Ensure servos 0–4 are checked, then use the sliders to verify each servo. See the <a href="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/ses-software/ssc-32-sequencer/WebHome/SSC32%20Servo%20Sequencer.pdf" target="_blank">SSC-32 Servo Sequencer Utility manual</a> for more information.</p>
546 </div>
547 <div class="asm-figures">
548 <div class="asm-step-figure">
549 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/lterm01.jpg">
550 <span>Figure 21a (LynxTerm).</span>
551 </div>
552 <div class="asm-step-figure">
553 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/RB-Dsp-07.jpg">
554 <span>Figure 21b (SSC-32 Utility).</span>
555 </div>
556 </div>
557 </div>
558 </div>
559
560 <!-- Steps 22a / 22b -->
561 <div class="asm-step">
562 <div class="asm-step-header">
563 <div class="asm-step-name">AL5B — Center All Servos</div>
564 <div class="asm-step-num">Steps 22a–22b / 28</div>
565 </div>
566 <div class="asm-step-body">
567 <div class="asm-step-text">
568 <p><span class="optional">SSC-32 (Serial) — Step 22a</span><br>
569 Click "All = 1500" in LynxTerm. The arm should look like Figure 22. If any joint is off by more than 15°, check your assembly. If you did not purchase RIOS, proceed to Step 27.</p>
570 <p><span class="optional">SSC-32U (USB) — Step 22b</span><br>
571 Click "Calibrate" in the SSC-32 Servo Sequencer Utility. Knobs appear next to each servo — click and drag up/down to fine-tune until the arm matches Figure 22. Once all servos are positioned correctly, click "Calibrate" again to store the offset values. If you did not purchase RIOS, proceed to Step 27.</p>
572 </div>
573 <div class="asm-figures">
574 <div class="asm-step-figure">
575 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/lterm02.jpg">
576 <span>Figure 22a (LynxTerm — All=1500).</span>
577 </div>
578 <div class="asm-step-figure">
579 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5b13.jpg">
580 <span>Figure 22 (target position).</span>
581 </div>
582 <div class="asm-step-figure">
583 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/ssc-32-utility-calibrate.jpg">
584 <span>Figure 22b (SSC-32 Utility calibrate).</span>
585 </div>
586 </div>
587 </div>
588 </div>
589
590 <!-- Step 23 RIOS -->
591 <div class="asm-step">
592 <div class="asm-step-header">
593 <div class="asm-step-name">AL5B — Adjust Elbow for RIOS</div>
594 <div class="asm-step-num">Step 23 / 28</div>
595 </div>
596 <div class="asm-step-body">
597 <div class="asm-step-text">
598 <span class="optional">RIOS Users Only</span>
599 <p>Remove the servo horn screw from the elbow servo. Pull the horn off, lift the arm two clicks (30°) at the elbow, and reattach the horn and screw. Note: the Hitec spline has 24 grooves — each groove is 15°.</p>
600 </div>
601 <div class="asm-step-figure">
602 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5b10.jpg">
603 <span>Figure 23.</span>
604 </div>
605 </div>
606 </div>
607
608 <!-- Step 24 RIOS -->
609 <div class="asm-step">
610 <div class="asm-step-header">
611 <div class="asm-step-name">AL5B — Install &amp; Calibrate RIOS</div>
612 <div class="asm-step-num">Step 24 / 28</div>
613 </div>
614 <div class="asm-step-body">
615 <div class="asm-step-text">
616 <span class="optional">RIOS Users Only</span>
617 <p>Install RIOS following the on-screen prompts. The serial number is on the back of the CD sleeve. Use the RIOS Help File (Steps 1–7) to calibrate and use the arm. Perform an accurate calibration — if the on-screen virtual arm does not match the real arm, the calibration is inaccurate. Study the RIOS manual to learn how to store and playback sequences.</p>
618 </div>
619 <div class="asm-step-figure">
620 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/rios03.jpg">
621 <span>Figure 24 (RIOS).</span>
622 </div>
623 </div>
624 </div>
625
626 <!-- Step 25 RIOS -->
627 <div class="asm-step">
628 <div class="asm-step-header">
629 <div class="asm-step-name">AL5B — Calibrate Shoulder in RIOS</div>
630 <div class="asm-step-num">Step 25 / 28</div>
631 </div>
632 <div class="asm-step-body">
633 <div class="asm-step-text">
634 <span class="optional">RIOS Users Only</span>
635 <p>To calibrate the arm's Shoulder servo, click the "SSC-32" button in RIOS.</p>
636 </div>
637 <div class="asm-step-figure">
638 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/rios04.jpg">
639 <span>Figure 25 (RIOS).</span>
640 </div>
641 </div>
642 </div>
643
644 <!-- Step 26 RIOS -->
645 <div class="asm-step">
646 <div class="asm-step-header">
647 <div class="asm-step-name">AL5B — Set Shoulder Min/Max in RIOS</div>
648 <div class="asm-step-num">Step 26 / 28</div>
649 </div>
650 <div class="asm-step-body">
651 <div class="asm-step-text">
652 <span class="optional">RIOS Users Only</span>
653 <p>Select Shoulder servo #2. Move the slider up (forward) until it looks like Figure 26-2. Set Min Deg to -90° and right-click the slider to set as Min Position.</p>
654 <p>Move the slider down (backward) until it looks like Figure 26-3. Set Max Deg to <b>90°</b> and right-click to set as Max Position.</p>
655 <p>Read the RIOS users guide (Help icon on main screen or <code>C:\Program Files\RIOS_SSC-32\Help.pdf</code>) for full usage instructions.</p>
656 </div>
657 <div class="asm-figures">
658 <div class="asm-step-figure">
659 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/rios01.jpg">
660 <span>Figure 26-1 (RIOS).</span>
661 </div>
662 <div class="asm-step-figure">
663 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5_90.jpg">
664 <span>Figure 26-2 (Shoulder at -90°).</span>
665 </div>
666 <div class="asm-step-figure">
667 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5_902.jpg">
668 <span>Figure 26-3 (Shoulder at 90°).</span>
669 </div>
670 </div>
671 </div>
672 </div>
673
674 <!-- Step 27 -->
675 <div class="asm-step">
676 <div class="asm-step-header">
677 <div class="asm-step-name">AL5B — Install Load-Balancing Springs</div>
678 <div class="asm-step-num">Step 27 / 28</div>
679 </div>
680 <div class="asm-step-body">
681 <div class="asm-step-text">
682 <p>To connect springs for load-balancing, replace the servo attachment hardware in the locations shown, following the diagrams below. Hook the springs together after they're secured.</p>
683 <div style="margin-top:0.75rem; display:flex; flex-direction:column; gap:0.5rem;">
684 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/spr03.gif" style="max-width:100%; border:1px solid #ccc; border-radius:4px;">
685 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/spr02.gif" style="max-width:100%; border:1px solid #ccc; border-radius:4px;">
686 </div>
687 </div>
688 <div class="asm-step-figure">
689 <img src="https://wiki.lynxmotion.com/info/wiki/lynxmotion/download/servo-erector-set-robots-kits/ses-v1-robots/ses-v1-arms/al5b-arm-rev-2-1/WebHome/al5b11.jpg">
690 <span>Figure 27.</span>
691 </div>
692 </div>
693 </div>
694
695 <!-- Step 28 -->
696 <div class="asm-step">
697 <div class="asm-step-header">
698 <div class="asm-step-name">AL5B — Assembly Complete!</div>
699 <div class="asm-step-num">Step 28 / 28</div>
700 </div>
701 <div class="asm-step-body">
702 <div class="asm-step-text">
703 <p>The arm assembly is complete. The arm is mechanically robust, but servos can be damaged by improper use — commanding an unobtainable position, crashing the arm into itself or other objects. The elbow servo is most vulnerable as it bears the full forearm weight. Load-balancing springs reduce this load.</p>
704 <p>If you purchased FlowBotics Studio, FlowStone, or FlowArm, proceed with the instruction guides associated with those programs.</p>
705 <p><span class="warning">Important: People do not like holding heavy objects with their arms outstretched. Servo-based robot arms don't either. The most important rule: Park the arm when not in motion! When moving or at rest it is usually fine. When holding an object, do so for the minimum time required. You can always touch the servo case to check if it is getting hot.</span></p>
706 </div>
707 </div>
708 </div>
709
710 </div>
711 {{/html}}

Recently Visited

Copyright RobotShop 2018