You are here

Change maximum allowed input voltage

3 posts / 0 new
Last post
CTSchorsch
Offline
Last seen: 4 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: 2 days 3 hours 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: 4 months 2 weeks ago
VESC Free
Joined: 2018-07-13 09:55
Posts: 101

Aah. :) Thx

Georg