You are here

Sensorless mode with brushless motor with no sensor

2 posts / 0 new
Last post
focy
Offline
Last seen: 4 years 4 months ago
Joined: 2019-12-04 08:59
Posts: 1
Sensorless mode with brushless motor with no sensor

Hello everyone,

 

I'am using focbox to control BLDC pump with FOC mode. I'am working with VESC TOOL 0.95, FOCBOX firmware: 3.40, hardware 410.

My project is to control BLDC pump from 0-10bar pressure in the sensorless mode because pump doesn't have any sensor. It's just BLDC three phase pump (3-poles). The RPM of the pump at 10bar must be 6000rpm(18000ERPM).

 

To changing pumps RPM I'am using ADC potentiometer with Duty Cycle mode (changing RPMs from 0 to 6000).

 

I need an open loop for the whole area of pumps speed not just at 6000RPM. At 6000RPM and 10bars pump speed is decreased for only 200RPM and that is good for me. The problem is when I set potentiometer to the half of his area and put a load(water) to the pump, pump speed is decreased too much(2000RPM).

 

I want that the speed is same just current is increased. I was trying to change Speed Tracker Kp, Ki parameters in the Advanced window of FOC mode, but no success. So, my pump have always be in openloop from 0 to 6000RPM independently of load on the pump.

 

Which parameters i have to tweak?

 

Thank you very much

frank
Offline
Last seen: 1 week 10 hours ago
VESC BronzeVESC FreeVESC GoldVESC OriginalVESC PlatinumVESC Silver
Joined: 2016-12-27 20:19
Posts: 847

First of all, you might want to switch to the VESC 6 since the HW 4.10 has only 2 shunts and can't measure the current accurately. In between 60 and 80% duty the current will decrease and from 80 to 100% duty cycle the current will almost jump. Not ideal to accurately control a pump! If thing don't work as desired, you now know why.

PID Speed Control might be what you are looking for. That will try to maintain the speed of the pump at the desired level. It is also used for the Cruise Control on skateboards and cars.