You are here

Change maximum allowed input voltage

4 posts / 0 new
Last post
CTSchorsch
Offline
Last seen: 7 months 2 weeks ago
VESC Free
Joined: 2018-07-13 09:55
Posts: 101
Change maximum allowed input voltage

Hi all,

i tried to change the maximum input voltage parameter for my custom board. i defined the MCCONF_L_MAX_VOLTAGE in my hw_conf.c file of my custom firmware, but vesc tool still truncate the voltage to 50V. is there some other place to configure the limit ?

thanks

Georg

benjamin
Offline
Last seen: 1 month 3 days ago
VESC FreeVESC OriginalVESC Platinum
Joined: 2016-12-26 15:20
Posts: 490

MCCONF_L_MAX_VOLTAGE is the default value, not the maximum value. You need to change HW_LIM_VIN.

CTSchorsch
Offline
Last seen: 7 months 2 weeks ago
VESC Free
Joined: 2018-07-13 09:55
Posts: 101

Aah. :) Thx

Georg

Er-Chispa
Offline
Last seen: 1 day 9 hours ago
VESC Free
Joined: 2025-10-01 12:43
Posts: 4

Hi Georg,

 

I'm experiencing something very similar to what you mention in your post, but I haven't been able to find a way to fix it.

 

Could you explain how you got the firmware file so you could edit it?

 

Sorry if the question is very obvious, but I'm new to the VESC system and haven't been able to find an answer.

 

Thanks in advance.