User Activity

MCSDK 5.4.8 profiler work and MCWB work, code generated.Motor is able to spin under MCWB, but even HALL option is selected, MCWB is spin without HALL and therefore its generated code is not aiming for HALL startup right? I tried many different combin...
My motor can spin with profiler and MCWB, it's sensored so I don't need to setup the startup parameters, then generate the source code and import into CUBEIDE, copy the MCWB generated PID Gains values, build and debug, suppose if I press the little S...
Hi, I have one 6 pair magnet Motor can spin under profiler and workbench, however with generate code on IDE it's unable start, MOTOR STATE keep on RUN state motorState = MC_GetSTMStateMotor1();if (motorState == FAULT_OVER){ MC_AcknowledgeFaultMotor...
if I keep increase the speed_value, my little motor spin very fast all of of sudden stop, I think it's caused by IsSpeedReliable or other FAULTsis there any variable that I can closely monitor before motor reached its limit ? MC_ProgramSpeedRampMoto...
I have checked the dissipative brake option after generated codes, I couldn't find any different with without option checked ? What's this option for ? thanks,Danny