April 11, 200620 yr Hi all Need to update Throttle setting with an increasing/decreasing value every 1000 ft. climbing or descending. how can I count altitude and pass the value. Paul EGLD
April 11, 200620 yr Hi,Make: (A:indicated altitude,feet) "something" / (>l:factor,number) Add this in: (l:factor,number) (l:power setting,number) + 163.84 * (>K:THROTTLE_SET) Hope it helps,Jan"Beatus ille qui procul negotiis..." Jan "Beatus ille qui procul negotiis..."
April 11, 200620 yr Author Hello Jan Yes that will work, I need a "something" code that will fire the L:Factor,number every increasing 1000 ft of altitude up to CRZ alt. Paul EGLD
April 11, 200620 yr Author Hello Made an error in first code, now have working:- (L:VNAV,number) 1 == if{ (A:Total air temperature, celsius) 0.16 * 65 + (A:Indicated Altitude,feet) 0.000707 * + 98 min (>L:Throttle,number) } (L:Throttle,number) 163.84 * (>K:THROTTLE_SET) Gives throttle position increase with climb. Paul EGLD
Create an account or sign in to comment