• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

ITT Gauge (XML Questions)

Messages
61
Country
austria
Hello Here- pls some help

Some questions on ITT gauge in attached folder

ITT needle

Although I input in nonlinearity the coordinates, it does not follow that reading and shows to much ( 800 Degree Digital is 1200 ish on needles )

Yellow needle shows now EGT, but should be a remember maximum gauge like on an G- Meter ( A:MAX gforce). But I did not find a code(so iused EGT). Can anybody pint me to correct place ?)

JS.zip

( test panel input )
gauge24=JS!JS_ITT_1-A, 1260,267,74,72
gauge25=JS!JS_ITT_2-A, 1351,267,74,72
gauge26=JS!JS_ITT_3-A, 1441,267,74,72
gauge27=JS!JS_ITT_4-A, 1538,267,68,68
gauge72=JS!JS Eng1_FF, 1352,355,68,68
gauge73=JS!JS Eng4_FF, 1540,355,70,70
gauge144=JS!JS Eng2_FF, 1259,355,71,65
gauge145=JS!JS Eng3_FF, 1448,356,67,68

Result should be attached engine gauge view


Thanks

Roland

** you can edit your panel.cfg usually well


[IMG alt="Click image for larger version.

Name: 2021-11-10_16-45-5-945.jpg
Views: 1
Size: 283.0 KB
ID: 85017"]http://www.sim-outhouse.com/sohforums/attachment.php?attachmentid=85017&d=1636560144&thumb=1[/IMG]










Edit / Delete Edit Post Reply With Quote Reply With Quote Multi-Quote This Message Blog this Post
 
I suggested on the SOH thread
Code:
 <Element>
    <Select>
      <Value>(L:MAX ENG1 ITT, number) (A:TURB ENG1 ITT, Celsius) &lt; if{ (A:TURB ENG1 ITT, Celsius) (>L:MAX ENG1 ITT, number) }</Value>
    </Select>
  </Element>

Is this that stupid to not even justify any answer ?

Gérard
 
Thanks to Gerard-->in SOH solved

<Element>
<Position X="167" Y="164" />

<Value Minimum="0" Maximum="1000">(L:MAX ENG1 ITT, number)</Value>
 
Back
Top