Hi there,

I own an Aerosoft MCP 747 Module since many years. Weeks ago I started playing around to find out what FSUIPC settings will be written to FS when a button is pushed.
The following I got:

Code:
[FSUIPC_MCP_INPUTS]
MCP_LOC=07c4
MCP_APP=0800
MCP_LNAV=2c0b
MCP_AUTOTHROTTLE_ARM_L=0810
MCP_ON=07BC
V/S wheel is 07EC

// 2 byte (word)

MCP_SPEED=07e2
// 2 byte (word)

MCP_HDG=07cc
// 4 byte (dword)

MCP_ALTITUDE=07d4
// 2 byte (word)

MCP_VS=07f2
But I am missing those:
LNAV
VNAV
and
V/S Speed button


Is there any one out there in the forum who has knowledge about those great autopilot?
Please help me finding those offsets.

Thanks alot,
Markus