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 V12 » Sun Feb 03, 2019 4:46 pm

Good idea, but doesn't it kill framerate ?
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 legoboyvdlp » Sun Feb 03, 2019 6:14 pm

It's probably easier to just add the same .SVG to the app and read the properties from Flight gear and draw it all on the app. Reportedly the present canvas over HTTP uses another 100ms more: that is you could be seeing about 10 frames per second or so...
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 » Sun Feb 03, 2019 10:05 pm

i dont know -- that would make a hell for bugfixing, have to update the app, app has to be compatibility checked with planes, etc.

Anyways, now MCDU is using props.nas system -- should help performance.

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: 5601
Joined: Tue Oct 06, 2015 1:51 pm
Location: Huntsville, AL
Callsign: WTF411
Version: next
OS: Windows 11

Re: IDG A32X Development

Postby Octal450 » Sat Feb 09, 2019 5:20 pm

Attention @everyone If you are getting the IDG Aircraft from FGMEMBERS -- I strongly suggest stopping! We will be stopping to update that fork, and things like the MCDU update will not go there. Instead get it from my hangar: http://www.github.com/Octal450/

Kind Regards,
Josh
Last edited by Octal450 on Wed Jul 10, 2019 3:30 am, edited 1 time in total.
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: 5601
Joined: Tue Oct 06, 2015 1:51 pm
Location: Huntsville, AL
Callsign: WTF411
Version: next
OS: Windows 11

Re: IDG A32X Development

Postby Octal450 » Sat Feb 09, 2019 8:23 pm

Weights and positions are fixed now.

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: 5601
Joined: Tue Oct 06, 2015 1:51 pm
Location: Huntsville, AL
Callsign: WTF411
Version: next
OS: Windows 11

Re: IDG A32X Development

Postby J_AYYY_ » Sun Feb 10, 2019 3:04 am

My F-PLAN button shows nothing when I press on it on the MCDU
J_AYYY_
 
Posts: 4
Joined: Thu Feb 07, 2019 9:52 pm

Re: IDG A32X Development

Postby Octal450 » Sun Feb 10, 2019 3:07 am

Because the aircraft is a work in progress. I have been working on F-PLN for the last month constantly. As soon as it is ready, there will be a notice here.

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: 5601
Joined: Tue Oct 06, 2015 1:51 pm
Location: Huntsville, AL
Callsign: WTF411
Version: next
OS: Windows 11

Re: IDG A32X Development

Postby merspieler » Sun Feb 10, 2019 3:40 am

J_AYY_ you can download the FMGC branch from here

Note that this is a unstable development version
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: 2295
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 » Sun Feb 10, 2019 3:55 am

you do realize... It doesn't work at all yet unless you use the console and manually program it.

I DO NOT suggest using it unless you know what you are doing.

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: 5601
Joined: Tue Oct 06, 2015 1:51 pm
Location: Huntsville, AL
Callsign: WTF411
Version: next
OS: Windows 11

Re: IDG A32X Development

Postby V12 » Sun Feb 10, 2019 1:15 pm

Stupid ask - how to create flightplan ? I know almost all in Boeing's CDU, it is complete different. I checked FSLabs A320 on YT, Airbus MCDU Emulator, but this thing is bit different. My steps :
1. FMGC, then INIT
2. Enter route for example LZIB/LOWI
3. Enter flight number, cost index, flight level
4. F-PLN with 3 rows : FPLN discontinuity, End of fplan, No alt fplan
Basic route is activated, it is clearly visible on ND. What now ? How to enter SID, STAR, via points ?
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 legoboyvdlp » Sun Feb 10, 2019 4:22 pm

it0uchpods wrote in Sun Feb 10, 2019 3:07 am:Because the aircraft is a work in progress. I have been working on F-PLN for the last month constantly. As soon as it is ready, there will be a notice here.

Kind Regards,
Josh


it0uchpods wrote in Sun Feb 10, 2019 3:55 am:you do realize... It doesn't work at all yet unless you use the console and manually program it.

I DO NOT suggest using it unless you know what you are doing.

Kind Regards,
Josh
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 » Sun Feb 10, 2019 5:01 pm

Please read before you ask! That's a a reason why kept it in a FMGC branch and no a master. It's not fully functional yet. The back end flight plan system is mostly there, and the MCDU side is almost there, so I need to build the bridge. I've been working on that currently.

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: 5601
Joined: Tue Oct 06, 2015 1:51 pm
Location: Huntsville, AL
Callsign: WTF411
Version: next
OS: Windows 11

Re: IDG A32X Development

Postby V12 » Sun Feb 10, 2019 5:11 pm

I'm sorry, I was in mistake, this is reason : The Route Manager was NEVER programmed before taking this screenshot!

it0uchpods wrote in Tue Jan 29, 2019 2:48 am:Image


Aircraft downloaded from https://github.com/it0uchpods/IDG-A32X/archive/FMGC.zip
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 legoboyvdlp » Sun Feb 10, 2019 7:58 pm

That was programmed using the Nasal console.
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 » Sun Feb 10, 2019 9:00 pm

Yes. Using the console, if you know exactly what to do, you can program it. But I wouldn't recommend it as one wrong step could cause the flightplan system to crash.

J
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: 5601
Joined: Tue Oct 06, 2015 1:51 pm
Location: Huntsville, AL
Callsign: WTF411
Version: next
OS: Windows 11

PreviousNext

Return to Aircraft

Who is online

Users browsing this forum: No registered users and 13 guests