Grab Your Discount & a Christmas Mystery Gift!
Use code: XMAS2024
Hiwonder HX-35H Serial Bus High Voltage Servo with Double Shaft, 35KG Strong Torque and Data Feedback Function
- User-friendly ports
- High precision and strong torque
- Support temperature, voltage and position feedback
- Support two working modes: servo mode and gear motor mode
- Provide 51, Arduino, STM32, Raspberry Pi source code
Questions & Answers
Have a Question?
-
When the servo is currently in the middle of execution of a previously sent command, can I send a new command without affecting the current operation? For example, let's say I previously sent a SERVO_MOVE_TIME_WRITE command to the servo to go to a position of 120 degrees in 10 seconds. And then, 2 seconds later (when the servo is still rotating), I send another command SERVO_MOVE_TIME_WAIT_WRITE to the servo but NOT actually start the move. Will this command affect the current servo rotation? Or will it only affect the servo rotation after I send the SERVO_MOVE_START command?
In a task, sending a new control instruction will impact the progress of the current instruction, either interrupting it and reporting an error, or executing the new instruction.