Version 62.1 by Eric Nantel on 2026/04/06 09:18

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 260px; 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.75rem; min-height: 150px; background: #fff; }
21 .asm-part-img img { max-width: 220px; max-height: 140px; 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 .ref-table { border-collapse: collapse; width: 100%; font-size: 12px; }
24 .ref-table th { background: #ccc; border: 1px solid #aaa; padding: 0.3rem 0.6rem; text-align: center; }
25 .ref-table td { border: 1px solid #ddd; padding: 0.3rem 0.6rem; text-align: center; }
26 .ref-table tr:nth-child(odd) td { background: #f9f9f9; }
27 .ref-table tr:nth-child(even) td { background: #fff; }
28 .asm-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; }
29 .asm-warning { color: #c00; font-weight: bold; }
30 .asm h1 { font-size: 18px; margin-bottom: 0.25rem; }
31 @media (max-width: 600px) {
32 .asm-parts { flex-direction: column; }
33 .asm-part { flex: 1 1 100%; }
34 .asm-part-img { min-height: unset; padding: 1rem; }
35 .asm-part-img img { max-width: 100%; max-height: none; width: 100%; height: auto; }
36 .asm-step-body { flex-direction: column; }
37 .asm-step-figure { flex: 1 1 100%; }
38 .asm-step-figure img { max-width: 100%; width: 100%; }
39 .asm-figures { flex-direction: column; flex: 1 1 100%; }
40 .asm-step-name { font-size: 13px; }
41 .asm-step-num { font-size: 13px; padding: 0.6rem 0.6rem; }
42 .asm-fullwidth { overflow-x: auto; }
43 .ref-table { min-width: 400px; }
44 }
45 </style>
46
47 <div class="asm">
48
49 <!-- Header -->
50 <div style="padding: 0.5rem 0 1rem 0; display:flex; flex-wrap:wrap; gap:1.5rem; align-items:flex-start;">
51 <div style="flex:1 1 300px;">
52 <h1 class="asm">AL5B Arm Assembly Instructions Rev. 2.1</h1>
53 <p><b>Updated December 2014</b></p>
54 <p><span class="asm-warning">Safety first!</span> Wear eye protection and never touch a powered robot!</p>
55 <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>
56 <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.</p>
57 </div>
58 <div style="text-align:center; flex:0 1 280px;">
59 <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;">
60 <p style="font-size:12px; color:#666; margin-top:0.3rem;"><b>Complete arm (SSC-32 shown).</b></p>
61 </div>
62 </div>
63
64 <!-- Lexan Prep -->
65 <div class="asm-step">
66 <div class="asm-step-header">
67 <div class="asm-step-name">AL5B — Lexan Preparation</div>
68 <div class="asm-step-num">&nbsp;</div>
69 </div>
70 <div class="asm-step-body">
71 <div class="asm-step-text">
72 <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 off. On smaller pieces, use duct tape after scraping. For further information see <a href="https://wiki.lynxmotion.com/info/wiki/lynxmotion/view/support/polycarbonate-info-page/" target="_blank">this page</a>.</p>
73 </div>
74 <div class="asm-step-figure">
75 <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">
76 <span>Lexan Preparation.</span>
77 </div>
78 </div>
79 </div>
80
81 <!-- Step 1 -->
82 <div class="asm-step">
83 <div class="asm-step-header">
84 <div class="asm-step-name">AL5B — Base Bracket Assembly</div>
85 <div class="asm-step-num">Step 1 / 28</div>
86 </div>
87 <div class="asm-step-body">
88 <div class="asm-step-text">
89 <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>
90 <div class="asm-parts">
91 <div class="asm-part">
92 <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>
93 <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>
94 </div>
95 <div class="asm-part">
96 <div class="asm-part-info"><div class="asm-part-qty">2x</div><div class="asm-part-name">2-56 nut</div></div>
97 <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>
98 </div>
99 </div>
100 </div>
101 <div class="asm-step-figure">
102 <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">
103 <span>Figure 1.</span>
104 </div>
105 </div>
106 </div>
107
108 <!-- Step 2 -->
109 <div class="asm-step">
110 <div class="asm-step-header">
111 <div class="asm-step-name">AL5B — Mechanical Dampening Panels</div>
112 <div class="asm-step-num">Step 2 / 28</div>
113 </div>
114 <div class="asm-step-body">
115 <div class="asm-step-text">
116 <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>
117 <div style="margin-top:0.75rem;">
118 <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;">
119 </div>
120 </div>
121 <div class="asm-step-figure">
122 <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">
123 <span>Figure 2.</span>
124 </div>
125 </div>
126 </div>
127
128 <!-- Step 3 -->
129 <div class="asm-step">
130 <div class="asm-step-header">
131 <div class="asm-step-name">AL5B — Shoulder Pivot Screw</div>
132 <div class="asm-step-num">Step 3 / 28</div>
133 </div>
134 <div class="asm-step-body">
135 <div class="asm-step-text">
136 <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>
137 <div class="asm-parts">
138 <div class="asm-part">
139 <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>
140 <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>
141 </div>
142 <div class="asm-part">
143 <div class="asm-part-info"><div class="asm-part-qty">1x</div><div class="asm-part-name">4-40 steel nut</div></div>
144 <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>
145 </div>
146 </div>
147 </div>
148 <div class="asm-step-figure">
149 <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">
150 <span>Figure 3.</span>
151 </div>
152 </div>
153 </div>
154
155 <!-- Step 4 -->
156 <div class="asm-step">
157 <div class="asm-step-header">
158 <div class="asm-step-name">AL5B — Shoulder Dampener Lock Nut</div>
159 <div class="asm-step-num">Step 4 / 28</div>
160 </div>
161 <div class="asm-step-body">
162 <div class="asm-step-text">
163 <p>Slide the large "C" bracket end over the screw and secure with a nylon insert lock nut. Start loose — tighten only if the arm wobbles. <span class="asm-warning">Caution: do not over-tighten! If dampeners are too tight the servo WILL heat up and CAN be damaged!</span></p>
164 <div class="asm-parts">
165 <div class="asm-part">
166 <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>
167 <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>
168 </div>
169 </div>
170 </div>
171 <div class="asm-step-figure">
172 <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">
173 <span>Figure 4.</span>
174 </div>
175 </div>
176 </div>
177
178 <!-- Step 5 -->
179 <div class="asm-step">
180 <div class="asm-step-header">
181 <div class="asm-step-name">AL5B — Prepare Shoulder Servo Horn</div>
182 <div class="asm-step-num">Step 5 / 28</div>
183 </div>
184 <div class="asm-step-body">
185 <div class="asm-step-text">
186 <p>Replace the black servo horn on the HS-755HB mega servo with the round nylon servo horn. Remove the screw without rotating the horn, pull it off, press the nylon horn in place as shown, and replace the screw. The arrows point to the screw holes you will use.</p>
187 </div>
188 <div class="asm-step-figure">
189 <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">
190 <span>Figure 5.</span>
191 </div>
192 </div>
193 </div>
194
195 <!-- Step 6 -->
196 <div class="asm-step">
197 <div class="asm-step-header">
198 <div class="asm-step-name">AL5B — Install Shoulder Servo</div>
199 <div class="asm-step-num">Step 6 / 28</div>
200 </div>
201 <div class="asm-step-body">
202 <div class="asm-step-text">
203 <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 wires underneath the servo. Plug into channel 1 on the SSC-32. Rotate to an extreme and use a wire tie to take up cable slack.</p>
204 <div class="asm-parts">
205 <div class="asm-part">
206 <div class="asm-part-info"><div class="asm-part-qty">2x</div><div class="asm-part-name">#2 x .250" tapping screw</div></div>
207 <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>
208 </div>
209 <div class="asm-part">
210 <div class="asm-part-info"><div class="asm-part-qty">—</div><div class="asm-part-name">Hole position reference</div></div>
211 <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/holes.gif"></div>
212 </div>
213 <div class="asm-part">
214 <div class="asm-part-info"><div class="asm-part-qty">—</div><div class="asm-part-name">Bracket mounting diagram</div></div>
215 <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>
216 </div>
217 </div>
218 </div>
219 <div class="asm-step-figure">
220 <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">
221 <span>Figure 6.</span>
222 </div>
223 </div>
224 </div>
225
226 <!-- Step 7 -->
227 <div class="asm-step">
228 <div class="asm-step-header">
229 <div class="asm-step-name">AL5B — Forearm Tubing Hubs</div>
230 <div class="asm-step-num">Step 7 / 28</div>
231 </div>
232 <div class="asm-step-body">
233 <div class="asm-step-text">
234 <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>
235 <div class="asm-parts">
236 <div class="asm-part">
237 <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>
238 <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>
239 </div>
240 <div class="asm-part">
241 <div class="asm-part-info"><div class="asm-part-qty">4x (2 each)</div><div class="asm-part-name">2-56 nut</div></div>
242 <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>
243 </div>
244 </div>
245 </div>
246 <div class="asm-step-figure">
247 <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">
248 <span>Figure 7.</span>
249 </div>
250 </div>
251 </div>
252
253 <!-- Step 8 -->
254 <div class="asm-step">
255 <div class="asm-step-header">
256 <div class="asm-step-name">AL5B — Connect Forearm Tube</div>
257 <div class="asm-step-num">Step 8 / 28</div>
258 </div>
259 <div class="asm-step-body">
260 <div class="asm-step-text">
261 <p>Connect the hubs to the <b>2.25" tube</b> using two 4-40 x .250" screws. Tighten firmly.</p>
262 <div class="asm-parts">
263 <div class="asm-part">
264 <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>
265 <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>
266 </div>
267 </div>
268 </div>
269 <div class="asm-step-figure">
270 <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">
271 <span>Figure 8.</span>
272 </div>
273 </div>
274 </div>
275
276 <!-- Step 9 -->
277 <div class="asm-step">
278 <div class="asm-step-header">
279 <div class="asm-step-name">AL5B — Attach Multi-Purpose Brackets</div>
280 <div class="asm-step-num">Step 9 / 28</div>
281 </div>
282 <div class="asm-step-body">
283 <div class="asm-step-text">
284 <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>
285 <div class="asm-parts">
286 <div class="asm-part">
287 <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>
288 <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>
289 </div>
290 <div class="asm-part">
291 <div class="asm-part-info"><div class="asm-part-qty">4x (2 each)</div><div class="asm-part-name">2-56 nut</div></div>
292 <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>
293 </div>
294 </div>
295 </div>
296 <div class="asm-step-figure">
297 <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">
298 <span>Figure 9.</span>
299 </div>
300 </div>
301 </div>
302
303 <!-- Step 10 -->
304 <div class="asm-step">
305 <div class="asm-step-header">
306 <div class="asm-step-name">AL5B — Elbow Pivot Screw</div>
307 <div class="asm-step-num">Step 10 / 28</div>
308 </div>
309 <div class="asm-step-body">
310 <div class="asm-step-text">
311 <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>
312 <div class="asm-parts">
313 <div class="asm-part">
314 <div class="asm-part-info"><div class="asm-part-qty">1x</div><div class="asm-part-name">4-40 steel nut</div></div>
315 <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>
316 </div>
317 <div class="asm-part">
318 <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>
319 <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>
320 </div>
321 </div>
322 </div>
323 <div class="asm-step-figure">
324 <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">
325 <span>Figure 10.</span>
326 </div>
327 </div>
328 </div>
329
330 <!-- Step 11 -->
331 <div class="asm-step">
332 <div class="asm-step-header">
333 <div class="asm-step-name">AL5B — Elbow Dampener Lock Nut</div>
334 <div class="asm-step-num">Step 11 / 28</div>
335 </div>
336 <div class="asm-step-body">
337 <div class="asm-step-text">
338 <p>Slide the screw through the dampening discs and secure with a nylon insert lock nut. Start loose — tighten only if the arm wobbles. <span class="asm-warning">Caution: do not over-tighten! If dampeners are too tight the servo WILL heat up and CAN be damaged!</span></p>
339 <div class="asm-parts">
340 <div class="asm-part">
341 <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>
342 <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>
343 </div>
344 </div>
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/al5b05.jpg">
348 <span>Figure 11.</span>
349 </div>
350 </div>
351 </div>
352
353 <!-- Step 12 -->
354 <div class="asm-step">
355 <div class="asm-step-header">
356 <div class="asm-step-name">AL5B — Verify Elbow Servo Horn Position</div>
357 <div class="asm-step-num">Step 12 / 28</div>
358 </div>
359 <div class="asm-step-body">
360 <div class="asm-step-text">
361 <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>
362 </div>
363 <div class="asm-step-figure">
364 <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">
365 <span>Figure 12.</span>
366 </div>
367 </div>
368 </div>
369
370 <!-- Step 13 -->
371 <div class="asm-step">
372 <div class="asm-step-header">
373 <div class="asm-step-name">AL5B — Install Elbow Servo</div>
374 <div class="asm-step-num">Step 13 / 28</div>
375 </div>
376 <div class="asm-step-body">
377 <div class="asm-step-text">
378 <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 wires over the servo. Plug into channel 2 on the SSC-32.</p>
379 <div class="asm-parts">
380 <div class="asm-part">
381 <div class="asm-part-info"><div class="asm-part-qty">2x</div><div class="asm-part-name">#2 x .250" tapping screw</div></div>
382 <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>
383 </div>
384 <div class="asm-part">
385 <div class="asm-part-info"><div class="asm-part-qty">—</div><div class="asm-part-name">Hole position reference</div></div>
386 <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/holes.gif"></div>
387 </div>
388 <div class="asm-part">
389 <div class="asm-part-info"><div class="asm-part-qty">—</div><div class="asm-part-name">Bracket mounting diagram</div></div>
390 <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>
391 </div>
392 </div>
393 </div>
394 <div class="asm-step-figure">
395 <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">
396 <span>Figure 13.</span>
397 </div>
398 </div>
399 </div>
400
401 <!-- Step 14 -->
402 <div class="asm-step">
403 <div class="asm-step-header">
404 <div class="asm-step-name">AL5B — Attach Gripper Connector</div>
405 <div class="asm-step-num">Step 14 / 28</div>
406 </div>
407 <div class="asm-step-body">
408 <div class="asm-step-text">
409 <p>Attach the Little Gripper connector to the short "C" bracket using two 2-56 x .250" screws and 2-56 nuts.</p>
410 <div class="asm-parts">
411 <div class="asm-part">
412 <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>
413 <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>
414 </div>
415 <div class="asm-part">
416 <div class="asm-part-info"><div class="asm-part-qty">2x</div><div class="asm-part-name">2-56 nut</div></div>
417 <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>
418 </div>
419 </div>
420 </div>
421 <div class="asm-step-figure">
422 <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">
423 <span>Figure 14.</span>
424 </div>
425 </div>
426 </div>
427
428 <!-- Step 15 -->
429 <div class="asm-step">
430 <div class="asm-step-header">
431 <div class="asm-step-name">AL5B — Wrist Ball Bearing</div>
432 <div class="asm-step-num">Step 15 / 28</div>
433 </div>
434 <div class="asm-step-body">
435 <div class="asm-step-text">
436 <p>Attach the short "C" bracket to the other Multi-Purpose bracket as shown. Refer to the diagram below for detailed ball bearing installation.</p>
437 <div style="margin-top:0.75rem; text-align:center;">
438 <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;">
439 </div>
440 </div>
441 <div class="asm-step-figure">
442 <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">
443 <span>Figure 15.</span>
444 </div>
445 </div>
446 </div>
447
448 <!-- Step 16 -->
449 <div class="asm-step">
450 <div class="asm-step-header">
451 <div class="asm-step-name">AL5B — Install Wrist Servo</div>
452 <div class="asm-step-num">Step 16 / 28</div>
453 </div>
454 <div class="asm-step-body">
455 <div class="asm-step-text">
456 <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 wires over the servo.</p>
457 <div class="asm-parts">
458 <div class="asm-part">
459 <div class="asm-part-info"><div class="asm-part-qty">2x</div><div class="asm-part-name">#2 x .250" tapping screw</div></div>
460 <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>
461 </div>
462 <div class="asm-part">
463 <div class="asm-part-info"><div class="asm-part-qty">—</div><div class="asm-part-name">Hole position reference</div></div>
464 <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/holes.gif"></div>
465 </div>
466 <div class="asm-part">
467 <div class="asm-part-info"><div class="asm-part-qty">—</div><div class="asm-part-name">Bracket mounting diagram</div></div>
468 <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>
469 </div>
470 </div>
471 </div>
472 <div class="asm-step-figure">
473 <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">
474 <span>Figure 16.</span>
475 </div>
476 </div>
477 </div>
478
479 <!-- Steps 17 & 18 -->
480 <div class="asm-step">
481 <div class="asm-step-header">
482 <div class="asm-step-name">AL5B — Install Gripper &amp; Extend Servo Cables</div>
483 <div class="asm-step-num">Steps 17–18 / 28</div>
484 </div>
485 <div class="asm-step-body">
486 <div class="asm-step-text">
487 <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>
488 <p><b>Step 18:</b> Add a <b>12" extender</b> to the gripper servo and a <b>6" extender</b> to the wrist servo.</p>
489 <div class="asm-parts">
490 <div class="asm-part">
491 <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>
492 <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>
493 </div>
494 <div class="asm-part">
495 <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>
496 <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>
497 </div>
498 </div>
499 </div>
500 <div class="asm-figures">
501 <div class="asm-step-figure">
502 <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">
503 <span>Figure 17.</span>
504 </div>
505 <div class="asm-step-figure">
506 <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">
507 <span>Figure 18.</span>
508 </div>
509 </div>
510 </div>
511 </div>
512
513 <!-- Step 19 -->
514 <div class="asm-step">
515 <div class="asm-step-header">
516 <div class="asm-step-name">AL5B — Route Wrist Cables</div>
517 <div class="asm-step-num">Step 19 / 28</div>
518 </div>
519 <div class="asm-step-body">
520 <div class="asm-step-text">
521 <p>Carefully bend the wrist servo back as far as it will go and use wire ties to secure the cables as shown. Leave slack in the gripper cable — do not pull too tight.</p>
522 </div>
523 <div class="asm-step-figure">
524 <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">
525 <span>Figure 19.</span>
526 </div>
527 </div>
528 </div>
529
530 <!-- Step 20 -->
531 <div class="asm-step">
532 <div class="asm-step-header">
533 <div class="asm-step-name">AL5B — Route Arm Cables &amp; Plug In Servos</div>
534 <div class="asm-step-num">Step 20 / 28</div>
535 </div>
536 <div class="asm-step-body">
537 <div class="asm-step-text">
538 <p>Carefully stretch the arm forward as far as it will go and use wire ties to secure all cables. Leave slack — do not pull too tight. Plug the servos into the SSC-32 per Table 20.</p>
539 </div>
540 <div class="asm-step-figure">
541 <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">
542 <span>Figure 20.</span>
543 </div>
544 </div>
545 <div class="asm-fullwidth">
546 <p style="font-weight:bold; margin-bottom:0.4rem;">SSC-32 Servo Channel Assignments (Table 20)</p>
547 <table class="ref-table" style="width:auto;">
548 <tr><th>SSC-32 Ch.</th><th>Servo</th></tr>
549 <tr><td>00</td><td>Base</td></tr>
550 <tr><td>01</td><td>Shoulder</td></tr>
551 <tr><td>02</td><td>Elbow</td></tr>
552 <tr><td>03</td><td>Wrist</td></tr>
553 <tr><td>04</td><td>Gripper</td></tr>
554 <tr><td>05</td><td>Wrist Rotate (optional)</td></tr>
555 </table>
556 </div>
557 </div>
558
559 <!-- Steps 21a / 21b -->
560 <div class="asm-step">
561 <div class="asm-step-header">
562 <div class="asm-step-name">AL5B — Test Servos</div>
563 <div class="asm-step-num">Steps 21a–21b / 28</div>
564 </div>
565 <div class="asm-step-body">
566 <div class="asm-step-text">
567 <p><span class="asm-optional">SSC-32 (Serial) — Step 21a</span><br>
568 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 and test carefully using the slider bar.</p>
569 <p><span class="asm-optional">SSC-32U (USB) — Step 21b</span><br>
570 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 USB 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 manual</a> for more information.</p>
571 </div>
572 <div class="asm-figures">
573 <div class="asm-step-figure">
574 <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">
575 <span>Figure 21a (LynxTerm).</span>
576 </div>
577 <div class="asm-step-figure">
578 <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">
579 <span>Figure 21b (SSC-32 Utility).</span>
580 </div>
581 </div>
582 </div>
583 </div>
584
585 <!-- Steps 22a / 22b -->
586 <div class="asm-step">
587 <div class="asm-step-header">
588 <div class="asm-step-name">AL5B — Center All Servos</div>
589 <div class="asm-step-num">Steps 22a–22b / 28</div>
590 </div>
591 <div class="asm-step-body">
592 <div class="asm-step-text">
593 <p><span class="asm-optional">SSC-32 (Serial) — Step 22a</span><br>
594 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>
595 <p><span class="asm-optional">SSC-32U (USB) — Step 22b</span><br>
596 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 with correct angles. Once aligned, click "Calibrate" again to store the offset values. If you did not purchase RIOS, proceed to Step 27.</p>
597 </div>
598 <div class="asm-figures">
599 <div class="asm-step-figure">
600 <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">
601 <span>Figure 22a (LynxTerm — All=1500).</span>
602 </div>
603 <div class="asm-step-figure">
604 <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">
605 <span>Figure 22 (target position).</span>
606 </div>
607 <div class="asm-step-figure">
608 <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">
609 <span>Figure 22b (SSC-32 Utility calibrate).</span>
610 </div>
611 </div>
612 </div>
613 </div>
614
615 <!-- Step 23 RIOS -->
616 <div class="asm-step">
617 <div class="asm-step-header">
618 <div class="asm-step-name">AL5B — Adjust Elbow for RIOS</div>
619 <div class="asm-step-num">Step 23 / 28</div>
620 </div>
621 <div class="asm-step-body">
622 <div class="asm-step-text">
623 <span class="asm-optional">RIOS Users Only</span>
624 <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>
625 </div>
626 <div class="asm-step-figure">
627 <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">
628 <span>Figure 23.</span>
629 </div>
630 </div>
631 </div>
632
633 <!-- Step 24 RIOS -->
634 <div class="asm-step">
635 <div class="asm-step-header">
636 <div class="asm-step-name">AL5B — Install &amp; Calibrate RIOS</div>
637 <div class="asm-step-num">Step 24 / 28</div>
638 </div>
639 <div class="asm-step-body">
640 <div class="asm-step-text">
641 <span class="asm-optional">RIOS Users Only</span>
642 <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). Perform an accurate calibration — if the on-screen virtual arm doesn't match the real arm, calibration is inaccurate. Study the RIOS manual to learn how to store and playback sequences.</p>
643 </div>
644 <div class="asm-step-figure">
645 <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">
646 <span>Figure 24 (RIOS).</span>
647 </div>
648 </div>
649 </div>
650
651 <!-- Step 25 RIOS -->
652 <div class="asm-step">
653 <div class="asm-step-header">
654 <div class="asm-step-name">AL5B — Calibrate Shoulder in RIOS</div>
655 <div class="asm-step-num">Step 25 / 28</div>
656 </div>
657 <div class="asm-step-body">
658 <div class="asm-step-text">
659 <span class="asm-optional">RIOS Users Only</span>
660 <p>To calibrate the arm's Shoulder servo, click the "SSC-32" button in RIOS.</p>
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/rios04.jpg">
664 <span>Figure 25 (RIOS).</span>
665 </div>
666 </div>
667 </div>
668
669 <!-- Step 26 RIOS -->
670 <div class="asm-step">
671 <div class="asm-step-header">
672 <div class="asm-step-name">AL5B — Set Shoulder Min/Max in RIOS</div>
673 <div class="asm-step-num">Step 26 / 28</div>
674 </div>
675 <div class="asm-step-body">
676 <div class="asm-step-text">
677 <span class="asm-optional">RIOS Users Only</span>
678 <p>Select Shoulder servo #2. Move the slider up (forward) until it looks like Figure 26-2. Set Min Deg to <b>-90°</b> and right-click to set as Min Position.</p>
679 <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>
680 <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>
681 </div>
682 <div class="asm-figures">
683 <div class="asm-step-figure">
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/rios01.jpg">
685 <span>Figure 26-1 (RIOS).</span>
686 </div>
687 <div class="asm-step-figure">
688 <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">
689 <span>Figure 26-2 (Shoulder at -90°).</span>
690 </div>
691 <div class="asm-step-figure">
692 <img src="https://
Copyright RobotShop 2018