ECAM: Add merspieler and legoboyvdlp's ECAM changes -- a few thing to sort out still
1347
Models/Instruments/Lower-ECAM/res/bleed.svg
Normal file
After Width: | Height: | Size: 72 KiB |
1004
Models/Instruments/Lower-ECAM/res/cond.svg
Normal file
After Width: | Height: | Size: 50 KiB |
2337
Models/Instruments/Lower-ECAM/res/elec.svg
Normal file
After Width: | Height: | Size: 117 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
1455
Models/Instruments/Lower-ECAM/res/fuel.svg
Normal file
After Width: | Height: | Size: 69 KiB |
1166
Models/Instruments/Lower-ECAM/res/hyd.svg
Normal file
After Width: | Height: | Size: 62 KiB |
1051
Models/Instruments/Lower-ECAM/res/press.svg
Normal file
After Width: | Height: | Size: 56 KiB |
|
@ -1,5 +1,6 @@
|
||||||
# A3XX Electrical System
|
# A3XX Electrical System
|
||||||
# Joshua Davidson (it0uchpods) and Jonathan Redpath (legoboyvdlp)
|
# Joshua Davidson (it0uchpods) and Jonathan Redpath (legoboyvdlp)
|
||||||
|
# Some parts are in JSBsim system!
|
||||||
|
|
||||||
##############################################
|
##############################################
|
||||||
# Copyright (c) Joshua Davidson (it0uchpods) #
|
# Copyright (c) Joshua Davidson (it0uchpods) #
|
||||||
|
@ -162,8 +163,6 @@ var fctlpoweruptest = func {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Main Elec System
|
# Main Elec System
|
||||||
|
|
||||||
var ELEC = {
|
var ELEC = {
|
||||||
|
@ -204,6 +203,12 @@ var ELEC = {
|
||||||
setprop("/systems/electrical/extra/apu-volts", 0);
|
setprop("/systems/electrical/extra/apu-volts", 0);
|
||||||
setprop("/systems/electrical/extra/gen1-volts", 0);
|
setprop("/systems/electrical/extra/gen1-volts", 0);
|
||||||
setprop("/systems/electrical/extra/gen2-volts", 0);
|
setprop("/systems/electrical/extra/gen2-volts", 0);
|
||||||
|
setprop("/systems/electrical/extra/gen1-load", 0);
|
||||||
|
setprop("/systems/electrical/extra/gen2-load", 0);
|
||||||
|
setprop("/systems/electrical/extra/tr1-volts", 0);
|
||||||
|
setprop("/systems/electrical/extra/tr2-volts", 0);
|
||||||
|
setprop("/systems/electrical/extra/tr1-amps", 0);
|
||||||
|
setprop("/systems/electrical/extra/tr2-amps", 0);
|
||||||
setprop("/systems/electrical/extra/ext-hz", 0);
|
setprop("/systems/electrical/extra/ext-hz", 0);
|
||||||
setprop("/systems/electrical/extra/apu-hz", 0);
|
setprop("/systems/electrical/extra/apu-hz", 0);
|
||||||
setprop("/systems/electrical/extra/galleyshed", 0);
|
setprop("/systems/electrical/extra/galleyshed", 0);
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
4404
|
4405
|