#New Skyward DA50 rg.
1 messages · Page 1 of 1 (latest)
I don't have that aircraft so I can't test anything, but assuming it uses generic events, I see that all cowl flaps seem to work in degrees.
Try this to see if cowl flaps open fully
16383 (>K:COWLFLAP1_SET)
Try Fully close
0 (>K:COWLFLAP1_SET)
If this doesn't work, you will need to go into Dev Mode Behaviors to find what code is actually used.
Join us on a flight with our DA50 RG together with Martin and Micke. Check out how smooth she is to fly and her outstanding stalling behavior.
#WeFlyDiamondAircraft
DISCLAIMER
This video has been edited and made available for marketing and entertainment purposes only and should not be regarded as an instruction or training. The maneuvers perf...
around 5 mins
it's on/off toggle for cowl flaps on the da50, not proportional.
also, if the same applies to other Diamond aircraft, the pilots operating handbook should be available online
I see that's what the g58 uses. I'll give it a try.
Well the G58 cowl flaps didn't work. I don't know much about the developers thing. I haven't had to do to much with planes. But I really like this plane even though it's a diesel and you can really tell. Now for simbrief to get a file for it.
so you get up/down for the cowl flaps? because it sounds like that is how it is in the plane?
and no intermediate position?
That's what the cowl flaps says, open/close. That's the only 2 options.
I went into the xml file and got this for the cowl: <Component ID="cowl">
<UseTemplate Name = "ASOBO_GT_Anim_Code">
<ANIM_NAME>Coolvent_L</ANIM_NAME>
<ANIM_CODE>(A:SPOILERS LEFT POSITION, Percent)</ANIM_CODE>
</UseTemplate>
<UseTemplate Name = "ASOBO_GT_Anim_Code">
<ANIM_NAME>Coolvent_R</ANIM_NAME>
<ANIM_CODE>(A:SPOILERS LEFT POSITION, Percent)</ANIM_CODE>
</UseTemplate>
</Component>
try spoiler event just to check? maybe they modelled them as spoilers to model the drag of the cowl flap?
I will.
I guess for now, I'll wait till the company comes out with away to bind it. Or maybe someone else figures it out. When I tried the spoilers the closed light went out, but came back on after a few seconds. The open light wouldn't come on at all. Thanks.
You should go into Dev Mode Behaviors and find the correct code
https://www.badcasserole.com/uncovering-input-events-using-the-msfs2020-model-behavior-dialog/
Is this issue resolved?
Yes, I just have to make a lvar for the cowl_flaps.
sorry, what do you mean make an Lvar?
So I can do the 0(>L:COWL_FLAPS) 0 and 1(>L:COWL_FLAPS) 1
a misunderstanding... you don't make those Lvars, they already exist in the sim.
you just have to use the code that addresses them in Mobiflight
ok
0 (>L:COWL_FLAPS)
1 (>L:COWL_FLAPS)
I assume the airplane uses the same code in the sim.
Since you are targetting an airplane which not that many people are using, I think you will need to learn how to dig the code in Developer Mode Behaviors.
I will tag this as Solved.
Since this is resolved I'm locking the thread. For additional questions or similar issues please start a new thread in #1028408626643214336. Happy flying!