Page 1 of 1

Cannot send commands to FS:X via Multipanel

Posted: 06 Feb 2019, 15:11
by Nyruami
I have a Multipanel and a radio panel running, while the radio panel is working fine the multi panel is only able to read data from FSX but not to send any. no matter if I use LVAR with the Aerosoft Airbus, PMDG with 737, 747 or 777, nor with standard FSX planes. The buttons are fine, as Spad.next shows me that I´m turning them, but no commands arrive inside FSX.

If I change any settings directly in FSX the multi panel shows those changes in the display.

Any suggestions?

Re: Cannot send commands to FS:X via Multipanel

Posted: 23 Feb 2019, 23:19
by Hazza
I no longer use FSX but here is my settings for PMDG 777 MultiPanel in P3Dv4 - maybe it can help?

<Device xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VendorID="0x06A3" ProductID="0x0D06" DevicePath="\\?\hid#vid_06a3&amp;pid_0d06#8&amp;27d82514&amp;0&amp;0000#{4d1e55b2-f16f-11cf-88cb-001111000030}" Serial="" DeviceIndex="0" Version="1" xmlns="http://www.fsgs.com/SPAD">
<Events>
<Event BoundTo="MULTIPANEL_SELECTOR_ALT">
<EventDefinitions>
<EventDefinition Trigger="VALUEON">
<EventActions>
<EventActionDisplayValue TargetDataDefinition="PMDG777:2000:0128" TargetDisplay="DISPLAY" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="TUNER_CLOCKWISE">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_ALTITUDE_SELECTOR" Value="16384" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="TUNER_COUNTERCLOCKWISE">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_ALTITUDE_SELECTOR" Value="8192" ValueOperation="Set" />
</EventActions>
</EventDefinition>
</EventDefinitions>
<Options>
<Option Key="VALUEMIN" Value="0" />
<Option Key="VALUEMAX" Value="99999" />
</Options>
</Event>
<Event BoundTo="MULTIPANEL_SELECTOR_IAS">
<EventDefinitions>
<EventDefinition Trigger="VALUEON">
<EventActions>
<EventActionDisplayValue TargetDataDefinition="PMDG777:2000:0120" TargetDisplay="DISPLAY" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="TUNER_CLOCKWISE">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_SPEED_SELECTOR" Value="16384" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="TUNER_COUNTERCLOCKWISE">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_SPEED_SELECTOR" Value="8192" ValueOperation="Set" />
</EventActions>
</EventDefinition>
</EventDefinitions>
<Options>
<Option Key="VALUEMIN" Value="0" />
<Option Key="VALUEMAX" Value="360" />
</Options>
</Event>
<Event BoundTo="MULTIPANEL_SELECTOR_CRS">
<Options>
<Option Key="VALUEMIN" Value="0" />
<Option Key="VALUEMAX" Value="359" />
<Option Key="ROLLOVER" Value="true" />
</Options>
</Event>
<Event BoundTo="MULTIPANEL_SELECTOR_HDG">
<EventDefinitions>
<EventDefinition Trigger="VALUEON">
<EventActions>
<EventActionDisplayValue TargetDataDefinition="PMDG777:2000:0126" TargetDisplay="DISPLAY" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="TUNER_CLOCKWISE">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_HEADING_SELECTOR" Value="16384" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="TUNER_COUNTERCLOCKWISE">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_HEADING_SELECTOR" Value="8192" ValueOperation="Set" />
</EventActions>
</EventDefinition>
</EventDefinitions>
<Options>
<Option Key="VALUEMIN" Value="0" />
<Option Key="VALUEMAX" Value="359" />
<Option Key="ROLLOVER" Value="true" />
</Options>
</Event>
<Event BoundTo="CONFIGURE_PANEL_STATUS">
<EventDefinitions>
<EventDefinition Trigger="VALUE">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="1" ConditionValueSource="PMDG777:2000:001F" />
</EventConditions>
<EventActions>
<EventActionCommand CommandName="SPAD_neXt.Device_PowerON" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUE">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="0" ConditionValueSource="PMDG777:2000:001F" />
</EventConditions>
<EventActions>
<EventActionCommand CommandName="SPAD_neXt.Device_PowerOFF" />
</EventActions>
</EventDefinition>
</EventDefinitions>
</Event>
<Event BoundTo="MULTIPANEL_FLAPS_DOWN">
<EventDefinitions>
<EventDefinition Trigger="VALUEON">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_CONTROL_STAND_FLAPS_LEVER" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEONLONG">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_CONTROL_STAND_FLAPS_LEVER_30" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
</EventDefinitions>
<Options>
<Option Key="VALUEMIN" Value="0" />
<Option Key="VALUEMAX" Value="16383" />
</Options>
</Event>
<Event BoundTo="MULTIPANEL_FLAPS_UP">
<EventDefinitions>
<EventDefinition Trigger="VALUEON">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_CONTROL_STAND_FLAPS_LEVER" Value="2147483648" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEONLONG">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_CONTROL_STAND_FLAPS_LEVER_0" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
</EventDefinitions>
<Options>
<Option Key="VALUEMIN" Value="0" />
<Option Key="VALUEMAX" Value="16383" />
</Options>
</Event>
<Event BoundTo="MULTIPANEL_AUTOTHROTTLE">
<EventDefinitions>
<EventDefinition Trigger="VALUEON">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_AT_ARM_SWITCH_L" Value="0" ValueOperation="Set" />
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_AT_ARM_SWITCH_R" Value="0" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEOFF">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_AT_ARM_SWITCH_L" Value="1" ValueOperation="Set" />
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_AT_ARM_SWITCH_R" Value="1" ValueOperation="Set" />
</EventActions>
</EventDefinition>
</EventDefinitions>
</Event>
<Event BoundTo="MULTIPANEL_SELECTOR_VS">
<EventDefinitions>
<EventDefinition Trigger="VALUEON">
<EventActions>
<EventActionDisplayValue TargetDataDefinition="PMDG777:2000:012A" TargetDisplay="DISPLAY" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="TUNER_CLOCKWISE">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_VS_SELECTOR" Value="8192" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="TUNER_COUNTERCLOCKWISE">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_VS_SELECTOR" Value="16384" ValueOperation="Set" />
</EventActions>
</EventDefinition>
</EventDefinitions>
<Options>
<Option Key="VALUEMIN" Value="-9999" />
<Option Key="VALUEMAX" Value="9999" />
</Options>
</Event>
<Event BoundTo="MULTIPANEL_BUTTON_AP">
<EventDefinitions>
<EventDefinition Trigger="VALUEON">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_AP_L_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="0" ConditionValueSource="PMDG777:2000:0150" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_SHORT_OFF" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="1" ConditionValueSource="PMDG777:2000:0150" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_SHORT_ON" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEOFF">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_AP_L_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEOFFLONG">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_AP_R_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEONLONG">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_AP_R_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
</EventDefinitions>
</Event>
<Event BoundTo="MULTIPANEL_BUTTON_HDG">
<EventDefinitions>
<EventDefinition Trigger="VALUEON">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_HDG_HOLD_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="0" ConditionValueSource="PMDG777:2000:0156" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_SHORT_OFF" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="0" ConditionValueSource="PMDG777:2000:014B" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_LONG_OFF" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="1" ConditionValueSource="PMDG777:2000:0156" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_SHORT_ON" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="1" ConditionValueSource="PMDG777:2000:014B" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_LONG_ON" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEOFF">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_HDG_HOLD_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEOFFLONG">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_HEADING_PUSH_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEONLONG">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_HEADING_PUSH_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
</EventDefinitions>
</Event>
<Event BoundTo="MULTIPANEL_BUTTON_NAV">
<EventDefinitions>
<EventDefinition Trigger="VALUEON">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_LNAV_SWITCH" Value="1" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="0" ConditionValueSource="PMDG777:2000:0153" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_SHORT_OFF" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="1" ConditionValueSource="PMDG777:2000:0153" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_SHORT_ON" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEOFF">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_LNAV_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEOFFLONG">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_VNAV_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEONLONG">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_VNAV_SWITCH" Value="1" ValueOperation="Set" />
</EventActions>
</EventDefinition>
</EventDefinitions>
</Event>
<Event BoundTo="MULTIPANEL_BUTTON_IAS">
<EventDefinitions>
<EventDefinition Trigger="VALUEON">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_AT_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="0" ConditionValueSource="PMDG777:2000:0152" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_SHORT_OFF" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="0" ConditionValueSource="PMDG777:2000:014A" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_LONG_OFF" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="1" ConditionValueSource="PMDG777:2000:0152" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_SHORT_ON" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="1" ConditionValueSource="PMDG777:2000:014A" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_LONG_ON" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEOFF">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_AT_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEOFFLONG">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_SPEED_PUSH_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEONLONG">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_SPEED_PUSH_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
</EventDefinitions>
</Event>
<Event BoundTo="MULTIPANEL_BUTTON_ALT">
<EventDefinitions>
<EventDefinition Trigger="VALUEON">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_ALT_HOLD_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="0" ConditionValueSource="PMDG777:2000:0158" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_SHORT_OFF" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="0" ConditionValueSource="PMDG777:2000:014C" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_LONG_OFF" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="1" ConditionValueSource="PMDG777:2000:0158" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_SHORT_ON" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="1" ConditionValueSource="PMDG777:2000:014C" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_LONG_ON" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEOFF">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_ALT_HOLD_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEOFFLONG">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_ALTITUDE_PUSH_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEONLONG">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_ALTITUDE_PUSH_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
</EventDefinitions>
</Event>
<Event BoundTo="MULTIPANEL_BUTTON_VS">
<EventDefinitions>
<EventDefinition Trigger="VALUEON">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_VS_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="0" ConditionValueSource="PMDG777:2000:0157" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_SHORT_OFF" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="0" ConditionValueSource="PMDG777:2000:0144" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_LONG_OFF" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="1" ConditionValueSource="PMDG777:2000:0157" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_SHORT_ON" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="1" ConditionValueSource="PMDG777:2000:0144" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_LONG_ON" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEOFF">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_VS_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEOFFLONG">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_LVL_CHG_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEONLONG">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_LVL_CHG_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
</EventDefinitions>
</Event>
<Event BoundTo="MULTIPANEL_BUTTON_APR">
<EventDefinitions>
<EventDefinition Trigger="VALUEON">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_APP_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="0" ConditionValueSource="PMDG777:2000:015A" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_SHORT_OFF" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="1" ConditionValueSource="PMDG777:2000:015A" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_SHORT_ON" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEOFF">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_APP_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEOFFLONG">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_FD_SWITCH_L" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEONLONG">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_FD_SWITCH_L" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
</EventDefinitions>
</Event>
<Event BoundTo="MULTIPANEL_BUTTON_REV">
<EventDefinitions>
<EventDefinition Trigger="VALUEON">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_LOC_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="0" ConditionValueSource="PMDG777:2000:0159" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_SHORT_OFF" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="BUTTONLIGHT" IsFinal="true">
<EventConditions>
<EventCondition ConditionComparator="Equals" ConditionTargetValue="1" ConditionValueSource="PMDG777:2000:0159" />
</EventConditions>
<EventActions>
<EventActionButtonLight ButtonLight="BUTTON_SHORT_ON" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEOFF">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_LOC_SWITCH" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEOFFLONG">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_FD_SWITCH_R" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="VALUEONLONG">
<EventActions>
<EventActionControl TargetDataDefinition="PMDG777:EVT_MCP_FD_SWITCH_R" Value="536870912" ValueOperation="Set" />
</EventActions>
</EventDefinition>
</EventDefinitions>
</Event>
<Event BoundTo="MULTIPANEL_PITCHTRIM">
<EventDefinitions>
<EventDefinition Trigger="NOSEDOWN">
<EventActions>
<EventActionControl TargetDataDefinition="SIMCONNECT:ELEV_TRIM_DN" Value="0" ValueOperation="Set" />
</EventActions>
</EventDefinition>
<EventDefinition Trigger="NOSEUP">
<EventActions>
<EventActionControl TargetDataDefinition="SIMCONNECT:ELEV_TRIM_UP" Value="0" ValueOperation="Set" />
</EventActions>
</EventDefinition>
</EventDefinitions>
<Options>
<Option Key="SENSITIVITY" Value="27" />
<Option Key="LINEFACTOR" Value="1638" />
</Options>
</Event>
</Events>
<Options>
<Option Key="Saitek.MultiPanel.ReverseTrim" Value="True" />
<Option Key="Saitek.MultiPanel.ShowTrimAnimation" Value="True" />
<Option Key="Saitek.MultiPanel.RaiseOnFirst" Value="False" />
<Option Key="Saitek.MultiPanel.BindLightToMode" Value="True" />
<Option Key="Saitek.MultiPanel.EnableVirtualPower" Value="True" />
<Option Key="Saitek.MultiPanel.TunerIdleReset" Value="500" />
</Options>
</Device>

Re: Cannot send commands to FS:X via Multipanel

Posted: 24 Feb 2019, 21:45
by Steve Horsfall
Has the Multi Panel ever worked with FSX?

Re: Cannot send commands to FS:X via Multipanel

Posted: 06 Mar 2019, 18:17
by lesoreilly
First things first....

Load the default sim connect C172 profile from the Online Profiles.

Load up the default C172

Take it up and see if the functions of the auto pilot work....

That info will help you down the path of if it is the system or the profile.