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)
Details
- Page properties
-
- Content
-
... ... @@ -12,180 +12,68 @@ 12 12 = Features = 13 13 14 14 15 - <directcommands>15 += User Guide = 16 16 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: 17 +== Emergencies == 21 21 22 - Action:19 +When an emergency occur the user will have three choices: 23 23 24 - # Communication setup 21 +**HALT & HOLD** 22 +Will stop all motions on every joints and hold them in their last positions. 25 25 26 - RESET = "RESET" 24 +**LIMP** 25 +All joints will go limp which mean there will be nothing avoiding them to turn freely. The internal mechanism of the LSS-P actuators does have some back driving forces but it will make the arm fall if this is engaged. 27 27 28 - DEFAULT_CONFIGURATION = "DEFAULT" 27 +**POWER SUPPLY EMERGENCY** 28 +A push to cut power button is located on the power supply which will indeed cut all actuator from receiving their power. This will also make the arm fall. 29 29 30 - FIRMWARE_UPDATE_MODE = "UPDATE" 30 +(% class="wikigeneratedid" %) 31 +== 3D Model == 31 31 32 - ONFIRM_CHANGES="CONFIRM"33 +Control the View 33 33 34 - # Motion35 +== Arm connection == 35 35 36 - POSITION = "D"37 +Model 37 37 38 - MOVE_DEGREES= "MD"39 +Serial COM Port 39 39 40 - WHEEL_MODE_DEGREES = "WD"41 +Connect 41 41 42 - WHEEL_MODE_RPM="WR"43 +== Gripper connection == 43 43 44 - HALT_AND_HOLD = "H"45 +Model 45 45 46 - LIMP= "L"47 +Serial COM Port 47 47 48 - # Motion setup49 +Baudrate 49 49 50 - ORIGIN_OFFSET = "O"51 +Connect 51 51 52 - ANGULAR_RANGE = "AR"53 +Calibrate 53 53 54 - ANGULAR_ACCELERATION = "AA"55 +Speed 55 55 56 - ANGULAR_DECELERATION = "AD"57 +Force 57 57 58 - GYRE_DIRECTION="G"59 +Open / Close 59 59 60 - MAX_SPEED_DEGREES="SD"61 +== Direct Command == 61 61 62 - MAX_SPEED_RPM="SR"63 +This section allow the user to send commands using the [[doc:ses-pro.lss-pro.lss-p-communication-protocol.WebHome]] directly if required. 63 63 64 - #RGB LED65 +A few things to keep in mind when using this: 65 65 66 - LED_COLOR = "LED" 67 +* Make sure you know what you are doing as you can make the arm move in __dangerous__ ways. 68 +* Sending commands does not require ‘#’ and ‘\r’ chars. 69 +** example for #2\r you should enter 2Q and press the "SEND" button 70 +* The commands are validated, and it shows a notification in case of error. 71 +* The replies of queries are shown in the text field below. 67 67 68 - Query:73 +== Telemetry == 69 69 70 - # Communicationsetup75 +Data to Display 71 71 72 - ID_NUMBER="QID"77 +Display / Hide Actuator 73 73 74 - ENABLE_CAN_TERMINAL = "QET" 75 - 76 - USB_CONNECTION_STATUS = "QUC" 77 - 78 - # Motion 79 - 80 - POSITION = "QD" 81 - 82 - WHEEL_MODE_DEGREES = "QWD" 83 - 84 - WHEEL_MODE_RPM = "QWR" 85 - 86 - MOTION_STATUS = "Q" 87 - 88 - MOTION_TIME = "QMT" 89 - 90 - CURRENT_SPEED = "QCS" 91 - 92 - 93 - # Telemetry 94 - 95 - MODEL_STRING = "QMS" 96 - 97 - FIRMWARE_VERSION = "QF" 98 - 99 - SERIAL_NUMBER = "QN" 100 - 101 - TEMP_CONTROLLER_ERROR = "QTCE" 102 - 103 - TEMP_CONTROLLER_WARNING = "QTCW" 104 - 105 - CURRENT = "QC" 106 - 107 - ACCX = "QIX" 108 - 109 - ACCY = "QIY" 110 - 111 - ACCZ = "QIZ" 112 - 113 - ACCALPHA = "QIA" 114 - 115 - ACCBETA = "QIB" 116 - 117 - ACCGAMMA = "QIG" 118 - 119 - TEMPMCU = "QTM" 120 - 121 - TEMPPROBE = "QTP" 122 - 123 - TEMPPCB = "QT" 124 - 125 - ERROR_FLAGS = "QEF" 126 - 127 - 128 - # RGB LED 129 - 130 - LED_COLOR = "QLED" 131 - 132 - LED_BLINKING = "QLB" 133 - 134 - LED_INDICATOR = "QLI" 135 - 136 - 137 - # Motion setup 138 - 139 - ORIGIN_OFFSET = "QO" 140 - 141 - ANGULAR_RANGE = "QAR" 142 - 143 - ANGULAR_ACCELERATION = "QAA" 144 - 145 - ANGULAR_DECELERATION = "QAD" 146 - 147 - GYRE_DIRECTION = "QG" 148 - 149 - MAX_SPEED_DEGREES = "QSD" 150 - 151 - MAX_SPEED_RPM = "QSR" 152 - 153 - 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" 79 +