August 18, 200322 yr With all of the default jets in FS2004 (737, 747, 777) I experiance the following "problem":When I fly on autopilot/autotrottle in a stable flight (e.g. at 5000 ft, 250 knots IAS, no flaps, no wind) the throttles are constantly fluctuating over 20-30% of the throttle range, in a 5-seconds cycle.Altitude is very stable, as set in the AP.And the speed constantly varies within a few knots.This throttle behaviour seems not very realistic.It looks like MS has changed the autothottle control algoritme in FS2004, because in FS2002 this worked perfectly.Does anyone else notice this ?Is there anyway this can be "tweaked" ?Rob
August 19, 200322 yr I've never had any problems with the autothrottle on the default 737, however I never really use the other two so can't comment on those.Not sure what could be going on. Does TOGA work fine? - Chris Gigabyte Z790 Aorus Elite AX | Intel Core i9 13900KF | Gigabyte GeForce RTX 4090 24 GB | 64GB DDR5 SDRAM | Corsair H100i Elite 240mm Liquid Cooling | 1TB & 2TB Samsung Gen 4 SSD | 1000 Watt Gold PSU | Windows 11 Pro | Thrustmaster Boeing Yoke | Thrustmaster TCA Captain X Airbus | Asus ROG 38" 4k IPS Monitor (PG38UQ) Asus Maximus VII Hero motherboard | Intel i7 4790k CPU | MSI GTX 970 4 GB video card | Corsair DDR3 2133 32GB SDRAM | Corsair H50 water cooler | Samsung 850 EVO 250GB SSD (2) | EVGA 1000 watt PSU - Retired
August 19, 200322 yr In the aircraft.cfg you will find autothrottle_available=1autothrottle_arming_required=1autothrottle_max_rpm = 90autothrottle_takeoff_ga=1gs_proportional_control=25.0gs_integrator_control=0.53gs_derivative_control=0.00gs_integrator_boundary=0.70gs_derivative_boundary=0.00Try to tweak the last 5 values and see if there is any change. Of course this isn't the method to do things. I'm beggining to see what is this but have to write an application to measure values from aircraft. At this point don't really know how the PID controllers affect aircraft.Jos
August 19, 200322 yr Author Hi Jose,After some further testing I discovered the following:This behaviour of the throttle when the AT is enabled (I'll call it oscillation) is affected by the setting:max_throttle_rate=0.03 // Default: 0.10In fact this parameter determines the rate of adaptations (= number of adaptatations) per second of the throttles. With the default value of 0.10 the adaptation rate is so fast, that it continuously under-/over compensates. Using a value of 0.03 gives a much better result, though I still wonder why it should "oscillate" when the targetspeed is reached.A disadvantage of decreasing this value, is that the AT also reacts much slower when it SHOULD react fast.Eg. observe when you use the AT/speedhold at takeoff (don't know if this is a correct procedure, but it just illustrates the effect).Anyway, MS definitely changed the control algoritme of the AT (just compare it with FS2002 !), and IMHO made it less realistic.Either intentionally or by mistake (bug :-) ).Although I must admit that it is quite difficult to make a fool-proof and robust algoritme to control speed (which I discovered when I made my implementation of the Taxispeed gauge).Regards, Rob
Create an account or sign in to comment