[TCML] PFC Question (again)

David Dean deano at deanostoybox.com
Mon May 26 19:04:56 MDT 2008


Hi again Bart

On Monday 26 May 2008 03:15:43 pm bartb wrote:
> Yes it is. I'll likely remove PFC output on the next update.

Maybe change lines 404, 405 in JTC_calcs.js to something like:

		x_pfcap = ((Vin/x_epi)/(2*PI*Hz)); // ballast inductance approximation
		form.x_pfc.value = format( x_pfcap, 10000);

And call it "required ballast inductance" units in Henrys, or

 		x_pfcap = ((Vin/x_epi)/(2*PI*Hz)*1000); // ballast inductance approximation
		form.x_pfc.value = format( x_pfcap, 10000);

And call it "required ballast inductance" units in miliHenrys.

Just a thought.
deano


More information about the Tesla mailing list