February 27, 200521 yr In the "Token Variables" section of the FS9 Panel SDK, there is a listing for the following:Variable Name DescriptionRECIP_ENGINE1_PROP_TORQUE Torque required by prop (ft-lb).I am trying to use it in a gauge and I cannot get it to produce a value. What is wrong with this code?%((A:RECIP ENGINE1 PROP TORQUE,foot pound))%!5.1f!Thanks
February 27, 200521 yr The token variables section is NOT for XML vars, it is for C variables. The XML variables are listed in "Parameters.doc". However there seem to be no recipe engine prop torque var. You might tryENG1 TORQUEorENG1 TORQUE PERCENT(listed in "a_vars.txt" part of "xmlgau01.zip").Arne Bartels
February 27, 200521 yr Thanks ArneThe "Eng1 Torque" seems to work and I will experiment with it somemore. The info about the "Token Variables" sure explains why I was never able to use them in XML . I will stay away from that document.greenco
Create an account or sign in to comment