Results 1 to 5 of 5
  1. #1
    300+ Forum Addict
    Join Date
    Feb 2006
    Location
    N/A
    Posts
    458
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Scripts for USBServo Cards with PM Sysytems and B737 Overhead Gauges

    I have the USB Servo Cards, PM Systems, and the complete set of Overhead gauges from OpenCockpits and after searching, I've only found two of the gauges having scripts written for them. Therefore, as I'm sure others have asked this, but does anyone use the same items for their B737 and has everything working?

    Frankly, I know little about SIOC, but I'm trying to learn it. Still, it seems to me that many of us reinvent the wheel many times over and over and over with SIOC. Most cockpits tend to be a Boeing B737 or an Airbus of some type, so sure seems like there would be a place to get these scripts from. Not scripts that people are experimenting with and asking for help on, but one's that work and have been working for quite some time.

    Thus, if anyone has these scripts, please post them or PM me. Better yet, if there is some location that SIOC scripts tend to hang out and I can go get them that would be great too.

  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: Scripts for USBServo Cards with PM Sysytems and B737 Overhead Gauges

    SIOC Script for Fuel Temperature:

    /////////// 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
    }

    Servo slope you might have to play a little with the setting.

    Best regards

    Ruediger

  3. #3
    300+ Forum Addict
    Join Date
    Feb 2006
    Location
    N/A
    Posts
    458
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Scripts for USBServo Cards with PM Sysytems and B737 Overhead Gauges

    Ruediger,

    Thanks for posting this! I'll let you know how I do... Hopefully, others like you will post their scripts? I'd also like to see Rob do some posting here since he really knows SIOC. What do you say Rob?

    john

  4. #4
    500+ This must be a daytime job 737NUT's Avatar
    Join Date
    Feb 2006
    Location
    Indianapolis, IN
    Posts
    761
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Scripts for USBServo Cards with PM Sysytems and B737 Overhead Gauges

    http://www.baron58.com/Servo_Calc.htm Use this site for easy reference.

    Every set-up will be slightly different do to servo and mechanical differences.

    You use IOCP console to determine your servo range, then follow steps at above website.

    Say servo #3 is fuel temp, start sioc with all your servo's in the script, start the console, go to servo #3 and input 555, decrease by 10 until you get to either the max or min guage range. Then go opposite to get other end of scale. Now you have the range an start and stop points.

  5. #5
    500+ This must be a daytime job Boeing 747 Flyer's Avatar
    Join Date
    Nov 2009
    Location
    England
    Posts
    635
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Scripts for USBServo Cards with PM Sysytems and B737 Overhead Gauges

    Yes the calc 737NUT quoted is avery useful, I use it i ntwo of my gauges and it works flawlessly.

    However, contrary to 737NUT's advice, I wouldn't use IOCP Console to test the RANGE of your servo. By all means, use it to monitor the servo data, FSUIPC Offset data, etc, but I would use the official Opencockpits USBServos testing software. It is a much safer and easier to use interface.

Similar Threads

  1. Using BU0836X and other BU0836 cards with SIOC scripts
    By Leo Bodnar in forum I/O Interfacing and Hardware
    Replies: 6
    Last Post: 08-08-2014, 04:14 PM
  2. PLEASE HELP!!!!!!!!!!!!!!!! SIOC + Overhead Gauges
    By ktroemer in forum OpenCockpits General Discussion
    Replies: 2
    Last Post: 08-19-2010, 05:03 AM
  3. Gauges scripts
    By cesarfsim in forum PMSystems
    Replies: 2
    Last Post: 03-29-2008, 07:33 AM
  4. Overhead gauges
    By hercules in forum PMSystems
    Replies: 6
    Last Post: 03-25-2007, 04:40 PM