Schraddel
11-02-2010, 08:45 AM
Hello all,
I'd like to start my motorthrottle after pressing "speed"-button on MCP with ProSim737 and Fs2004.
Martys manual told me that his MCP uses offset $5410 and bit 22 for "speed"
After no reaction of my motor after pressing "speed"-button I wrote a little script to check the bits of $5410 and was surprised that no bit gets a "1" after pressing a button on the MCP.
Can you help me please. I think there must be a mistake n my test-script.
The script looks like this (dont care bout the brackets, cause I have no sioc here...)
Var 0010 name MCP_Test Link FSUIPC_INOUT, Offset $5410, Length 4
{
var0011 = TESTBIT MCP_Test , 1
var0012 = TESTBIT MCP_Test , 2
....
Var 0011 name BIT1
Var 0012 name BIT2
....
Cheers, Kai
I'd like to start my motorthrottle after pressing "speed"-button on MCP with ProSim737 and Fs2004.
Martys manual told me that his MCP uses offset $5410 and bit 22 for "speed"
After no reaction of my motor after pressing "speed"-button I wrote a little script to check the bits of $5410 and was surprised that no bit gets a "1" after pressing a button on the MCP.
Can you help me please. I think there must be a mistake n my test-script.
The script looks like this (dont care bout the brackets, cause I have no sioc here...)
Var 0010 name MCP_Test Link FSUIPC_INOUT, Offset $5410, Length 4
{
var0011 = TESTBIT MCP_Test , 1
var0012 = TESTBIT MCP_Test , 2
....
Var 0011 name BIT1
Var 0012 name BIT2
....
Cheers, Kai