Clamb94/StableApproach

Approach speed

Opened this issue · 5 comments

Hi,

I wrote a few days ago a post with an issue at .org, I found another one, I post it here.

So whatever I do, I get the warning with the "approach speed", see picture below. Vref is setted always, in general 40/xxx.

I fly Zibo.
1

Hi, thanks for the report. I'll check it next weekend

Hi Axel,

thank you for you reply.

Additionally, I copy here my post from the .org, with another issue.

"Hi Axel,

what a fantastic plugin! Thank you!

But I have the same problem as [@jonesm35205]. I checked all the datarefs, my speedbrake is armed, but the report still seeing this different. What can cause this?

I fly Zibo, speedbrake by axis."

2
3

I think I solved the approach speed issue.

I changed the "and" to "or" in the string:

($laminar/B738/FMS/vref - 3) <= $sim/cockpit2/gauges/indicators/airspeed_kts_pilot or ($laminar/B738/FMS/vref + 20) >= $sim/cockpit2/gauges/indicators/airspeed_kts_pilot

I think I solved the speedbrake issue too, but will test it again and again.

I deleted the minus from < 0.1 (originally it was < -0.1, which is not possible since the min value is 0, maybe it was a typo)

UPDATE:

it is not enough. For some reason the plugin monitors the speedbrake AFTER touchdown, when it will have a value more than 0.1 due to rollout and decceleration because of the groundspoilers. The "till" is set to #TD-3000ms, so I dont know why the plugin doesnt stop monitoring the speedbrake 3 sec before toucdown...

So, I am sure that there is a problem with #TD-3000ms. The "FMC/Flap disagree" also appears (not always, but often), even if the position is correct.