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 (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 1 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki. CBenson1 +xwiki:XWiki.ENantel - Content
-
... ... @@ -8,166 +8,184 @@ 8 8 9 9 = Description = 10 10 11 -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. 12 12 13 13 = Features = 14 14 15 -* Angular and cartesian positioning of the end effector 16 -* 3D graphical display of the appropriate robotic arm and end effector 17 -* Sequencer to record and play back frames (single, looped or infinite) 18 -* Error checking (speed, temperature etc.) 19 -* Command output and user input 20 -* Safety (Software E-Stop, Halt&Hold & Limp) 21 21 22 - = User Guide=15 +<direct commands> 23 23 24 -Before proceeding with the guide, it is important to note the following: 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: 25 25 26 -* 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 27 -* 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 22 +Action: 28 28 29 - ==IMPORTANT:PayloadConsiderations==24 + # Communication setup 30 30 31 -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. 32 -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. 33 -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. 34 -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". 26 + RESET = "RESET" 35 35 36 - ==IMPORTANT:Emergency==28 + DEFAULT_CONFIGURATION = "DEFAULT" 37 37 38 - 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:30 + FIRMWARE_UPDATE_MODE = "UPDATE" 39 39 40 -**Halt & Hold** 41 -This will stop every joints and hold them in their last recorded angular positions. The corresponding command is #254H<cr>. 32 + CONFIRM_CHANGES = "CONFIRM" 42 42 43 -**Limp** 44 -All joints will go limp which mean there will be nothing 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>. 34 + # Motion 45 45 46 - **SoftwareStop**36 + POSITION = "D" 47 47 48 - TheE-stopbuttonwithinthesoftwaresetsalljointstolimp.38 + MOVE_DEGREES = "MD" 49 49 50 -**Hardware E-Stop** 51 -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. 40 + WHEEL_MODE_DEGREES = "WD" 52 52 53 - ==ArmConnection==42 + WHEEL_MODE_RPM = "WR" 54 54 55 - **Model**44 + HALT_AND_HOLD = "H" 56 56 57 - ThesoftwarecurrentlysupportstheLynxmotionPRO550mm5 degree of freedom (5 DoF), 550mm 6DoF, 900mm 5DoF and 900mm 6DoF robotic arm configurations.Inpractice,each 5DoF has joint 4 at a fixed angle.46 + LIMP = "L" 58 58 59 - **SerialCOMPort**48 + # Motion setup 60 60 61 - Thefirstjointatthebase(J1)mustbe connected via USB to a computer running the sofware.No other joints 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.50 + ORIGIN_OFFSET = "O" 62 62 63 - **Connect**52 + ANGULAR_RANGE = "AR" 64 64 65 - ==GripperConnection==54 + ANGULAR_ACCELERATION = "AA" 66 66 67 - **Model**56 + ANGULAR_DECELERATION = "AD" 68 68 69 - ThesoftwarecurrentlysupportstwomodelsofLynxmotionPRO compatible grippers based onDHRobots' PGE-50-40 andCGE-10-10 electric grippers.The Lynxmotion 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.58 + GYRE_DIRECTION = "G" 70 70 71 - **SerialCOMPort**60 + MAX_SPEED_DEGREES = "SD" 72 72 73 - //{ComingSoon}//62 + MAX_SPEED_RPM = "SR" 74 74 75 - **Baudrate**64 + # RGB LED 76 76 77 - //{ComingSoon}//66 + LED_COLOR = "LED" 78 78 79 - **Connect**68 + Query: 80 80 81 - //{Coming Soon}//70 + # Communication setup 82 82 83 - **Calibrate**72 + ID_NUMBER = "QID" 84 84 85 - //{ComingSoon}//74 + ENABLE_CAN_TERMINAL = "QET" 86 86 87 - **Speed**76 + USB_CONNECTION_STATUS = "QUC" 88 88 89 - //{Coming Soon}//78 + # Motion 90 90 91 - **Force**80 + POSITION = "QD" 92 92 93 - //{ComingSoon}//82 + WHEEL_MODE_DEGREES = "QWD" 94 94 95 - **Open/Close**84 + WHEEL_MODE_RPM = "QWR" 96 96 97 - //{ComingSoon}//86 + MOTION_STATUS = "Q" 98 98 99 - ==3DModel==88 + MOTION_TIME = "QMT" 100 100 101 - The3Dmodelofthearmisshownas reference at all times.Thedisplayalso includes a virtual plane to denote the X-Y plane. The model updates based on the selection of the arm, gripper and finger configuration.90 + CURRENT_SPEED = "QCS" 102 102 103 -**View Controls** 104 104 105 - //{ComingSoon}//93 + # Telemetry 106 106 107 - ==ManualMove==95 + MODEL_STRING = "QMS" 108 108 109 - **AngularControl**97 + FIRMWARE_VERSION = "QF" 110 110 111 - Inangularmode,theusercancontroltheangleofeachjoint99 + SERIAL_NUMBER = "QN" 112 112 113 - **CoordinatesControl**101 + TEMP_CONTROLLER_ERROR = "QTCE" 114 114 115 - Incoordinatecontroltheusercancontrolthecartesianpositionofthe end effector103 + TEMP_CONTROLLER_WARNING = "QTCW" 116 116 117 - **EndEffectorLock**105 + CURRENT = "QC" 118 118 119 - Theorientationoftheendeffectorcanbelocked.107 + ACCX = "QIX" 120 120 121 - ==DirectCommand==109 + ACCY = "QIY" 122 122 123 - Thissectionallowtheusertosendcommandsusingthe [[doc:ses-pro.lss-pro.lss-p-communication-protocol.WebHome]]directly if required.111 + ACCZ = "QIZ" 124 124 125 - Afewthingstokeepinmindwhenusingthis:113 + ACCALPHA = "QIA" 126 126 127 -* Make sure you know what you are doing as you can make the arm move in __dangerous__ ways. 128 -* Sending commands does not require ‘#’ and ‘\r’ chars. 129 -** example for #2\r you should enter 2Q and press the "SEND" button 130 -* The commands are validated, and it shows a notification in case of error. 131 -* The replies of queries are shown in the text field below. 115 + ACCBETA = "QIB" 132 132 133 - ==CommandOutput==117 + ACCGAMMA = "QIG" 134 134 135 - //{ComingSoon}//119 + TEMPMCU = "QTM" 136 136 137 - ==Telemetry==121 + TEMPPROBE = "QTP" 138 138 139 - **DatatoDisplay**123 + TEMPPCB = "QT" 140 140 141 - //{ComingSoon}//125 + ERROR_FLAGS = "QEF" 142 142 143 -**Display / Hide Actuator** 144 144 145 - //{ComingSoon}//128 + # RGB LED 146 146 147 - ==Sequencer==130 + LED_COLOR = "QLED" 148 148 149 - **Frames**132 + LED_BLINKING = "QLB" 150 150 151 - //{ComingSoon}//134 + LED_INDICATOR = "QLI" 152 152 153 -**Record ** 154 154 155 - //{Coming Soon}//137 + # Motion setup 156 156 157 - **Edit**139 + ORIGIN_OFFSET = "QO" 158 158 159 - Time,angles,gripper141 + ANGULAR_RANGE = "QAR" 160 160 161 - //{ComingSoon}//143 + ANGULAR_ACCELERATION = "QAA" 162 162 163 - **Reorder**145 + ANGULAR_DECELERATION = "QAD" 164 164 165 - //{ComingSoon}//147 + GYRE_DIRECTION = "QG" 166 166 167 - **Play**149 + MAX_SPEED_DEGREES = "QSD" 168 168 169 - //{ComingSoon}//151 + MAX_SPEED_RPM = "QSR" 170 170 171 -**Errors** 172 172 173 -//{Coming Soon}// 154 + Conf: 155 + 156 + # Communication setup 157 + 158 + ID_NUMBER = "CID" 159 + 160 + ENABLE_CAN_TERMINAL = "CET" 161 + 162 + USB_CONNECTION_STATUS = "CUC" 163 + 164 + # Motion setup 165 + 166 + MAX_SPEED_DEGREES = "CSD" 167 + 168 + MAX_SPEED_RPM = "CSR" 169 + 170 + ORIGIN_OFFSET = "CO" 171 + 172 + ANGULAR_RANGE = "CAR" 173 + 174 + ANGULAR_ACCELERATION = "CAA" 175 + 176 + ANGULAR_DECELERATION = "CAD" 177 + 178 + GYRE_DIRECTION = "CG" 179 + 180 + # RGB LED 181 + 182 + LED_COLOR = "CLED" 183 + 184 + LED_BLINKING = "CLB" 185 + 186 + 187 + Modifier: 188 + 189 + SPEED = "SD" 190 + 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