You are here

Power levels

4 posts / 0 new
Last post
vescbeginer
Offline
Last seen: 1 month 3 weeks ago
VESC Free
Joined: 2022-12-06 15:21
Posts: 4
Power levels

Is it possible to make some app for power levels?
For example:
Power level 1 - 4000W
Power level 2 - 6500W
Power level 3 - 9000W.

electricfox
electricfox's picture
Offline
Last seen: 6 hours 44 min ago
VESC Original
Joined: 2019-01-01 17:11
Posts: 114

You can use the Profiles in mobile Vesc-tool app.

vescbeginer
Offline
Last seen: 1 month 3 weeks ago
VESC Free
Joined: 2022-12-06 15:21
Posts: 4

I thought about something like 3 positions-switch to choose power level but maybe your idea is better and easier to implement. Thnak you :)

vadicus
Offline
Last seen: 1 month 1 day ago
VESC Free
Joined: 2018-08-17 07:26
Posts: 431

Profiles are good if there is an easy way to switch them on the fly/go like with a button or a three position switch. This is a default feature present on every cheap Chinese BLDC or sinewave controller out there.

The easiest implementation is a handlebar push button that cycles the profiles but it provides no visual or tactile clue what the current selection is. A better implementation is two wires for three different states/profiles but obviously requires two inputs. Another way is to use a divider circuit in a three way switch to send different voltage levels (0,1,3v for example). Probably the best and easiest way way to do it on a VESC.

A simple app can check the state of an ADC pin and select the wanted profile.

 

 

 

 

NextGen FOC High voltage 144v/34s, 30kw (https://vesc-project.com/node/1477)