Jump to content
The simFlight Network Forums

FSUIPC Offsets for Motorized Throttle control with PMDG 737


Recommended Posts

*** Moved from User Contributions sub-forum to main support forum ***

Hello All,

I am trying to figure out which offsets to use to motorize my 737 TQ. I want to use these offsets to write a simple LUA script and send data to a serial port and then control the TQ via Arduino.

I am running P3D V4, PMDG 737 with FSUIPC V6

I could use 088C and 0924 to get the Throttle Lever position.

Which offsets should I use to get the 'Commanded Throttle Position' within AP? should I use 07F8 (AP_RPM_N1_Value) or 0730(Target_speed_for_throttle_feedback) and then check the difference between them?

Any help on how to formulate this equation would be much appreciated.

I have been trying to do this for some time now and had some previous posts on this topic, but have not been able to fully resolve. Getting close though.

Thank You!

Anthony

Edited by John Dowson
Moved to main support forum
Link to comment
Share on other sites

  • John Dowson changed the title to FSUIPC Offsets for Motorized Throttle control with PMDG 737
7 hours ago, chanakaf said:

I could use 088C and 0924 to get the Throttle Lever position.

Wouldn't offsets 0x3330 and 0x3332 be better? 0r 0x089A and 0x0932?

7 hours ago, chanakaf said:

Which offsets should I use to get the 'Commanded Throttle Position' within AP? should I use 07F8 (AP_RPM_N1_Value) or 0730(Target_speed_for_throttle_feedback) and then check the difference between them?

I am not sure about this - best to just monitor the offset values using FSUIPC's offset monitoring facilities, to see how they change when the AP has control. May also be worth looking at offsets 0x0898 and 0x0930.

I have moved your post to the correct support forum - hopefully some other motorized TQ users will see this and can help you...

John

Link to comment
Share on other sites

Thanks John. I have tried the additional offsets you suggested and don't quite see anything different. In further reading and understanding offsets, I agree using 0x3330 and 0x3332 is better. I was not able to get any values from 0x089A and 0x0932 for some reason.

When AT is not engaged I can see the throttle axis values and also the Engine N1 values.

When AT is Engaged, I am trying to find a value for the commanded position of the throttle for each engine so I can calculate the error between the physical lever posion and the desired position based on commanded engine speed.

Anyone has any ideas on suitable offsets to use for a motorized throttle control?

Thanks.

Link to comment
Share on other sites

On 7/10/2023 at 3:22 AM, chanakaf said:

should I use 07F8 (AP_RPM_N1_Value)

Shouldn't this be 0x07FA (Autopilot RPM (N1) hold value, 16384 = 100% N1) - did you try that one?

11 hours ago, chanakaf said:

When AT is not engaged I can see the throttle axis values and also the Engine N1 values.

Don't the same offsets also show the throttle axis value and engine N1 values when AT is engaged?

Link to comment
Share on other sites

Thanks John. For some reason, I can't get any values for 0x07FA, I cant find this in the offset in the FS interrogate tool either.

From looking at all the data streams, I think I can do what I need to do by calculating the difference between 0x088C and 0x3330 for Throttle 1 when AT is engaged (0x0810).

I appreciate your help.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.