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

