Reference: CAN ID and Model Cheatsheet
Why This Matters
Correct motor configuration requires matching:- Model string - Motor type identifier
- Motor ID - CAN command ID
- Feedback ID - CAN response ID
Quick Discovery Workflow
Damiao Configuration
Model Strings
CAN ID Convention
Example Code
Serial Bridge Setup
RobStride Configuration
Model Strings
RobStride uses one upper-level command shape across RS models. Parameter read/write in MotorBridge v0.5.0 uses the common protocol section 4 runtime table (
0x7005..0x702E).
For the complete text tables used by the runtime encoder/decoder, see RobStride Parameter Tables.
Protocol ID roles: RobStride has three protocol paths — the private
extended-frame path (default), the CANopen/CiA402 path (
F_CMD=1,
robstride_cia402, experimental), and the MIT path (F_CMD=2,
robstride_mit, experimental). The feedback_id is the host/responder ID, not
the motor/device ID. On Windows PCAN, scans probe one host/feedback ID at a
time to avoid competing receive workers on the same CAN channel.CAN ID Convention
Example Code
MyActuator Configuration
Model Strings
CAN ID Convention
Example Code
HighTorque Configuration
Model Strings
CAN ID Convention
Example Code
Hexfellow Configuration
Model Strings
CAN ID Convention
Example Code
Common ID Combinations
Single Damiao Motor
Multi-Motor Damiao Leg
4-Motor Quadruped Leg
Mixed Vendor System
ID Configuration Tools
Scan for IDs
Dump Register IDs
Change IDs (Damiao)
Change ID (RobStride)
Troubleshooting ID Issues
No Response from Motor
Check:- Motor powered on
- CAN wiring correct
- Correct motor_id
- Correct feedback_id
- Correct model string
Wrong Motor Moves
Cause: Multiple motors with same ID or wrong ID in config. Solution:- Power on one motor at a time
- Scan and record IDs
- Use
id-setto change conflicting IDs
Intermittent Response
Causes:- Loose CAN wiring
- Missing termination resistors
- CAN bitrate mismatch
Configuration Template
See Also
- Vendor Capability Matrix - Vendor feature support
- Tutorial 01: Scan and Identify - Motor discovery
- CLI Reference - Command-line tools