Results 1 to 4 of 4
  1. #1
    150+ Forum Groupie
    Join Date
    Jan 2007
    Location
    East Yorkshire UK
    Posts
    267
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Battery voltage in overhead

    My battery voltage indicators in my hardware overhead usually read zero but occasionally 28 volts.
    They always worked fine with my previous software and are driven by SIOC as follows:

    // Batt voltage in overhead


    Var 0115, Link FSUIPC_IN, Offset $4650, Length 2 // BATT 1
    {
    L0 = V0115
    V0116 = L0
    }
    Var 0116, Link IOCARD_DISPLAY, Digit 64, Numbers 3 // BATT 1 Display



    Var 0117, Link FSUIPC_IN, Offset $4652, Length 2 // BATT 2
    {
    L0 = V0117
    V0118 = L0
    }
    Var 0118, Link IOCARD_DISPLAY, Digit 67, Numbers 3 // BATT 2 Display

    Anyone got any ideas?
    Barry

  2. #2
    150+ Forum Groupie Fritz's Avatar
    Join Date
    May 2009
    Location
    Germany
    Posts
    176
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Battery voltage in overhead

    Try the sioc_creator. It's much easier to assign the displays.
    It works fine also in the new release.

  3. #3
    150+ Forum Groupie
    Join Date
    Jan 2007
    Location
    East Yorkshire UK
    Posts
    267
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Battery voltage in overhead

    I understand that I could start again on my SIOC routines but they have been working OK for 8 years and I could do without the work. I was just trying to understand why my proven routine works sometimes and not others with JH.
    Barry

  4. #4
    500+ This must be a daytime job



    Join Date
    Jan 2007
    Location
    NEW ZEALAND
    Posts
    908
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Battery voltage in overhead

    Barry,
    Have you checked to see when JH soft is run if there is a .ssi file that JL has run
    automatically that may be using variables that you already use.
    Regards
    Les