1
0
Fork 0

ADF fixes

This commit is contained in:
sydadams 2010-03-01 00:26:25 +00:00
parent e41cd335b4
commit f53633485f

View file

@ -98,7 +98,7 @@ var P1000 = {
if(offset < -180){offset += 360;} if(offset < -180){offset += 360;}
elsif(offset > 180){offset -= 360;} elsif(offset > 180){offset -= 360;}
}elsif(test == 2){ }elsif(test == 2){
offset = getprop("/instrumentation/kr-87/outputs/needle-deg"); offset = getprop("/instrumentation/adf/indicated-bearing-deg");
}elsif(test == 3){ }elsif(test == 3){
offset = getprop("/autopilot/internal/true-heading-error-deg"); offset = getprop("/autopilot/internal/true-heading-error-deg");
} }
@ -404,7 +404,6 @@ var update_p1000 = func {
setlistener("/sim/signals/fdm-initialized", func { setlistener("/sim/signals/fdm-initialized", func {
APoff.setBoolValue(1); APoff.setBoolValue(1);
#props.globals.getNode("instrumentation/primus1000/mfd/mode",1).setValue("normal");
print("Primus 1000 systems ... check"); print("Primus 1000 systems ... check");
settimer(update_p1000,1); settimer(update_p1000,1);
}); });