Create your CubeMars account
What is the difference between MIT mode and SERVO mode?
MIT Mode is the short name for the open source control program of the Massachusetts Institute of Technology Robotics Laboratory,which is widely used in quadruped dog applications, it is easy to operate and supports single-loop (torque/speed/position) control.
Servo mode can have more accurate control of motor torque and position compared to MIT mode, so it is more used in applications such as exoskeleton and supports dual-loop control.
Causes and solutions for failure of drive to operate normally
Project | Issues | Solutions |
The drive panel indicate power supply light off | 1. Power supply system, such as the voltage is too high or too low | 1. Check whether the voltage is meet appropriate voltage of the motor |
UART is not available | 1. Drive unpowered 2. Tx rx plug in reverse | 1. Drive powered 2. Reverse the tx rx |
CAN port cannot communicate | 1. CAN port is loosed 2. The order of CAN cable set in error( plug in by 'H L') 3. Cables too long or 120 Ω terminal resistance missed 4. The Porter rate set incorrectly 5. CAN port damaged | 1. Fixed the connector 2. Reverse the cable 3. Use shielded lines, and add the terminal resistance 4. Set the Baud rate to 1M 5. Infinite and infinite resistance of CAN port means that CAN port has been damaged and needs to be returned to the factory for repair |
Module uncontrolled | 1. CAN ID incorrect 2. Motor mode instruction not received | 1. Set the same ID as message shown.See our manual instruction Page 47 2. See our page 47 and enable right code |
Module doesnt work after enable instructions | 1. The two of three parameters have no value in MIT mode 2. The corresponding proportion is not calculated correctly 3. The value given is too low for the motor to launch | 1. Assign single-loop a value and give multiple loop both 0(mandatory) 2. The proportion is calculated according to the linear |
Customer pc-end and drive connection failure | 1. Sample code error. 2. Pc CAN port uncompetible 3. There's electromagnetic interference 4. The quality of power is not high
| 1. See our manual instruction page 48-50 2. Check if the pc CAN port meets the requirements of drive board 3. Power cable and signal cable should go separate 4. Use better quality of power
|
Q: In servo mode, can the motor response standard frame?
A: In servo mode, the motor can only response extended frame, 29byte.
Q: What is the difference between MIT mode and SERVO mode?
A: MIT Mode is the short name for the open source control program of the Massachusetts Institute of Technology Robotics Laboratory,which is widely used in quadruped dog applications, it is easy to operate and supports single-loop (torque/speed/position) control.
Servo mode is another motor control mode based on VESC. Servo mode can have more accurate control of motor torque and position compared to MIT mode, so it is more used in applications such as exoskeleton and supports dual-loop control.
Q: If the parameter change to 0, what can we do?
A: We need to use R-LINK to connect with motor and upper computer, in MIT mode, click DEBUG button, then enter setup command, set all the parameters to default as follow pic.