February 3, 200323 yr Hallo,I'm working on a code to let a needle point a value.There are 2 variables.The needle must show the value of the variable that is the highest at a certain moment.Here are the codes.The first:(L:Switch1, bool) if{ (A:ELECTRICAL MASTER BATTERY,percent) } els{ 0 } The second:(L:Switch1, bool) if{ (A:TURB ENG1 BLEED AIR,psi) } els{ 0 } So how to combine these two formulas in one, so that the needle gives the greatest value of the two variables?Thanks for advice!Janhttp://community.webshots.com/storage/1/v4...75aouncN_th.jpg Jan "Beatus ille qui procul negotiis..."
February 3, 200323 yr To get the maximum of two values use the max operator:... (A:TURB ENG1 BLEED AIR,psi) (A:ELECTRICAL MASTER BATTERY,percent) max ...Arne Bartels
Create an account or sign in to comment