Current SPAD.neXt Release: 0.9.12.123

This forum has closed. Please join our Discord Community.

SPAD.neXt online services are no longer available for SPAD.neXt Versions < 0.9.11.5

Cannot send commands to FS:X via Multipanel

Discussion about Problems.
Forum rules
If you have technical Problem, please open a ticket: https://www.spadnext.com/discover/how-to/get-help.html

Do NOT hijack other people threads, until you have exactly the same problem!
Locked
Nyruami
Passenger
Posts: 4
Joined: 06 Feb 2019, 11:45
Status: Offline

Cannot send commands to FS:X via Multipanel

Post by Nyruami » 06 Feb 2019, 15:11

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?

Hazza
Betatester
Posts: 135
Joined: 10 Mar 2015, 22:00
Location: Christchurch, NZ
Status: Offline

Re: Cannot send commands to FS:X via Multipanel

Post by Hazza » 23 Feb 2019, 23:19

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>
Cheers

Harry

User avatar
Steve Horsfall
Betatester
Posts: 60
Joined: 21 Mar 2018, 02:11
Location: Macksville near YNHS,Australia
Status: Offline

Re: Cannot send commands to FS:X via Multipanel

Post by Steve Horsfall » 24 Feb 2019, 21:45

Has the Multi Panel ever worked with FSX?

lesoreilly
Captain
Posts: 272
Joined: 31 Jul 2015, 01:07
Status: Offline

Re: Cannot send commands to FS:X via Multipanel

Post by lesoreilly » 06 Mar 2019, 18:17

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.

Locked