Board index FlightGear Development Aircraft

Cirrus SR22T

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

Re: Cirrus SR22T

Postby Johan G » Fri Jul 03, 2020 6:57 pm

D-ECHO wrote in Thu Jul 02, 2020 2:31 pm:Are you aware of what the GNU General Public License (GPL) is, what it means and what its requirements are?

barta wrote in Thu Jul 02, 2020 6:17 pm:Yes, I'm aware of what the GPL is. [...] I even organized a FOSS conference in Buenos Aires where we got Stallman and Mad Dog Hall as speakers... 8)

That probably is a yes as loud and clear as it could possibly be. 8) :lol:
Low-level flying — It's all fun and games till someone looses an engine. (Paraphrased from a YouTube video)
Improving the Dassault Mirage F1 (Wiki, Forum, GitLab. Work in slow progress)
Some YouTube videos
Johan G
Moderator
 
Posts: 6629
Joined: Fri Aug 06, 2010 6:33 pm
Location: Sweden
Callsign: SE-JG
IRC name: Johan_G
Version: 2020.3.4
OS: Windows 10, 64 bit

Re: Cirrus SR22T

Postby barta » Mon Jul 06, 2020 4:00 am

Almost all the functionality of the Perspective is implemented.

GCU Keyboard needed a change in FG1000 and canvas.PFD to support keypresses. I've sent a patch to Stuart who said it will be on "next" shortly. Adding waypoints using the keyboard instead of the damned FMS is wonderful!

@D-ECHO: Stuart asked me If it was possible to add the GCU in FG1000, but I'll need to extract the 3D model from the interior, which was made by you. ¿Are you alright with that?

Still struggling with the FDM. I've uploaded the last attempt to the github repo (https://github.com/bartacruz/SR22T) with hopes that somebody will look at it and point me in the right direction.
Adding the turbo, makes the engine go and mantain 36.5" MP but the speeds are not wright. The plane climbs like a rocket, 2000+ FPM at ~190kts :shock:

I've fiddled with volumetric-eficiency, and bsfc and boost-loss-factor, but since I couldn't find real data for the engine, it's all trial-and-error....

Here's my last approach:

Code: Select all
<piston_engine name="TSIO-550K">
   <minmp unit="INHG">         10.0 </minmp>
   <maxmp unit="INHG">         29.5 </maxmp>
   <displacement unit="IN3"> 550 </displacement>
   <maxhp>        315.00 </maxhp>
   <cycles>         4.0 </cycles>
   <idlerpm>      700.0 </idlerpm>
   <maxrpm>      2500.0 </maxrpm>
   <sparkfaildrop>  0.1 </sparkfaildrop>
   <man-press-lag> 0.1 </man-press-lag>
   <static-friction  unit="HP"> 1.57 </static-friction>
   <starter-torque> 252.00 </starter-torque>
   <starter-rpm> 1400 </starter-rpm>
   
   <stroke unit="IN">  4.25 </stroke>
   <bore unit="IN">    5.25 </bore>
   <cylinders>        6.0  </cylinders>
   <compression-ratio>  7.5 </compression-ratio>
   <volumetric-efficiency> 1.05 </volumetric-efficiency>
   <bsfc unit="LBS/HP*HR">           0.5683 </bsfc> <!--18.3 gallons per hour at 85% power = 113.46 lbs (AVGAS) per hour at 267.75 hp-->
   <air-intake-impedance-factor>0.18</air-intake-impedance-factor>
   <ram-air-factor>0.1</ram-air-factor>
   
   <numboostspeeds>1</numboostspeeds>
   <boostoverride>0</boostoverride>
   <boost-loss-factor>1.2</boost-loss-factor>
   <ratedboost1 unit="INHG">6.58</ratedboost1>
   <ratedpower1>315</ratedpower1>
   <ratedaltitude1>18000</ratedaltitude1>
   <ratedrpm1>2500</ratedrpm1>
</piston_engine>


Any pointers will be welcomed.

Cheers,
Barta
Last edited by Johan G on Thu Jul 09, 2020 4:19 pm, edited 1 time in total.
Reason: Added [code] tags. They can be added manually or with the [^_ ] button above the text editing box.
"When once you have tasted flight, you will forever walk the earth with your eyes turned skyward, for there you have been, and there you will always long to return."
- Leonardo da Vinci
barta
 
Posts: 36
Joined: Thu Mar 05, 2009 1:24 am
Location: On the air, preferrably

Re: Cirrus SR22T

Postby D-ECHO » Mon Jul 06, 2020 5:24 am

I will have a look later, for now: Yes, of course the DUs may be added to the FG1000
D-ECHO
 
Posts: 2460
Joined: Sat May 09, 2015 1:31 pm
Pronouns: Bea (she/her)
Version: next

Re: Cirrus SR22T

Postby AvioxyYT:D » Tue Jul 21, 2020 10:16 am

SoImanaged to find a download for the Cirrus SR22 but when I spawn t in it just comes up as some sort of foam yellow and blue glider thing. This same thing happens with the A330 addon. Is there an easy was to fix this?
AvioxyYT:D
 
Posts: 4
Joined: Mon Jul 20, 2020 8:43 pm

Re: Cirrus SR22T

Postby D-ECHO » Tue Jul 21, 2020 12:41 pm

From where did you download the aircraft? If you used a github link, be sure to remove "-master" from the folder name.
D-ECHO
 
Posts: 2460
Joined: Sat May 09, 2015 1:31 pm
Pronouns: Bea (she/her)
Version: next

Re: Cirrus SR22T

Postby AvioxyYT:D » Thu Jul 23, 2020 7:44 pm

I didn't do it from a Github link that's why I asked becasue I know the -master trick
AvioxyYT:D
 
Posts: 4
Joined: Mon Jul 20, 2020 8:43 pm

Re: Cirrus SR22T

Postby D-ECHO » Thu Jul 23, 2020 9:53 pm

So where did you download it from?
D-ECHO
 
Posts: 2460
Joined: Sat May 09, 2015 1:31 pm
Pronouns: Bea (she/her)
Version: next

Re: Cirrus SR22T

Postby AvioxyYT:D » Sat Jul 25, 2020 9:59 am

Cant remember but do you have a link I could use to download it properly?
AvioxyYT:D
 
Posts: 4
Joined: Mon Jul 20, 2020 8:43 pm

Re: Cirrus SR22T

Postby D-ECHO » Sat Jul 25, 2020 4:34 pm

You can either download it within the launcher (i.e. from FGAddon), you can download it using SVN directly from FGAddon, or, if you want to use barta's work on the displays, get it from his repository at https://github.com/bartacruz/SR22T, either via "Download ZIP" or using GIT. When using "Download ZIP", as the branch name barta uses is "barta", make sure to remove it from the folder name, so that it is just "SR22T".
D-ECHO
 
Posts: 2460
Joined: Sat May 09, 2015 1:31 pm
Pronouns: Bea (she/her)
Version: next

Re: Cirrus SR22T

Postby benih » Tue May 04, 2021 6:09 pm

Just tried out the https://github.com/C-FWES/SR22T.git version.

It was nice, speedy plane :)

However it would be very cool if there would be a yoke added, and also some checklists :)


Also had plenty (thousands) of nasal errors in my log:
Code: Select all
775.37 [ALRT]:nasal      Nasal runtime error: No such member: PFD
775.37 [ALRT]:nasal        at /home/beni/Dokumente/FGFS/Aircraft/SR22T/Models/Interior/Instruments/Panel/zkv1000/Nasal/afcs.nas, line 73
776.40 [ALRT]:nasal      Nasal runtime error: No such member: PFD
776.40 [ALRT]:nasal        at /home/beni/Dokumente/FGFS/Aircraft/SR22T/Models/Interior/Instruments/Panel/zkv1000/Nasal/afcs.nas, line 73
User avatar
benih
 
Posts: 1689
Joined: Tue Aug 15, 2017 10:34 am
Callsign: D-EBHX
Version: next
OS: Debian Linux 64bit

Re: Cirrus SR22T

Postby cyyz_spotter » Tue May 04, 2021 9:58 pm

C-FWES here, I believe the zkv was fixed of that error but I havn't updated it yet since I'm a busy high school student :D
This is just some project I do for fun in my past time, to see if I can improve the FGAddon version, so the yoke will come sooner or later and all those fun features, and also if anyone wants to help please do
cyyz_spotter
 
Posts: 25
Joined: Fri Jul 10, 2020 4:57 pm
Location: Canada
Callsign: C-FWES
Version: 2020.3
OS: Windows 10

Previous

Return to Aircraft

Who is online

Users browsing this forum: No registered users and 13 guests