Board index FlightGear Development Aircraft

IDG A32X Development Archive - Closed

Questions and discussion about creating aircraft. Flight dynamics, 3d models, cockpits, systems, animation, textures.

Re: IDG A32X Development

Postby OE-LML » Wed Sep 25, 2019 8:18 pm

Hallo! :D

Short question before updating to "new" FG-version.
What is the difference and benefit of DetailedSystems? Is it / will it be more fps friendly than current master version?

CU.
OE-LML
 
Posts: 88
Joined: Wed Nov 14, 2018 11:18 pm
Location: irgendwo in der FIR LOVV

Re: IDG A32X Development

Postby Octal450 » Wed Sep 25, 2019 9:27 pm

Don't use DetailedSystems branch until we tell you too - currently its not fly-able.
It will be much more FPS friendly and also more detailed. The current systems are not so detailed.

Kind Regards,
Josh
Skillset: JSBsim Flight Dynamics, Systems, Canvas, Autoflight/Control, Instrumentation, Animations
Aircraft: A320-family, MD-11, MD-80, Contribs in a few others

Octal450's GitHub|Launcher Catalog
|Airbus Dev Discord|Octal450 Hangar Dev Discord
User avatar
Octal450
 
Posts: 5583
Joined: Tue Oct 06, 2015 1:51 pm
Location: Huntsville, AL
Callsign: WTF411
Version: next
OS: Windows 11

Re: IDG A32X Development

Postby Picun_1812 » Fri Sep 27, 2019 3:57 pm

Hi, I have installed the latest version of the A32x from Github. I have always modified the sound file for the PTU system. However, in this latest version, modifying the file, I can't make it work. How different is it now? Can i make it work? Will it ever be a permanent sound in the A32x? It seems to me a sound that brings realism.

Also, for a long time, I can't configure a button on my Thrustmaster 16000, for the reverse of the A32x. It only really works with the Del button.
With the joystick the reverse works on all other aircraft, except on my A32x. Can i fix it?

Regards.
User avatar
Picun_1812
 
Posts: 86
Joined: Thu May 10, 2018 8:45 pm

Re: IDG A32X Development

Postby Octal450 » Fri Sep 27, 2019 4:01 pm

Hi:
PTU is broken in the hydraulics - it technically works but no way to make the sound work properly. But, DO NOT WORRY! We are rewriting the hydraulic system properly soon along with every system in the aircraft, so it will be corrected.

IDG A32X unlike most FG planes, uses a very realistic reverser system. Thus, we have custom bindings.

See the bindings for F2 and F1 keys to easily know.

Code: Select all
         <key n="257">
            <name>F1</name>
            <desc>Disengage/Decrease reversers</desc>
            <binding>
               <command>nasal</command>
               <script>systems.unRevThrust();</script>
            </binding>
         </key>
         <key n="258">
            <name>F2</name>
            <desc>Engage/Increase reversers</desc>
            <binding>
               <command>nasal</command>
               <script>systems.doRevThrust();</script>
            </binding>
         </key>

Just put those bindings into your joystick buttons. Then it works!

Kind Regards,
Josh
Skillset: JSBsim Flight Dynamics, Systems, Canvas, Autoflight/Control, Instrumentation, Animations
Aircraft: A320-family, MD-11, MD-80, Contribs in a few others

Octal450's GitHub|Launcher Catalog
|Airbus Dev Discord|Octal450 Hangar Dev Discord
User avatar
Octal450
 
Posts: 5583
Joined: Tue Oct 06, 2015 1:51 pm
Location: Huntsville, AL
Callsign: WTF411
Version: next
OS: Windows 11

Re: IDG A32X Development

Postby Picun_1812 » Fri Sep 27, 2019 4:45 pm

Thank you very much, Josh! Greetings from Chile.
User avatar
Picun_1812
 
Posts: 86
Joined: Thu May 10, 2018 8:45 pm

Re: IDG A32X Development

Postby legoboyvdlp » Fri Sep 27, 2019 5:07 pm

Wow - must have been an old A320 if the PTU worked for you on your old version...#

In other news, you might see some interesting things as you throttle down :)
Image
User avatar
legoboyvdlp
 
Posts: 7981
Joined: Sat Jul 26, 2014 2:28 am
Location: Northern Ireland
Callsign: G-LEGO
Version: next
OS: Windows 10 HP

Re: IDG A32X Development

Postby Octal450 » Fri Sep 27, 2019 10:12 pm

Yep exactly. Not in master though :)
Why? because now the calculations are based on the same extremely realistic detailed integrated drive generator simulation developed by Jonathan and I which is currently in the MD-11.

Kind Regards,
Josh
Skillset: JSBsim Flight Dynamics, Systems, Canvas, Autoflight/Control, Instrumentation, Animations
Aircraft: A320-family, MD-11, MD-80, Contribs in a few others

Octal450's GitHub|Launcher Catalog
|Airbus Dev Discord|Octal450 Hangar Dev Discord
User avatar
Octal450
 
Posts: 5583
Joined: Tue Oct 06, 2015 1:51 pm
Location: Huntsville, AL
Callsign: WTF411
Version: next
OS: Windows 11

Re: IDG A32X Development

Postby legoboyvdlp » Fri Oct 04, 2019 8:00 pm

This A320's in an awful lot of trouble:
Image

I had to rewrite the system - my old one was far too messy. But it was worth it - right now the ac essential bus, ac buses, static inverter, emergency generator, rectifiers, and dc 1 / 2 buses are working correctly per the AMM - next on the list is the essential rectifier, dc battery bus (insanely complicated), and dc essential bus.
User avatar
legoboyvdlp
 
Posts: 7981
Joined: Sat Jul 26, 2014 2:28 am
Location: Northern Ireland
Callsign: G-LEGO
Version: next
OS: Windows 10 HP

Re: IDG A32X Development

Postby Octal450 » Fri Oct 04, 2019 9:24 pm

Nice work as usual.

I have doubled your paycheck of $0 :mgreen:

Kind Regards,
Josh
Skillset: JSBsim Flight Dynamics, Systems, Canvas, Autoflight/Control, Instrumentation, Animations
Aircraft: A320-family, MD-11, MD-80, Contribs in a few others

Octal450's GitHub|Launcher Catalog
|Airbus Dev Discord|Octal450 Hangar Dev Discord
User avatar
Octal450
 
Posts: 5583
Joined: Tue Oct 06, 2015 1:51 pm
Location: Huntsville, AL
Callsign: WTF411
Version: next
OS: Windows 11

Re: IDG A32X Development

Postby GinGin » Sat Oct 05, 2019 6:26 am

Awsesome work .
I bet electrical circuit on an airbus is not easy .
GinGin
 
Posts: 1580
Joined: Wed Jul 05, 2017 11:41 am
Location: Paris
Callsign: Gingin

Re: IDG A32X Development

Postby legoboyvdlp » Sat Oct 05, 2019 10:03 am

That's definitely an understatement :P Around 1300 + 450 + 100 pages of documentation in total.

Thanks!
User avatar
legoboyvdlp
 
Posts: 7981
Joined: Sat Jul 26, 2014 2:28 am
Location: Northern Ireland
Callsign: G-LEGO
Version: next
OS: Windows 10 HP

Re: IDG A32X Development

Postby V12 » Sat Oct 05, 2019 12:48 pm

GinGin wrote in Sat Oct 05, 2019 6:26 am:I bet electrical circuit on an airbus is not easy .

Bus is not plane, but computer with wings...
Fly high, fly fast - fly Concorde !
V12
 
Posts: 2757
Joined: Thu Jan 12, 2017 5:27 pm
Location: LZIB
Callsign: BAWV12

Re: IDG A32X Development

Postby merspieler » Sat Oct 05, 2019 12:52 pm

Human body is computer made out of cells :P
Nia (you&, she/her)

Please use gender neutral terms when referring to a group of people!

Be the change you wish to see in the world, be an ally to all!

Join the official matrix space
merspieler
 
Posts: 2241
Joined: Thu Oct 26, 2017 11:43 am
Location: Wish to be in YBCS
Pronouns: you&, she/her
Callsign: you&, she/her
IRC name: merspieler
Version: next
OS: NixOS

Re: IDG A32X Development

Postby merspieler » Mon Oct 07, 2019 6:30 am

What has happend to the Airdata stuff? Can't find the branch nor see the changes in master.
Nia (you&, she/her)

Please use gender neutral terms when referring to a group of people!

Be the change you wish to see in the world, be an ally to all!

Join the official matrix space
merspieler
 
Posts: 2241
Joined: Thu Oct 26, 2017 11:43 am
Location: Wish to be in YBCS
Pronouns: you&, she/her
Callsign: you&, she/her
IRC name: merspieler
Version: next
OS: NixOS

Re: IDG A32X Development

Postby legoboyvdlp » Mon Oct 07, 2019 7:40 am

It was flawed and had to be reverted. It will come later ;)
User avatar
legoboyvdlp
 
Posts: 7981
Joined: Sat Jul 26, 2014 2:28 am
Location: Northern Ireland
Callsign: G-LEGO
Version: next
OS: Windows 10 HP

PreviousNext

Return to Aircraft

Who is online

Users browsing this forum: No registered users and 9 guests