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 legoboyvdlp » Tue Jan 15, 2019 2:26 pm

Rudder input now also disconnects the autopilot while previously it did not.
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 yanfiz » Wed Jan 16, 2019 2:25 am

It was obviously my fault. Because, it is quite good, now. I am not sure what I did mistake.

Thank you.
yanfiz
 
Posts: 118
Joined: Fri Apr 03, 2015 3:27 am

Re: IDG A32X Development

Postby vickdads » Fri Jan 18, 2019 3:10 am

Hey does anyone think we should make idg aircrafts connect to the jetways??? I really want to see that
vickdads
 
Posts: 14
Joined: Mon Oct 01, 2018 10:51 pm

Re: IDG A32X Development

Postby merspieler » Fri Jan 18, 2019 5:10 am

vickdads... that is already planed... but you have to wait for it until the new outside model is out...
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 Octal450 » Thu Jan 24, 2019 6:40 am

Apparently 2018.3 changed forces/load-factor, its now 1 in straight and level flight, instead of being inverted at -1. This caused the FBW and FBW Autotrim to break completely. I fixed it earlier, and the solution is cross compatible with older FGs for 2018.1 and later, but I must again WARN:

2018.3.1 will become the MINIMUM required FG version for any IDG Aircraft VERY soon. If you have a concern regarding this, contact us IMMEDIATELY.

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 Jan 25, 2019 6:43 pm

If anyone wants an experimental snippet for thrust reversal on your joystick try this:

Code: Select all
<binding>
    <command>nasal</command>
    <script>
        call(func systems.toggleFastRevThrust(), nil, var err = []);
       
        if (size(err) > 0) {
            if (getprop("/controls/engines/engine[0]/reverser") == 0) {
                setprop("/controls/engines/engine[0]/reverser", 1)
            } else if (getprop("/controls/engines/engine[0]/reverser") == 1) {
                setprop("/controls/engines/engine[0]/reverser", 0)
            }
            if (getprop("/controls/engines/engine[1]/reverser") == 0) {
                setprop("/controls/engines/engine[1]/reverser", 1)
            } else if (getprop("/controls/engines/engine[1]/reverser") == 1) {
                setprop("/controls/engines/engine[1]/reverser", 0)
            }
        }
    </script>
</binding>


The snippet will only work for two or one engined aircraft (or IDG aircraft).
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 » Tue Jan 29, 2019 2:48 am

Hi guys:
After lots of time, I finally can announce to you our custom FMGC Flightplan system is under way

Here is a sneak peak: Image
The Route Manager was NEVER programmed before taking this screenshot! The ND code, the Autopilot, and all is managed fully by my custom flight plan calculation!

This means soon the F-PLAN and DIR pages will working! I am so excited to bring this to you, it's been in planning for a long time!

Stay tuned,

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 archy » Tue Jan 29, 2019 5:04 am

The last crucial part in place..Finally..Amazing!! Yahoooo.. This aircraft is soon fulfilled and blessed!
archy
 
Posts: 20
Joined: Sun Jan 29, 2017 12:28 am

Re: IDG A32X Development

Postby merspieler » Tue Jan 29, 2019 6:21 am

archy wrote in Tue Jan 29, 2019 5:04 am:The last crucial part in place..Finally..Amazing!! Yahoooo.. This aircraft is soon fulfilled and blessed!


:D ... NOP... there're much more things needed... eg. most of the ECAM messages as well functionality on most LECAM pages
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 » Tue Jan 29, 2019 5:44 pm

https://discord.gg/UebJyRS --> IDG now has a discord server! We welcome any testers to join the server (by clicking this link)

This server is only for users of IDG aircraft please. I don't think we'll throw you out if you are not but we don't want any spam there.
If you want to test the FMGC, please you can join there :)
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 » Tue Jan 29, 2019 8:56 pm

Yeeees !!! Last missing piece of the hardware is on the way. Bravo IDG !!! We will have PMDG - level, but FREE aircraft ! I tested many Buses in FSX, I found total crap ones, some was average, but nothing can compete IDG's one in actual state without CDU. FBW simulation is at the same level as payware PMDG 777. Thumbs Up !
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 Picun_1812 » Tue Jan 29, 2019 9:08 pm

Great, thanks for so much work! I really enjoy the A32X!

Will one day consider wings flex? Although it is not something fundamental, I feel that it gives life to aircraft.
User avatar
Picun_1812
 
Posts: 86
Joined: Thu May 10, 2018 8:45 pm

Re: IDG A32X Development

Postby legoboyvdlp » Tue Jan 29, 2019 9:51 pm

The A320 wing flex is hardly noticeable at all due to the stiffness of the wing. However, CaptB has already cut the wings for wingflex as far as I know in the new 3D model. Therefore, once the new 3D is ready we can add it :)
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 AVA117 » Wed Jan 30, 2019 4:57 pm

You guys have came a very long way since I last flew back in November last year! Hope to get into the cockpit of your fantastic A32X series! :D
AVA117
 
Posts: 126
Joined: Tue Jan 10, 2017 12:07 pm
Callsign: AS2002 AVA117 SPA695
IRC name: N/A
Version: Latest
OS: Windows

Re: IDG A32X Development

Postby AVA117 » Fri Feb 01, 2019 10:18 am

Hey,

I'm encountering autopilot problems with the Airbus A320-251N.

I was cruising at 39,000 feet @ 462 knots (TAS), everything was going as usual, with the autopilot perfectly setup I left my laptop only to return 30 minutes later to discover that the autopilot disengaged and the plane is climbing and already reached an altitude of 42,000 feet.

Can you guys help me out? I flew at FL390 with the Airbus A320-200 and encountered no issues like this one.

EDIT: It also messed up half of the waypoints in the Route Manager, it was also straight when I set it but later saw the waypoints all messed up forming this "oval-like" flight paths to the destination airport and back to that waypoint.
AVA117
 
Posts: 126
Joined: Tue Jan 10, 2017 12:07 pm
Callsign: AS2002 AVA117 SPA695
IRC name: N/A
Version: Latest
OS: Windows

PreviousNext

Return to Aircraft

Who is online

Users browsing this forum: No registered users and 14 guests