2021-09-23 01:12 AM
Hi, I'm trying to use both position mode and torque mode.
I saw a comment saying when the position control is activated on a motor, the speed and torque control mode cannot be used.
If so, can't it also be switched by turning the position control mode off and turning the torque mode on?
The thing that I want to purpose is when the motor receives position information through modbus protocols, it performs position control, and when it receives torque information, it executes torque control.(not using both while the motor activating)
If there any solution that I can activated and deactivated the position control in software?
any help is much appreciated.
P.S. I don't know if it's necessary, but this is the development environment I'm currently using.
NUCLEO-F303RE
NUCLEO-IHM16M1
MCSDK v5.4.7
2021-10-07 01:29 AM
Hello @DWee.1 ,
After checking internally, there is unfortunately no easy way to switch from Torque mode to position control mode.
This is the first time we receive such request. Could you describe your application if it is not confidential.
It will help us to understand the opportunity to add this use case in our development roadmap.
Thanks & regards.
Cedric
2021-10-12 01:38 AM
Thanks for your reply @cedric H ,
Here is the application description.
Hardware structure : 2 jaw parallel gripper
Environment : BLDC motor(actuator), Modbus protocols(communication), 2 channel encoder without z signal(Sensor)
When the open signal is input, it moves to 0 degree by position control.
If the motor torque exceeds a certain value during operation, the operation stops.
Position control and torque control should be able to be changed at any time (Except during motor operation) during system operation.
If you have any question, please let me know.
I hope we can get information about the new version with the added function soon.
Thank you.
2023-12-21 12:05 AM
Is there an update to this, I need it for a similar application.