You are here

About motor closed loop angular velocity control

3 posts / 0 new
Last post
Roberto00
Offline
Last seen: 2 years 3 months ago
Joined: 2020-10-12 03:37
Posts: 2
About motor closed loop angular velocity control

 

I'd appreciate it if you could answer my questions.

Is the following possible?

(1)Give the angular velocity command value from Linux to VESC.

(2)VESC controls the motor in closed loop angular velocity so as to realize the angular velocity command value from Linux.

Roberto00
Offline
Last seen: 2 years 3 months ago
Joined: 2020-10-12 03:37
Posts: 2

How can I achieve this?

Offline
Offline
Last seen: 1 year 2 months ago
Joined: 2020-06-24 10:35
Posts: 8

As far as I have seen, you would need to write a custom control loop for the VESC, or you can use position control PID, and sent an array of setpoints, and thereby achieve angular vel. control