|
4 | 4 |
|
5 | 5 | For every `JSD Device` there is an `Offline Device` to emulate the behavior of the hardware.
|
6 | 6 |
|
7 |
| -| Name | Manufacturer | Description | |
8 |
| -| ---------------- | ------------- | ----------------------------------- | |
9 |
| -| PlatinumActuator | Elmo | EPD with extra features | |
10 |
| -| GoldActuator | Elmo | EGD with extra features | |
11 |
| -| Egd | Elmo | Elmo Gold Drive line of controllers | |
12 |
| -| El3208 | Beckhoff | 8-channel RTD Input | |
13 |
| -| El3162 | Beckhoff | 2-channel 0-10v SE Analog Input | |
14 |
| -| El3602 | Beckhoff | 2-channel +/-10v Diff. Analog Input | |
15 |
| -| El2124 | Beckhoff | 4-channel 5v Digital Output | |
16 |
| -| El4102 | Beckhoff | 2-channel 0-10v Analog Output | |
17 |
| -| Ild1900 | Micro-Epsilon | Distance Laser Sensor | |
18 |
| -| AtiFts | ATI | Force-Torque Sensor | |
19 |
| -| JED0101 | JPL | JPL EtherCAT Device 0101 - EELS | |
20 |
| -| JED0200 | JPL | JPL EtherCAT Device 0200 - SAEL | |
| 7 | +| Name | Manufacturer | Description | |
| 8 | +| ---------------- | ------------- | ----------------------------------------- | |
| 9 | +| PlatinumActuator | Elmo | Elmo Platinum derived Actuator controller | |
| 10 | +| GoldActuator | Elmo | Elmo Gold derived Actuator controller | |
| 11 | +| Egd | Elmo | Elmo Gold Drive | |
| 12 | +| El3208 | Beckhoff | 8-channel RTD Input | |
| 13 | +| El3162 | Beckhoff | 2-channel 0-10v SE Analog Input | |
| 14 | +| El3602 | Beckhoff | 2-channel +/-10v Diff. Analog Input | |
| 15 | +| El2124 | Beckhoff | 4-channel 5v Digital Output | |
| 16 | +| El4102 | Beckhoff | 2-channel 0-10v Analog Output | |
| 17 | +| Ild1900 | Micro-Epsilon | Distance Laser Sensor | |
| 18 | +| AtiFts | ATI | Force-Torque Sensor | |
| 19 | +| JED0101 | JPL | JPL EtherCAT Device 0101 - EELS | |
| 20 | +| JED0200 | JPL | JPL EtherCAT Device 0200 - SAEL | |
21 | 21 |
|
22 | 22 | **Fastcat Devices**
|
23 | 23 |
|
@@ -192,10 +192,10 @@ Engineering Units (EU) are radians for revolute actuators and meters for linear
|
192 | 192 | | `high_pos_cal_limit_eu` | Upper Position Limit typically corresponding to a hardstop. Used for Calibration Command |
|
193 | 193 | | `high_pos_cmd_limit_eu` | Highest allowable command position value |
|
194 | 194 | | `holding_duration_sec` | Duration to hold position after reset or after a motion command before re-engaging brakes |
|
195 |
| -| `elmo_brake_engage_msec` | How long it takes to re-engage the brakes | |
196 |
| -| `elmo_brake_disengage_msec` | How long it takes to disengaged the brakes | |
197 |
| -| `elmo_crc` | CRC of the flashed Elmo parameter set | |
198 |
| -| `elmo_drive_max_current_limit` | The fixed, aximum drive current for the Elmo Drive | |
| 195 | +| `elmo_brake_engage_msec` | How long it takes to re-engage the brakes | |
| 196 | +| `elmo_brake_disengage_msec` | How long it takes to disengaged the brakes | |
| 197 | +| `elmo_crc` | CRC of the flashed Elmo parameter set | |
| 198 | +| `elmo_drive_max_current_limit` | The fixed, maximum drive current for the Elmo Drive | |
199 | 199 | | `smooth_factor` | Affects controller smoothing, defaults to `0` |
|
200 | 200 | | `winding_resistance` | OPTIONAL: Winding resistance of motor for optional power calculation |
|
201 | 201 | | `torque_constant` | OPTIONAL: Torque constant of motor for optional power calculation |
|
@@ -265,7 +265,7 @@ This is a thin wrapper around the JSD EGD device. This does not have fastcat-sid
|
265 | 265 | | `motor_stuck_current_level_pct` | See Elmo docs for details on this feature, `0` disables|
|
266 | 266 | | `motor_stuck_velocity_threshold` | See Elmo docs for details on this feature, `0` disables|
|
267 | 267 | | `motor_stuck_timeout` | See Elmo docs for details on this feature |
|
268 |
| -| `over_speed_threshold` | Multiplicative factor over `max_motor_speed` that triggers a fault | |
| 268 | +| `over_speed_threshold` | High motor speed used for overspeed violations in counts/sec | |
269 | 269 | | `low_position_limit` | Lower position the drive can move to in position mode, in counts |
|
270 | 270 | | `high_position_limit` | Upper position the drive can move to in position mode, in counts|
|
271 | 271 | | `brake_enage_msec` | How long it takes to re-engage the brake |
|
|
0 commit comments