Results 1 to 3 of 3
  1. #1
    25+ Posting Member ktroemer's Avatar
    Join Date
    Jun 2007
    Location
    Austria
    Posts
    47
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    PLEASE HELP!!!!!!!!!!!!!!!! SIOC + Overhead Gauges

    Hi guys!


    I really have a problem with my overhead gauges. I git my gauge set from Open Cockpits and i manged it to calibrate them and i also wrote a script for SIOC.
    Unfortunately i dont even have the smallest clue about programming.
    Does anybody of you got your overhead gauges already running with SIOC and PMSystems? Can all the gauges be triggered with SIOC and PMSystems??
    And maybe does someone from you have already a ready script what i can modify for my own cards and gauges????

    Thank you in advance....highly appreciate your support....


    Klaus Troemer
    B737-700NG Fixed Base Simulator

    Location: LOWW

    - www.projectboeing.com -

  2. #2
    25+ Posting Member
    Join Date
    Feb 2007
    Location
    Germany
    Posts
    73
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: PLEASE HELP!!!!!!!!!!!!!!!! SIOC + Overhead Gauges

    Hi,
    example for fuel temperature. Can be used as template for other gauges too.

    /////////// Fuel Temperature Gauge /////////////

    var 0215, name Servo2, Link USB_SERVOS, Output 2, PosL 1023, PosC 436, PosR 150, Type 2 // Servo Motor
    Var 0218, name FuelTemp, Link FSUIPC_INOUT, Offset $56B6, Length 2 // Fuel Temperature + 60 in 10th of C
    {
    L0 = &FuelTemp / 10
    L1 = L0 - 60
    L2 = L1 * 6.4 // servo slope
    L0 = 550 - L2 // Center 0 Grad Celsius
    &Servo2 = L0
    }

    You might have to play a little with the servo slope.

    BR
    Ruediger

  3. #3
    25+ Posting Member ktroemer's Avatar
    Join Date
    Jun 2007
    Location
    Austria
    Posts
    47
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: PLEASE HELP!!!!!!!!!!!!!!!! SIOC + Overhead Gauges

    Oh my GOD!
    Thats seems not to be easy...do you have a whole script??? i have no idea what all those means. I just understand the servo slope and i know how to adjust that.

    Thank you in advance
    B737-700NG Fixed Base Simulator

    Location: LOWW

    - www.projectboeing.com -

Similar Threads

  1. Offsets for overhead gauges
    By MortenHa in forum PMSystems
    Replies: 9
    Last Post: 09-11-2010, 11:35 AM
  2. Scripts for USBServo Cards with PM Sysytems and B737 Overhead Gauges
    By blueskydriver in forum I/O Interfacing and Hardware
    Replies: 4
    Last Post: 08-14-2010, 09:39 AM
  3. Problems with installer for Flight Illusion overhead gauges
    By peterkwu in forum I/O Interfacing Hardware and Software
    Replies: 0
    Last Post: 08-13-2010, 10:08 AM
  4. New B737 Overhead interface with SIOC try it
    By airmontblanc in forum I/O Interfacing and Hardware
    Replies: 0
    Last Post: 03-19-2010, 04:13 PM
  5. Overhead gauges
    By hercules in forum PMSystems
    Replies: 6
    Last Post: 03-25-2007, 04:40 PM