skiselkov / BetterPushbackC

This is the BetterPushback plugin for X-Plane 11 and X-Plane 12
Other
494 stars 145 forks source link

Jar Design A320 3.2r1 - xplane 11.10b7 #171

Open zippy77777 opened 6 years ago

zippy77777 commented 6 years ago

in 0.44 version on BP all works beautifully :-)

in 0.45 (latest) when BP connects to plane it shuts down packs and generators and engine power down until the tug releases.

dcrowe24 commented 6 years ago

I have exactly the same issue :( Only when tug disconnected and drove off did my engines suddenly kick in to life. The max N1 I would get is about 5.0 when connected tot the tug.

zippy77777 commented 6 years ago

Yeah same with the 5%

Sent from my iPhone

On 14 Nov 2017, at 12:35, dcrowe24 notifications@github.com<mailto:notifications@github.com> wrote:

I have exactly the same issue :( Only when tug disconnected and drove off did my engines suddenly kick in to life. The max N1 I would get is about 5.0 when connected tot the tug.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/skiselkov/BetterPushbackC/issues/171#issuecomment-344245972, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AgGRIArFEkw10QkvCOhfbICTacXtFcOBks5s2YklgaJpZM4QdNFt.

hansw1204 commented 6 years ago

Same here.

skiselkov commented 6 years ago

I believe the JAR may be using the throttle control in some weird fashion. If you happen to have DatarefEditor or DatarefTool, can you check what value sim/flightmodel/engine/ENGN_thro_use is set to when the aircraft is idling?

zippy77777 commented 6 years ago

Just downloaded datarefeditor and going into the sim to check for you

zippy77777 commented 6 years ago

use=(0/8) 0.16*** the first is either a 0 or a 1 and the last 3 are constantly moving!

zippy77777 commented 6 years ago

when I say first * i mean the one next to the 6

skiselkov commented 6 years ago

I see, so the values are 0.16, 0.16 when at idle (with no pushback attached). Seems the JAR might be using a non-zero throttle value at idle. Normally ENGN_thro_use should be 0 when at idle. I will incorporate a workaround for the JAR aircraft.

zippy77777 commented 6 years ago

Your a very nice bloke ;-) thank you chap

skiselkov commented 6 years ago

Can you please test with BP 0.46? I've removed the throttle control entirely.

zippy77777 commented 6 years ago

Yeah I have just tried the new one on the site and it seems to work ok. At one stage I did hot on the developer bit at the bottom which crashed the whole sim back to the desktop though, thought you might be interested.

Also, is there a way of getting the default chap to do the audio as I can’t seem to find him anymore?

And thank for all your hard work 😊

Darren...

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10


From: Saso Kiselkov notifications@github.com Sent: Saturday, November 18, 2017 11:48:37 AM To: skiselkov/BetterPushbackC Cc: zippy77777; Author Subject: Re: [skiselkov/BetterPushbackC] Jar Design A320 3.2r1 - xplane 11.10b7 (#171)

Can you please test with BP 0.46? I've removed the throttle control entirely.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/skiselkov/BetterPushbackC/issues/171#issuecomment-345437145, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AgGRIB7UAQwghzRiJ_qn8JT2fodt26hEks5s3sQUgaJpZM4QdNFt.

ghost commented 6 years ago

Instead of overriding throttles and commanding a zero throttle value, you could probably set throttle ratio all (whatever that dataref is actually called) or something similar, which usually affects the levers themselves even if the aircraft has code to override throttles.

ghost commented 6 years ago

But yeah, since you’re not overriding anything you’d need to either call it repeatedly or set it once and live with the fact that users may have noisy hardware…