AS1000_ControlPad Link / Behavior Name?

Hello Team Asobo and fellow Developers,

I am building a plane that uses the AS1000 ControlPad, like the one in the Cirrus SR22 in MSFS.

Does anyone know the name of the Behavior that it links to?
For instance, the AS1000 (G1000 Garmin screens) link to here;
ModelBehaviorFile="Asobo\GlassCockpit\AS1000.xml

Where might the ControlPads link?

The SR22 is encrypted/hidden. I am hoping this is public knowledge for the sake of us developers who need the ControlPad for cool planes in MSFS. :slight_smile:

Bill of the Polygon Benders…

Hello @LyonHaart001

Don’t forget about the Behaviors Debug tool.

Control pad behaviors are part of AS1000.xml.
Check for ASOBO_AS1000_ControlPad_Template

Regards,
Sylvain

1 Like

Thanks Sylvain! You are awesome.

I hope all is going well.

Bill
LHC

I put in this entry into my interior XML and ‘some’ of the keypads buttons became active. But the keyboard keys (letters) and the numbers buttons are still inactive, dead.

		<Component ID="AS1000_CONTROLPAD">
			<UseTemplate Name="ASOBO_AS1000_ControlPad_Template">
				<POTENTIOMETER>30</POTENTIOMETER>
				<CIRCUIT_ID>44</CIRCUIT_ID>
			</UseTemplate>
		</Component>

Also, through Debug, I found that the system is linked into the AS1000 MID XML, not the PFD or MFD units. This helped.

What in the world would bring those keypad keys to life?

The other day, I asked Matt (big guy at WT who made this for Asobo) how to get it working. He gave me a list of buttons. I have no idea what to do with these.

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

This is the keypad in my plane I am finishing. The primary buttons, like on the MID panel are all running nice. The letters and Numbers are not. I just need the right links…

Team Asobo,

If you learn of a way for me to get the ‘numbers’ and ‘letter’ keys to work/function on this AS1000 MID system, please please let me know. Surely its a simple link.

Bill
LHC