Changes for page SES-PRO Robotic Arm UI
Last modified by Eric Nantel on 2024/10/16 14:33
Change comment: There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 1 removed)
Details
- Page properties
-
- Content
-
... ... @@ -6,381 +6,186 @@ 6 6 7 7 {{toc/}} 8 8 9 -= Installation = 10 - 11 -Windows 7 Operating System or above 12 - 13 13 = Description = 14 14 15 -The Lynxmotion Servo Erector Set Professional (SES PRO) Arm Interface is a simple software which allows a user to control any of the Lynxmotion Professional Modular robotic arms in their default configuration. The two compatible gripper kits which are compatible with the SES PRO system (based on the DH Robotics PGE-50-40 and CGE-10-10 DC grillers) can also be controlled via this interface in each of their possible configurations. The included manual jog feature can be used to either position each joint angle, or move to specific cartesian coordinates. Arm (and gripper) positions can then be recorded as part of the built-in sequencer. A 3D display of the arm shows the position of the arm, and a graph can be used to show various information to the user. In order to get a better understanding of the protocol, commands sent to the arm are shown in the interface, and a user input field are standard. 16 16 17 17 = Features = 18 18 19 -* Angular and cartesian positioning of the end effector 20 -* 3D graphical display of the appropriate robotic arm and end effector 21 -* Sequencer to record and play back frames (single, looped or infinite) 22 -* Error checking (speed, temperature etc.) 23 -* Command output and user input 24 -* Safety (Software E-Stop, Halt&Hold & Limp) 25 25 26 -|(% colspan="2" %)((( 27 -= User Guide = 28 -))) 29 -|(% style="width:25px" %) |((( 30 -Pressing the i "Information" icon in the software will bring you to this page. Before proceeding with the guide, it is important to note the following: 15 +<direct commands> 31 31 32 -* Neither the servos nor the arm are meant to be operated in proximity of humans as they do not have "collaborative" (COBOT) features and do not detect collision 33 -* The servos use stepper motors and do NOT include mechanical brakes. If the stepper motor is unable to retain or move to a desired angle (insufficient torque), the motor will rotate freely as opposed to hold the last position 34 -))) 35 -|(% colspan="2" %)((( 36 -== IMPORTANT == 37 -))) 38 -| |((( 39 -=== Payload Considerations === 17 +* Does not require ‘#’ and ‘\r’ chars, example for #254Q\r the user should enter 254Q. 18 +* The replies of the query commands are shown in the text field below. 19 +* The commands are validated, and it shows a notification in case of error. 20 +* Supported commands: 40 40 41 -1. The rated payload for each arm does NOT include an end effector, nor any added distance between the center of mass of the payload and the output of the final joint. Each of the two compatible Lynxmotion PRO grippers reduce the maximum payload of each arm, and it is up to the user to known and understand the concept of "torque" and center of mass before adding an end effector and payload. 42 -1. The rated maximum payload for each arm (at full reach) is at the rated speed for each motor. Moving any joint at a higher speed will decrease the payload capacity of the robot. 43 -1. Although each servo can provide significantly more torque than is needed for the rated payload (and therefore means the arm can support much higher loads at lower speeds, the mechanical and modular structure of the arms may fail. We strongly suggest testing and using each arm in a highly controlled and safe setting where, if a failure should occur with one or more joints, that nothing will break should the arm fall. 44 -1. The stepper motors provide the highest torque at low speeds, and lower torque at high speeds. Note that the maxium torque is not at the lowest speed as the torque to rpm curve for each servo resembles a "mountain". 45 -))) 46 -| |((( 47 -=== Emergency === 22 +Action: 48 48 49 - Beforeusingthearm,itisimportantthatauser know what to do when an issue or emergency arises where the armmust be stopped quickly. The following emergency options areavailable based on severity:24 + # Communication setup 50 50 51 - **Halt&Hold**26 + RESET = "RESET" 52 52 53 - Thiswillstop everyjointsandholdthemintheir last recorded angular positions.Thecorrespondingcommand is #254H<cr>.28 + DEFAULT_CONFIGURATION = "DEFAULT" 54 54 55 - **Limp**30 + FIRMWARE_UPDATE_MODE = "UPDATE" 56 56 57 - Alljointswillgolimpwhichmeantherewillbenothing avoiding them to turn freely (potentially causing the arm to fall). The high gear ratio of the strain wave gearing does mean there is some (low) level of resistant to rotation, but the gears and motor are nto"locked"and as such, the arm may fall. The corresponding command is #254L<cr>.32 + CONFIRM_CHANGES = "CONFIRM" 58 58 59 - **Software Stop**34 + # Motion 60 60 61 - TheE-stopbuttonwithinthesoftwaresetsalljointstolimp.36 + POSITION = "D" 62 62 63 -**Hardware E-Stop** 64 -A hardware E-stop (push to cut power) button is located on the power supply which will cut electricity to all actuators. Similar to a limp command, this can possibly cause the arm to fall. To reset this button, rotate the red "mushroom" in the direction indicated by the white arrows and it will spring out. 65 -))) 66 -|(% colspan="2" %)((( 67 -== Arm Connection == 68 -))) 69 -| |((( 70 -**Model** 38 + MOVE_DEGREES = "MD" 71 71 72 - ThesoftwarecurrentlysupportsthefollowingLynxmotionPROArms:40 + WHEEL_MODE_DEGREES = "WD" 73 73 74 -* 550mm 5DoF 75 -* 550mm 6DoF 76 -* 900mm 5DoF 77 -* 900mm 6DoF 42 + WHEEL_MODE_RPM = "WR" 78 78 79 - Inpractice,each5DoFarmhasjoint4at a fixed angle, otherwise the arms are identical to the 6DoF. Users can always purchase the missing actuator to upgrade to a 6DoF.44 + HALT_AND_HOLD = "H" 80 80 81 - **COMPort**46 + LIMP = "L" 82 82 83 - Thefirstjointatthebase(J1)mustbeconnected via USB toa computer runningthesofware. No other joints should have a USB connection. A USB 3.0port or higher on the computer is suggested, as the lower communication speeds fo USB 2.0 or 1.0 may impede communication and cause unecessary delay or issues.48 + # Motion setup 84 84 85 - **Connect**50 + ORIGIN_OFFSET = "O" 86 86 87 -Once the COM port has been selection, the CONNECT button can be pressed, and once a servo has been found, the light next to it will go from red to green. 88 -))) 89 -|(% colspan="2" %)((( 90 -== Gripper Controls == 91 -))) 92 -| |((( 93 -**Model** 52 + ANGULAR_RANGE = "AR" 94 94 95 - ThesoftwarecurrentlysupportstwomodelsofLynxmotionPRO compatible grippers based on DH Robots' PGE-50-40 andCGE-10-10 electric grippers. TheLynxmotion kits include hardware to mount the fingers in multiple different offsets for smaller or larger objects.Inthesequencer, the position of the fingers for each gripper are included in the sequencer as J7.54 + ANGULAR_ACCELERATION = "AA" 96 96 97 -* PGE-50-40 (40mm default configuration) 98 -* PGE-50-40 (60mm configuration) 99 -* PGE-50-40 (80mm configuration) 100 -* CGE-10-10 (20mm configuration) 101 -* CGE-10-10 (40mm configuration) 102 -* CGE-10-10 (60mm configuration) 56 + ANGULAR_DECELERATION = "AD" 103 103 104 - **COMPort**58 + GYRE_DIRECTION = "G" 105 105 106 - ChoosetheappropriateCOMporttowhichthegripper is connected (via its own USBcable).If you are not certain, you can check Windows ->Device Manager60 + MAX_SPEED_DEGREES = "SD" 107 107 108 - **Baudrate**62 + MAX_SPEED_RPM = "SR" 109 109 110 - TheDHRoboticsgrippersprovidetheoptiontochangethebaud rate, though the default is 115200. If the gripper is configured by the user to a different baud rate, it is important to select the corresponding baud rate in teh software.64 + # RGB LED 111 111 112 - **Initialize**66 + LED_COLOR = "LED" 113 113 114 - Initializingthegripperopensit fully. This is availableshould the userencounter issues with positioning and need to re-zero the fingers.68 + Query: 115 115 116 - **Connect**70 + # Communication setup 117 117 118 - PressingCONNECTestablishesaconnectiontothegripperandgoesthrough the initilization process once, opening the gripper fully. Once connection has been established, the light next to the button will go from red to green.72 + ID_NUMBER = "QID" 119 119 120 - **Speed**74 + ENABLE_CAN_TERMINAL = "QET" 121 121 122 - Thespeedofmotioncanbeadjustedeitherviatheplus or minus buttons or entering a value between 0 and 100 and pressing enter.76 + USB_CONNECTION_STATUS = "QUC" 123 123 124 - **Force**78 + # Motion 125 125 126 - Themaximumforceexertedbythegrippercanbeadjusted eithervia the plus or minus buttons or entering a value between 0 and 100 and pressing enter.80 + POSITION = "QD" 127 127 128 - **Open/Close**82 + WHEEL_MODE_DEGREES = "QWD" 129 129 130 - Theseareshortcutbuttonstoeitherfullyopenorfullyclose the gripper.84 + WHEEL_MODE_RPM = "QWR" 131 131 132 - **Sequencer**86 + MOTION_STATUS = "Q" 133 133 134 - Thesequencerdisplaysthegripperpositionasjoint7(J7).88 + MOTION_TIME = "QMT" 135 135 136 -HINT: If you want the gripper to open or close on an object only at the end of a motion, create a separate frame where only J7 moves. 137 -))) 138 -| | 139 -| | 140 -| | 141 -| | 142 -| | 143 -| | 144 -| | 145 -| | 146 -| | 147 -| | 148 -| | 149 -| | 150 -| | 151 -| | 152 -| | 153 -| | 154 -| | 155 -| | 156 -| | 157 -| | 158 -| | 159 -| | 160 -| | 161 -| | 162 -| | 163 -| | 164 -| | 165 -| | 166 -| | 167 -| | 168 -| | 169 -| | 170 -| | 171 -| | 172 -| | 173 -| | 174 -| | 175 -| | 176 -| | 177 -| | 178 -| | 179 -| | 180 -| | 181 -| | 182 -| | 183 -| | 184 -| | 185 -| | 186 -| | 187 -| | 188 -| | 189 -| | 190 -| | 191 -| | 192 -| | 193 -| | 194 -| | 195 -| | 196 -| | 197 -| | 198 -| | 199 -| | 200 -| | 201 -| | 202 -| | 203 -| | 90 + CURRENT_SPEED = "QCS" 204 204 205 -= = 206 206 207 - =UserGuide=93 + # Telemetry 208 208 209 - Pressingthei"Information"iconinthesoftwarewillbringyou to this page.Beforeproceeding with the guide, it is important to note the following:95 + MODEL_STRING = "QMS" 210 210 211 -* Neither the servos nor the arm are meant to be operated in proximity of humans as they do not have "collaborative" (COBOT) features and do not detect collision 212 -* The servos use stepper motors and do NOT include mechanical brakes. If the stepper motor is unable to retain or move to a desired angle (insufficient torque), the motor will rotate freely as opposed to hold the last position 97 + FIRMWARE_VERSION = "QF" 213 213 214 - ==IMPORTANT:PayloadConsiderations==99 + SERIAL_NUMBER = "QN" 215 215 216 -1. The rated payload for each arm does NOT include an end effector, nor any added distance between the center of mass of the payload and the output of the final joint. Each of the two compatible Lynxmotion PRO grippers reduce the maximum payload of each arm, and it is up to the user to known and understand the concept of "torque" and center of mass before adding an end effector and payload. 217 -1. The rated maximum payload for each arm (at full reach) is at the rated speed for each motor. Moving any joint at a higher speed will decrease the payload capacity of the robot. 218 -1. Although each servo can provide significantly more torque than is needed for the rated payload (and therefore means the arm can support much higher loads at lower speeds, the mechanical and modular structure of the arms may fail. We strongly suggest testing and using each arm in a highly controlled and safe setting where, if a failure should occur with one or more joints, that nothing will break should the arm fall. 219 -1. The stepper motors provide the highest torque at low speeds, and lower torque at high speeds. Note that the maxium torque is not at the lowest speed as the torque to rpm curve for each servo resembles a "mountain". 101 + TEMP_CONTROLLER_ERROR = "QTCE" 220 220 221 - ==IMPORTANT:Emergency==103 + TEMP_CONTROLLER_WARNING = "QTCW" 222 222 223 - Beforeusingthearm,itisimportantthata user know what to do when an issue or emergency arises where the arm must be stopped quickly.The followingemergencyoptions are available based on severity:105 + CURRENT = "QC" 224 224 225 - **Halt&Hold**107 + ACCX = "QIX" 226 226 227 - Thiswillstop everyjointsandholdthemintheirlastrecorded angular positions. The corresponding command is #254H<cr>.109 + ACCY = "QIY" 228 228 229 - **Limp**111 + ACCZ = "QIZ" 230 230 231 - Alljointswillgolimpwhichmeantherewillbenothing avoiding them to turn freely (potentially causing the arm to fall). The high gear ratio of the strain wave gearing does mean there is some (low) level of resistant to rotation, but the gears and motor are nto"locked"and as such, the arm may fall. The corresponding command is #254L<cr>.113 + ACCALPHA = "QIA" 232 232 233 - **SoftwareStop**115 + ACCBETA = "QIB" 234 234 235 - TheE-stopbuttonwithinthesoftwaresetsalljointstolimp.117 + ACCGAMMA = "QIG" 236 236 237 -**Hardware E-Stop** 238 -A hardware E-stop (push to cut power) button is located on the power supply which will cut electricity to all actuators. Similar to a limp command, this can possibly cause the arm to fall. To reset this button, rotate the red "mushroom" in the direction indicated by the white arrows and it will spring out. 119 + TEMPMCU = "QTM" 239 239 240 - ==ArmConnection==121 + TEMPPROBE = "QTP" 241 241 242 - **Model**123 + TEMPPCB = "QT" 243 243 244 - ThesoftwarecurrentlysupportsthefollowingLynxmotionPROrms:125 + ERROR_FLAGS = "QEF" 245 245 246 -* 550mm 5DoF 247 -* 550mm 6DoF 248 -* 900mm 5DoF 249 -* 900mm 6DoF 250 250 251 - Inpractice,each5DoFarmhasjoint4atafixed angle, otherwise the arms are identical to the 6DoF. Users can always purchase the missing actuator to upgrade to a 6DoF.128 + # RGB LED 252 252 253 - **COMPort**130 + LED_COLOR = "QLED" 254 254 255 - Thefirstjointatthebase(J1)mustbe connected via USBto a computer running the sofware.Nootherjoints should have a USBconnection. A USB 3.0 port or higher on the computer is suggested, as the lower communication speeds fo USB 2.0 or 1.0 may impede communication and cause unecessary delay or issues.132 + LED_BLINKING = "QLB" 256 256 257 - **Connect**134 + LED_INDICATOR = "QLI" 258 258 259 -Once the COM port has been selection, the CONNECT button can be pressed, and once a servo has been found, the light next to it will go from red to green. 260 260 261 - ==GripperControls==137 + # Motion setup 262 262 263 - **Model**139 + ORIGIN_OFFSET = "QO" 264 264 265 - ThesoftwarecurrentlysupportstwomodelsofLynxmotionPRO compatible grippers based on DHRobots' PGE-50-40andCGE-10-10 electric grippers. The Lynxmotion kits include hardware to mount the fingers in multiple different offsets for smaller or larger objects. In the sequencer, the position of the fingers for each gripper are included in the sequencer as J7.141 + ANGULAR_RANGE = "QAR" 266 266 267 -* PGE-50-40 (40mm default configuration) 268 -* PGE-50-40 (60mm configuration) 269 -* PGE-50-40 (80mm configuration) 270 -* CGE-10-10 (20mm configuration) 271 -* CGE-10-10 (40mm configuration) 272 -* CGE-10-10 (60mm configuration) 143 + ANGULAR_ACCELERATION = "QAA" 273 273 274 - **COMPort**145 + ANGULAR_DECELERATION = "QAD" 275 275 276 - ChoosetheappropriateCOMporttowhichthegripper is connected (via its own USB cable).Ifyouare not certain, you can check Windows -> Device Manager147 + GYRE_DIRECTION = "QG" 277 277 278 - **Baudrate**149 + MAX_SPEED_DEGREES = "QSD" 279 279 280 - TheDHRoboticsgrippersprovidetheoptiontochangethebaud rate, though the default is 115200. If the gripper is configured by the user to a different baud rate, it is important to select the corresponding baud rate in teh software.151 + MAX_SPEED_RPM = "QSR" 281 281 282 -**Initialize** 283 283 284 - Initializingthegripperopensit fully. This is available should the user encounter issues with positioning and need to re-zero thefingers.154 + Conf: 285 285 286 - **Connect**156 + # Communication setup 287 287 288 - PressingCONNECTestablishesaconnectiontothegripperandgoesthrough the initilization process once, opening the gripper fully. Once connection has been established, the light next to the button will go from red to green.158 + ID_NUMBER = "CID" 289 289 290 - **Speed**160 + ENABLE_CAN_TERMINAL = "CET" 291 291 292 - Thespeedofmotioncanbeadjustedeitherviatheplus or minus buttons or entering a value between 0 and 100 and pressing enter.162 + USB_CONNECTION_STATUS = "CUC" 293 293 294 - **Force**164 + # Motion setup 295 295 296 - Themaximumforceexertedbythegrippercanbeadjusted eithervia the plus or minus buttons or entering a value between 0 and 100 and pressing enter.166 + MAX_SPEED_DEGREES = "CSD" 297 297 298 - **Open/Close**168 + MAX_SPEED_RPM = "CSR" 299 299 300 - Theseareshortcutbuttonstoeitherfullyopenorfullyclose the gripper.170 + ORIGIN_OFFSET = "CO" 301 301 302 - **Sequencer**172 + ANGULAR_RANGE = "CAR" 303 303 304 - Thesequencerdisplaysthegripperpositionasjoint7(J7).174 + ANGULAR_ACCELERATION = "CAA" 305 305 306 - HINT:Ifyouwantthegrippertoopenorcloseon an object only at the end of a motion, create a separate frame where only J7 moves.176 + ANGULAR_DECELERATION = "CAD" 307 307 308 - ==3DModel==178 + GYRE_DIRECTION = "CG" 309 309 310 - The3Dmodelofthearmisshownasreferenceat all times. The display also includes a virtual plane to denote the X-Y plane. The model updates based on the selection of the arm, gripper and finger configuration.180 + # RGB LED 311 311 312 - **ViewControls**182 + LED_COLOR = "CLED" 313 313 314 - Zoom:Shift+MiddleScroll184 + LED_BLINKING = "CLB" 315 315 316 -Rotate: Shift + Middle Mouse 317 317 318 - Pan:None187 + Modifier: 319 319 320 - ==ManualMove==189 + SPEED = "SD" 321 321 322 -**Angular Control** 323 - 324 -In angular mode, the user can control the angle of each joint 325 - 326 -**Coordinates Control** 327 - 328 -In coordinate control the user can control the cartesian position of the end effector 329 - 330 -**End Effector Lock** 331 - 332 -The orientation of the end effector can be locked. 333 - 334 -== Direct Command == 335 - 336 -This section allow the user to send commands using the [[doc:ses-pro.lss-pro.lss-p-communication-protocol.WebHome]] directly if required. 337 - 338 -A few things to keep in mind when using this: 339 - 340 -* Make sure you know what you are doing as you can make the arm move in __dangerous__ ways. 341 -* Sending commands does not require ‘#’ and ‘\r’ chars. 342 -** example for #2\r you should enter 2Q and press the "SEND" button 343 -* The commands are validated, and it shows a notification in case of error. 344 -* The replies of queries are shown in the text field below. 345 - 346 -== Command Output == 347 - 348 -//{Coming Soon}// 349 - 350 -== Telemetry == 351 - 352 -**Data to Display** 353 - 354 -//{Coming Soon}// 355 - 356 -**Display / Hide Actuator** 357 - 358 -//{Coming Soon}// 359 - 360 -== Sequencer == 361 - 362 -**Frames** 363 - 364 -//{Coming Soon}// 365 - 366 -**Record ** 367 - 368 -//{Coming Soon}// 369 - 370 -**Edit ** 371 - 372 -Time, angles, gripper 373 - 374 -//Alt + Left Click = Drag time// 375 - 376 -**Reorder** 377 - 378 -//{Coming Soon}// 379 - 380 -**Play** 381 - 382 -//{Coming Soon}// 383 - 384 -**Errors** 385 - 386 -//{Coming Soon}// 191 + TIME = "T"
- ses-pro-robotic-arm-ui-installer.zip
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -xwiki:XWiki.ENantel - Size
-
... ... @@ -1,1 +1,0 @@ 1 -212 bytes - Content