Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PWM on the motor generated without phase shift #14

Open
dvogureckiy99 opened this issue Oct 26, 2023 · 0 comments
Open

PWM on the motor generated without phase shift #14

dvogureckiy99 opened this issue Oct 26, 2023 · 0 comments

Comments

@dvogureckiy99
Copy link

dvogureckiy99 commented Oct 26, 2023

My problem is phase voltages (PWM) on the motor generated without phase shift.
I tried set gMotorVars[mtrNum].IqRef_A = 2 always so, but nothing happen.
see the picture below:
Screenshot_50

after increasing the voltage to gMotorVars[mtrNum].IqRef_A = 5

  • the PWM of phase 2 has shifted a little:
  • the current rose to 0.7 A constant value (the engine is designed for high currents)
  • the engine began to warm up strongly and the smell of burning appeared
    2 (2)

after analyzing the PC program for sending commands to the master-board, it turned out that it sends exactly the current value: gIqFeedforward_A[HAL_MTR2] as robot_if.GetMotor(i).SetCurrentReference(cur)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant