curt
c06bf498a9
Additions to the electrical system model to allow it to back propagate
...
current draw. This is only one piece of the puzzle, but as we move forward,
the idea is better modeling of the ammeter, and we could automatically pop
circuit breakers if the current gets too high.
2003-11-15 05:18:55 +00:00
ehofman
c01b4dce67
Fix a problem which was introduced by the previous patch
2003-10-16 19:51:59 +00:00
ehofman
0e370e6e28
Fix a problem where older IRIX compilers needed a typecast for certain opperations
2003-10-16 14:14:03 +00:00
ehofman
980012e168
Move FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear's globals structre and some small code cleanups
2003-09-24 17:20:55 +00:00
curt
80e300c65a
At low rpms when the alternator isn't able to generate enough current to charge
...
the battery, don't show positive amps.
2003-05-28 18:47:42 +00:00
curt
11e112c1e4
Added very simplistic volt and amp modeling to the electrical model. This
...
should really be made more generic and part of the electrical model config
but this is all I had time for this weekend.
2003-05-27 19:18:14 +00:00
curt
d4d53763d9
Commented out a stray cout.
2003-02-13 21:31:44 +00:00
curt
6bfdb5a762
Add support for specifying an rpm source for the alternator. This enables
...
us to tie the output of an arbitrary generator to the state of an arbitrary
engine.
2003-02-03 22:35:24 +00:00
curt
1b40b5e4c9
Fixed a spelling error in the api. (ouch) :-)
2003-02-03 22:22:02 +00:00
curt
9e35d33657
Add the ability to specify an initial state (on/off) for a connector switch.
...
If nothing is specifed the switch defaults to on, but this is a problem for
the starter switch.
2003-02-03 22:15:36 +00:00
david
9adaa93b19
Kludge in a /systems/electrical/serviceable master property to kill
...
the whole electrical system. We will also need a mechanism to kill
individual suppliers (such as the alternator), but this is good enough
for most training.
2003-01-25 21:49:57 +00:00
david
8e60042052
Patch from Erik Hofman:
...
This patch turns out to be much more reliable compared to the previous
one I sent Curtis. Could you apply it for me?
2002-12-31 00:56:14 +00:00
curt
2d09acb10f
Fix a potential crash when an electrical system is not defined.
2002-12-18 21:55:33 +00:00
curt
cc4821e43f
Each node in the electrical system graph can now publish to an arbitrary
...
number of properties which will reflect that node's state.
2002-09-26 04:51:23 +00:00
curt
4a43282b72
Change path name of electrical system config file.
2002-09-25 22:07:28 +00:00
curt
c6c96eb688
Remove 'cout'
2002-09-25 12:38:09 +00:00
curt
8d2014f7bc
Updates to the electrical system model. "Juice" is now propogated through
...
the system, switches, fuses, circuit-breakers work. Nothing is actually
wired into the electical system yet.
2002-09-24 23:45:56 +00:00
curt
3323efa256
Check point commit:
...
The code reads the electrical system config and contructs an internal model.
Nothing is done beyond that yet ... the electrical system is not updated,
nor is it connected to the property system in anyway.
2002-09-24 19:57:11 +00:00
curt
90e64f9430
Stub in a place holder for the electrical system model.
2002-09-24 15:24:04 +00:00