hello,
i am using mx-28T and labview , the servo don't respond except one time after giving it a value , however the code work well with other servos so what is the problem here ? why it doesn't respond except one time ? how can we do a troubleshoot to detect where the exact error ?
thanks in advanced
|
|
2021-06-16 01:10:02 |
| mstafa | |
Hi,
Your code might have modified DYNAMIXEL configuration.
For example, accidentally changing ID or baudrate or operating mode may cause such issue.
DYNAMIXEL Wizard 2.0 provides various useful tools to check your DYNAMIXEL and recover the module to a factory default settings
https://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_wizard2/
Thank you.
|
|
2021-06-16 10:33:10 |
| willson | |
We use proctol 1.0 and as you can see in the attached photo, the serve gets recognized in dynamixel wizard but when we try to write a position to it on Labview it executes the first iteration and then when we change the value, it does not get updated. However on the wizard it works fine. I can’t find how to reset settings to factory configuration in the link or on wizard. Any advice how to do so? Your prompt response would be appreciated. Many thanks in advance
Photo: https://drive.google.com/file/d/1e51aTb0FwiZfakek_uUiVS9E7Ywlyp-3/view?usp=drivesdk
|
|
2021-06-18 05:54:51 |
| mstafa | |
You can find how to recover the firmware in the below page, but since your code works at least once with your DYNAMIXEL, firmware recovery isn't needed.
https://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_wizard2/#firmware-recovery
Have you also tried running the default example provided in the DYNAMIXEL SDK?
https://www.youtube.com/watch?v=4fzFshycfi0
When quiting the Labview example, make sure to click the [Quit] button to stop the demo or else the serial port will be held by the software.
Thank you.
|
|
2021-06-18 16:01:51 |
| willson | |
Photo: https://drive.google.com/file/d/1e51aTb0FwiZfakek_uUiVS9E7Ywlyp-3/view?usp=drivesdk