plane icon Welcome to Microsoft Flight Simulator’s SDK Q&A Platform!

You have questions regarding the SDK? DevMode Tools? SimConnect? You would like to submit an idea for future improvements, seek help or exchange knowledge? You’re in the right place.


Please take a moment to read the platform’s guidelines before you get started!


question

TheRealPomax avatar image
TheRealPomax asked RoscoHead commented

Setting throttle in DC-6

I'm trying to set the throttle of the DC-6 using SimConnect, and while I can trivially throttle up or down using a throttle quadrant controller nothing seems to work in simconnect. I tried `GENERAL_ENG_THROTTLE_LEVER_POSITION:index` for 1 through 4, this works just fine in other aircraft but not the DC-6. I tried `THROTTLE SET` and `AXIS THROTTLE SET`, I tried `AXIS_THROTTLE_PLUS`, just nothing seems to work. What arcane combination of events and variables does it need set? =)

simconnect
10 |10000

Up to 5 attachments (including images) can be used with a maximum of 4.8 MiB each and 23.8 MiB total.

RoscoHead avatar image
RoscoHead answered

Probably not a SDK question, but PMDG use lots of custom variables, in my spad.next profile I use DC6_51?_OBJ for the throttle axis, where ? = 1-4 for engines 1-4.

10 |10000

Up to 5 attachments (including images) can be used with a maximum of 4.8 MiB each and 23.8 MiB total.

TheRealPomax avatar image
TheRealPomax answered RoscoHead commented

Hm, even then, those should ultimately tie back into the master throttle controls though, unless the DC-6 intentionally ignores the SDK master variables =(

3 comments
10 |10000

Up to 5 attachments (including images) can be used with a maximum of 4.8 MiB each and 23.8 MiB total.

RoscoHead avatar image RoscoHead commented ·
As I understand it, there's no requirement to link to the master variables if you use custom variables. But I'm not an aircraft expert.
0 Likes 0 ·
TheRealPomax avatar image TheRealPomax RoscoHead commented ·
fair enough. Guess I'll try to contact PMDG because a plane that can't be controlled by addons is like... half a plane =S
0 Likes 0 ·
RoscoHead avatar image RoscoHead TheRealPomax commented ·
Well I've managed to map a lot of their variables to my peripherals using spad.next - had to dig around in the model.xml file and do a fair bit of experimentation, but got all the controls that I needed mapped.
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 5 attachments (including images) can be used with a maximum of 19.1 MiB each and 23.8 MiB total.