Jump to content

Bueckerpilot

Members
  • Content Count

    3
  • Joined

  • Last visited

Posts posted by Bueckerpilot

  1. Hallo Aeromax!

    I have a problem with my SIOC script for a TAT gauge. It is used as a compressor inlet temperature indicator with  FSUIPC offset 11D0.

    It works fine from 0  to 125 Degrees (730kts IAS) , but below 0 degrees the servo is jumping to extreme values without any sense.

    The FSUIPC logging shows normal values below 0 Degrees. I have seen in other forums that there are sometimes problems with the FSUIPC TAT Offsets.

    Do you know something about that problems, or may i send you my script for a check? I use P3DV4 with FSUIPC 5 and SIOC 6.0B8.

    Ich sitze seit 2 Wochen an diesem Problem und komme da nicht weiter, bin aber auch kein LUA Experte!

    Grüße,

    Thilo

     

     

     

  2. 20181212_194133_resized.jpgHi,

    i`m starting my first SIOC script for a servo card fuel indicator, linear gauge P3Dv4 ssw F-104

    starfighter

    Should be easy, but not for me :( beginner...

    {

    L0 = DIV &fuelC, 8389

    L1 = L0 * 5,5 // Calculate servo slope

    L2 = L1 + 328,5 // Calculate servo intercept

    V1501 = L2

    }

    The SIOC error message is:

    ERROR!- A comment is expected

    Line 11 L1=L0*5,5 // Calculate servo slope

    ==>5

    What kind of comment?

    The value 5,5 is from 550 steps servo / 100% gauge fuel level

    Any idea?

×
×
  • Create New...