You are here

4.12 Phase current/voltage sense mix up. Need assistance please.

3 posts / 0 new
Last post
shaman
Offline
Last seen: 8 months 1 week ago
VESC Free
Joined: 2018-12-09 15:59
Posts: 60
4.12 Phase current/voltage sense mix up. Need assistance please.

So I made a mistake on my 4.12 VESC derivative I'm doing. I accidentally mixed up the phase and current sense signals. I have SENS1 to H1_VS, SENS2 to H2_VS, and SENS3 to H3_VS. I have SH1_A and SH1_B measuring H1 current and SH2_A/B measuring H3 current.

 

The correct schematics have SENS1 to H3_VS, SENS2 to H2_VS, and SENS3 to H1_VS along with the current sense opposite of mine. 

 

Someone else made a similar mistake as seen from this thread but there wasn't a defined resolution. I figure I can modify the firmware the accommodate my mistakes. If this is true, can someone provide a link or something that contains instructions on modifying the VESC firmware? I'm also open to other solutions and suggestions.

 

 

galp
Offline
Last seen: 6 months 2 weeks ago
VESC Free
Joined: 2018-10-25 19:08
Posts: 49

If you have Ubuntu make changes in hwconf/hw_410.h with any text editor then compile it by following instructions in software documentation. 

If you're using Windows download and install Chibistudio and edit/compile it from there.

https://vesc-project.com/node/310

shaman
Offline
Last seen: 8 months 1 week ago
VESC Free
Joined: 2018-12-09 15:59
Posts: 60

Sweet. Thanks galp. I will pursue the windows method.