Cockpitbuilders.com

Project Magenta - Unofficial => Boeing Software - Discussion => Topic started by: Trevor Hale on February 27, 2015, 03:26:29 AM

Title: Autopilot Disconnect Offset
Post by: Trevor Hale on February 27, 2015, 03:26:29 AM
Hi Guys. I have Tried for 2 days to make this work, and I am having Issues.  I am wondering if any of you can Help.

0X04F0
MCP/FCU Lights (Read Only) Boeing-Type MCPBit Light 0 A/P Master L (1)
1 A/P Master C (2)
2 VS
3 ALT HLD
4 APP
5 LOC
6 LNAV
7 HDG
8 FLCH
9 SPD
10 THR
11 A/T
12 F/D
13 A/P Master R
14 VNAV
15 Mach

In GF Display I can get the autopilot Engaged light on with the following

L1.0=C0 X4F0 U16 M1000

No Problem.

Where the Problem Resides is trying to get the Inverse for Autopilot Disconnect.

- I Have Tried by adding the Mask of M0000
- I have Tried by adding the U16 <= 16001  Which kina worked through FSinterrogate But the light would go on and off depending on what functions were enabled on the Autopilot.
- I have even Tried Switching to offset L1.0=C0 X50A U16 M2 which should be Bit 1 Mask.

In Any Case, I can't seem to get anywhere with 050A. 


I am Also Trying to use oX04FE for Altitude Warning Annunciator and can't seem to get the Mask for Bit 10
L2.0=C0 X04FE U16 M400 (Bit 10)

That Also doesn't work.  Has anyone had success with these offsets before?

I am at a loss.

Thanks,

Trev
Title: Re: Autopilot Disconnect Offset
Post by: KyleH on February 27, 2015, 04:07:38 AM
Hi Trev,
Are you using FSUIPC or simconnect for data from fs?
Title: Re: Autopilot Disconnect Offset
Post by: Bob Reed on February 27, 2015, 04:10:06 AM
Hey Kyle. I think he is using FSUIPC.....
Title: Re: Autopilot Disconnect Offset
Post by: Trevor Hale on February 27, 2015, 04:18:19 AM
Quote from: KyleH on February 27, 2015, 04:07:38 AM
Hi Trev,
Are you using FSUIPC or simconnect for data from fs?

FSUIPC
Title: Re: Autopilot Disconnect Offset
Post by: KyleH on February 27, 2015, 04:30:24 AM
I see those offsets are blocked off for Project Magenta. I assume your using that.
Don't know, but would the fs autopilot work for the indicator display? Offset 07BC for the master switch.
Title: Re: Autopilot Disconnect Offset
Post by: Trevor Hale on February 27, 2015, 04:33:53 AM
Quote from: KyleH on February 27, 2015, 04:30:24 AM
I see those offsets are blocked off for Project Magenta. I assume your using that.
Don't know, but would the fs autopilot work for the indicator display? Offset 07BC for the master switch.

I thought of checking that, but I don't think the PM Autopilot uses the same FS Autopilot.

http://www.projectmagenta.com/pmoffsets/ (http://www.projectmagenta.com/pmoffsets/)

Title: Re: Autopilot Disconnect Offset
Post by: Trevor Hale on February 27, 2015, 04:41:33 AM
I will check oX0504 with FSinterrogate tonight, maybe that is where I need to look.  Seems to be very picky.  I just noticed oX050A is for Physically writing or Disconnecting the autopilot.