2025-03-24 4:00 AM
I started working successfully with MC_SDK 6.3.2. I am doing position control application with BLDC motor. In "ST Motor Pilot v1.2.12-PositionControlApp" I want to set "Terget Position" value to values bigger than the set max value. From which file can I do this? And I want to change the variable type from "radian" to pulse etc.
Solved! Go to Solution.
2025-04-01 2:53 AM
Hello @atemur,
You can modify "MC_SDK_6.3.2\Utilities\PC_Software\STMotorPilot\GUI\PositionControlApp.qml".
For target position, line 240, "Target Position" range is fixed to +/- 200*PI.
2025-04-01 2:53 AM
Hello @atemur,
You can modify "MC_SDK_6.3.2\Utilities\PC_Software\STMotorPilot\GUI\PositionControlApp.qml".
For target position, line 240, "Target Position" range is fixed to +/- 200*PI.
2025-04-03 11:14 AM
Thanks. I opened the relevant .qml file with `visual studio code` and edited it again. And it reached the values I wanted.