Skip to main content
Associate III
January 7, 2025
Solved

Motor Pilot - open loop voltage

  • January 7, 2025
  • 2 replies
  • 633 views

Hello Everybody,

MCSDK:6.3.0

CubeMX: 6.3.0

Workbench : 6.3.0

Motor Pilot : 1.2.9

I am running on a IHM08M1 with STM32G431, The control is FOC Observer+PLL(sensorless) with 3 shunt.
I want to test the open-loop function of FOC. I have already checked the "open loop" option under "Debug Settings" in the "Drive Settings" page of Workbench. However, when I run Motor Pilot, the "Open Loop - Voltage" control option does not appear in the control menu. Is there anything else I need to configure??

wb6.3.0.png

motor pilot.png

Best answer by GMA

Hello @Vincent7,

According to the motor pilot interface, your project has been generated in "profiler" mode. Disable it and generate the project, "Open Loop: Enable" should appear in motor pilot interface.

 

2 replies

GMA
GMABest answer
Technical Moderator
January 7, 2025

Hello @Vincent7,

According to the motor pilot interface, your project has been generated in "profiler" mode. Disable it and generate the project, "Open Loop: Enable" should appear in motor pilot interface.

 

If you agree with the answer, please accept it by clicking on 'Accept as solution'.Best regards.GMA
Vincent7Author
Associate III
January 8, 2025

Hello GMA, 

Thank you so mucn, the Open Loop-Voltage option has appeared.