Mugz Posted June 14, 2021 Report Posted June 14, 2021 (edited) *** Moved from User Contributions sub-form to main support forum *** There is only two offsets AUTOPILOT GLIDESLOPE HOLD AUTOPILOT APPROACH HOLD (look's like simvar: AUTOPILOT GLIDESLOPE ARM) but not find offset for SimVar: AUTOPILOT GLIDESLOPE ACTIVE this simvar is true when AP catch GS on final. Edited June 14, 2021 by John Dowson Moved to main support forum
John Dowson Posted June 14, 2021 Report Posted June 14, 2021 First, you posted in the User Contributions sub-forum, where it states NOT for support requests. I have moved your post for you, but please take care to post in the correct forum for future requests- either here or in the FSUIPC7 sub-forum for FSUIPC7/MSFS support requests, 11 minutes ago, Mugz said: but not find offset for SimVar: AUTOPILOT GLIDESLOPE ACTIVE This is not currently held in any offset. I can add this, but only for FSUIPC6 or FSUIPC7. Which version of FSUIPC are you using? Are there any other simvars that I should look into adding at the same time (e.g. AUTOPILOT GLIDESLOPE ARM, AUTOPILOT APPROACH CAPTURED, AUTOPILOT APPROACH ARM or AUTOPILOT APPROACH ACTIVE)?
Mugz Posted June 14, 2021 Author Report Posted June 14, 2021 1 minute ago, John Dowson said: please take care to post in the correct forum for future requests Oh. Sorry. Got it. 1 minute ago, John Dowson said: Which version of FSUIPC are you using? FSUIPC7.2.0 2 minutes ago, John Dowson said: Are there any other simvars that I should look into adding at the same time (e.g. AUTOPILOT GLIDESLOPE ARM, AUTOPILOT APPROACH CAPTURED, AUTOPILOT APPROACH ARM or AUTOPILOT APPROACH ACTIVE)? All what i need: - AUTOPILOT GLIDESLOPE ARM- AUTOPILOT GLIDESLOPE HOLD - AUTOPILOT GLIDESLOPE ACTIVE
John Dowson Posted June 14, 2021 Report Posted June 14, 2021 5 minutes ago, Mugz said: 23 minutes ago, John Dowson said: Which version of FSUIPC are you using? FSUIPC7.2.0 Ok - I've moved this topic to the FSUIPC7 sub-forum. 5 minutes ago, Mugz said: All what i need: - AUTOPILOT GLIDESLOPE ARM- AUTOPILOT GLIDESLOPE HOLD - AUTOPILOT GLIDESLOPE ACTIVE Ok, I'll add the ARM and ACTIVE simvars - AUTOPILOT GLIDESLOPE HOLD is already available in offset 0x07FC, and post a new version for you to test, either later today or tomorrow.
Mugz Posted June 14, 2021 Author Report Posted June 14, 2021 Just now, John Dowson said: Ok, I'll add the ARM and ACTIVE simvars - AUTOPILOT GLIDESLOPE HOLD is already available in offset 0x07FC, and post a new version for you to test, either later today or tomorrow. Thanks!
John Dowson Posted June 14, 2021 Report Posted June 14, 2021 @Mugz Before I add those new simvars, could you check offset 0C4C (Nav1 GlideSlope Flag), which should be TRUE if the GS is active, and false otherwise. Maybe also check the value in 0C4D.
Mugz Posted June 14, 2021 Author Report Posted June 14, 2021 Already checked 0C4C, but no luck. I dont have any changes when Localizer is captured. With 0C4D i dont know how to operate with flags
John Dowson Posted June 15, 2021 Report Posted June 15, 2021 21 hours ago, Mugz said: With 0C4D i dont know how to operate with flags In lua, you can use the event.offsetmask function to trigger a function call when the required bit in the offset changes - see the FSUIPC Lua Library document for details in using this function. In the attached version below, v7.2.1c, I have added the following simvars to offsets: - AUTOPILOT GLIDESLOPE ARM at offset 0x0C7B as a 1 byte flag (unsigned byte) - AUTOPILOT GLIDESLOPE ACTIVE at offset 0x0C7C as a 1 byte flag (unsigned byte) Please let me know if these are working or not, and for which a/c. Thanks, John FSUIPC7.exe
Mugz Posted June 15, 2021 Author Report Posted June 15, 2021 6 hours ago, John Dowson said: Please let me know if these are working or not, and for which a/c. Thanks, Thank you very much! All work like a charm! 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now