View Single Post
Old 08-03-2013, 05:07 PM   #32 (permalink)
SEBART PL
EcoModding Lurker
 
SEBART PL's Avatar
 
Join Date: Dec 2009
Location: Poland
Posts: 21
Thanks: 7
Thanked 1 Time in 1 Post
Quote:
Originally Posted by adamj12b View Post
I will put together a virtual machine and it will make everybody's life easier.
-Adam
Could we ask for another parametr for set up maximum working temperature and after rechead this temperature comand automaticly turn off contactor
there is only one or two seconds to safe mosfets after overload, please?

+ degree parametr for cool down let say 15 C degree less to turn on contactor

I do not have AVRstudio and I do not work in C+ so I can't put this in software:

if temp > temp_max
{contactor= 0, cooling=1};
if cooling=1 and temp<temp_normal
{contactor= 1, cooling=0};
'default
temp_max=75
temp_normal=60


I have boiled two sets of IRFs I was and now EV project is like

Last edited by SEBART PL; 08-04-2013 at 05:13 PM.. Reason: more details passed
  Reply With Quote