c172p-team / c172p

A high detailed version of the Cessna 172P aircraft for FlightGear
GNU General Public License v2.0
78 stars 44 forks source link

improve electrical system #38

Open gilbertohasnofb opened 9 years ago

gilbertohasnofb commented 9 years ago

XML17 - better modelling of Loadmeter: when both alternator and battery are switched on it reads ~33 V (almost an electric overload, I believe), which is already beyond the yellow range. Turning lights, radios and instrument on and off currently make no difference, but I believe it should raise the load of the system

gilbertohasnofb commented 8 years ago

With battery and alternator both on, we currently have the loadmeter reading a constant ~27 V regardless of the load, and a constant 24.5 V if the alternator is turned off, both regardless of the equipments being used (lights, avionics, etc., make no difference in these readings).

The ammeter seems to work well, but shouldn't a negative read of the ammeter (such as when the alternator is off) cause the amount of voltage from the battery to drain?

gilbertohasnofb commented 6 years ago

Note that once https://github.com/c172p-team/c172p/issues/1151 is created, our aircraft will no longer have a Loadmeter (model P's did not have one). But I would still leave this issue opened even though the gauge will no longer be there since the issue is with the electrical system itself.

callahanp commented 6 years ago

if using the aircraft with a cockpit, what will happen to the voltmeter when using the c172?

the cockpit has a a voltage guage.

-Pat

On Thu, Jul 26, 2018 at 2:25 PM Gilberto Agostinho notifications@github.com wrote:

Note that once #1151 https://github.com/c172p-team/c172p/issues/1151 is created, our aircraft will no longer have a Loadmeter (model P's did not have one). But I would still leave this issue opened even though the gauge will no longer be there since the issue is with the electrical system itself.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/c172p-team/c172p/issues/38#issuecomment-408190670, or mute the thread https://github.com/notifications/unsubscribe-auth/AF2R0OE-KAs2P9_UhwH2-H2_aZAx4L5Uks5uKgmXgaJpZM4Dtl4Y .

gilbertohasnofb commented 6 years ago

@callahanp the property /systems/electrical/volts will still be in use and will have the correct voltage value. The only difference is that our cockpit will no longer have a gauge displaying that value. But as long as you use that property in your cockpit you should be fine.