• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

MSFS20 Cirrus SR22 ControlPad Access to Functionality

Messages
10,158
Country
us-arizona
Hey all,

I have installed the Asobo ControlPad from the Cirrus SR22 into my present project which uses nearly the same identical unit. However, I cannot seem to get the letters and numbers of the keyboard to work.

The Sirrus 'ControlPad' is hidden, encrypted, as the plane is upper tier. The model interior XML is hidden away.

I found through the Debugger tool that the ControlPad is linked to the AS1000_MID panel (middle panel) coding. There is also a AS1000_ControlPad XML, but havent found out how to link into that yet.

I asked Matt Nishmaster on how to hook up the unit, and he gave me a list of the button names. What do I do with button names?

With some trials and errors, I was able to get the command buttons working, but the letters and numbers are still dead.

To get the ControlPad working, I linked in this and it booted up on some of its keys;
<Component ID="AS1000_CONTROLPAD">
<UseTemplate Name="ASOBO_AS1000_ControlPad_Template">
<POTENTIOMETER>30</POTENTIOMETER>
<CIRCUIT_ID>44</CIRCUIT_ID>
</UseTemplate>
</Component>
and....
<Include ModelBehaviorFile="Asobo\GlassCockpit\AS1000_Mid_Panel.xml"/>
<Include ModelBehaviorFile="Asobo\GlassCockpit\AS1000_ControlPad.xml"/>

Buttons list...

AS1000_CONTROL_PAD_A
AS1000_CONTROL_PAD_B
AS1000_CONTROL_PAD_C
AS1000_CONTROL_PAD_D
AS1000_CONTROL_PAD_E
AS1000_CONTROL_PAD_F
AS1000_CONTROL_PAD_G
AS1000_CONTROL_PAD_H
AS1000_CONTROL_PAD_I
AS1000_CONTROL_PAD_J
AS1000_CONTROL_PAD_K
AS1000_CONTROL_PAD_L
AS1000_CONTROL_PAD_M
AS1000_CONTROL_PAD_N
AS1000_CONTROL_PAD_O
AS1000_CONTROL_PAD_P
AS1000_CONTROL_PAD_Q
AS1000_CONTROL_PAD_R
AS1000_CONTROL_PAD_S
AS1000_CONTROL_PAD_T
AS1000_CONTROL_PAD_U
AS1000_CONTROL_PAD_V
AS1000_CONTROL_PAD_W
AS1000_CONTROL_PAD_X
AS1000_CONTROL_PAD_Y
AS1000_CONTROL_PAD_Z
AS1000_CONTROL_PAD_SPC
AS1000_CONTROL_PAD_0
AS1000_CONTROL_PAD_1
AS1000_CONTROL_PAD_2
AS1000_CONTROL_PAD_3
AS1000_CONTROL_PAD_4
AS1000_CONTROL_PAD_5
AS1000_CONTROL_PAD_6
AS1000_CONTROL_PAD_7
AS1000_CONTROL_PAD_8
AS1000_CONTROL_PAD_9
AS1000_CONTROL_PAD_Dot
AS1000_CONTROL_PAD_BKSP
AS1000_CONTROL_PAD_PlusMinus
AS1000_CONTROL_PAD_FMS_Upper_INC
AS1000_CONTROL_PAD_FMS_Upper_DEC
AS1000_CONTROL_PAD_FMS_Lower_INC
AS1000_CONTROL_PAD_FMS_Lower_DEC
AS1000_CONTROL_PAD_MENU_Push
AS1000_CONTROL_PAD_CLR
AS1000_CONTROL_PAD_ENT_Push
AS1000_CONTROL_PAD_FMS_Upper_PUSH
AS1000_CONTROL_PAD_DIRECTTO
AS1000_CONTROL_PAD_FPL_Push
AS1000_CONTROL_PAD_PROC_Push
AS1000_CONTROL_PAD_RANGE_INC
AS1000_CONTROL_PAD_RANGE_DEC
AS1000_CONTROL_PAD_RANGE_DEC
AS1000_CONTROL_PAD_Home


Any ideas? I looked at other planes, wondered if possibly part of a FMC might work. If only we had the links to the templates.... :(
 
Back
Top