[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCML] PFC Question (again)



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
_______________________________________________
Tesla mailing list
Tesla@xxxxxxxxxxxxxx
http://www.pupman.com/mailman/listinfo/tesla