Results 1 to 5 of 5
  1. #1
    75+ Posting Member
    Join Date
    Feb 2009
    Location
    Henderson, NV
    Posts
    88
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    View FSUIPC offset values

    Hello all,

    Probably a stupid question, I'm sure!

    I'm just wondering if there's a way to view the value of a specific FSUIPC offset, in simple number format. Example, I want to see the output of:

    5604 2 APUEGT .1

    from PMSystems, so that I can then enter appropriate values in the software for a servo card.

    Thank you!
    Chris Kilroy
    737NG Builder - Henderson, NV USA

  2. #2
    75+ Posting Member TasKiNG's Avatar
    Join Date
    Jul 2008
    Location
    Derby, England
    Posts
    109
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: View FSUIPC offset values

    Download the FSUIPC SDK from Here FSUIPC_SDK.zip

    Inside the zip file you will find a program called FSInterrogate2std.exe.

    Run this and you will be able to view and set values for the Offsets.

  3. Thanks ChrisKLAS thanked for this post
  4. #3
    75+ Posting Member
    Join Date
    Feb 2009
    Location
    Henderson, NV
    Posts
    88
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: View FSUIPC offset values

    Thank you, Dave!!
    Chris Kilroy
    737NG Builder - Henderson, NV USA

  5. #4
    300+ Forum Addict
    Join Date
    Jan 2007
    Posts
    496
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: View FSUIPC offset values

    Quote Originally Posted by ChrisKLAS View Post
    I'm just wondering if there's a way to view the value of a specific FSUIPC offset, in simple number format.
    Easiest way: go to the Logging tab in FSUIPC options, right-hand side. Enter offset and type of number display, check FSdisplay/Advdisplay option to get it shown on screen in real-time. As in fact all described in the Logging section of the supplied FSUIPC documentation (not even the SDK needed).

    Example, I want to see the output of:
    5604 2 APUEGT .1
    That's a single bit within a value, worth 2. For bit-oriented values you'd be best displaying in hexadecimal (an option you'll see), and remembering the values of the hex digits in bit values

    0 = 0
    1 = 1
    2 = 2
    3 = 1 + 2
    4 = 4
    5 = 1 + 4
    6 = 2 + 4
    7 = 1 + 2 + 4
    8 = 8
    9 = 1 + 8
    A = 2 + 8
    B = 1 + 2 + 8
    C = 4 + 8
    D = 1 + 4 + 8
    E = 2 + 4 + 8
    F = 1 + 2 + 4 + 8

    Regards

    Pete

  6. #5
    New Member jr2008's Avatar
    Join Date
    Feb 2008
    Location
    spain
    Posts
    4
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: View FSUIPC offset values

    How i can found the Offset for the BELOW G/S annunciator?

Similar Threads

  1. FSUIPC values for ATC windows choice numbers
    By bstikkel in forum I/O Interfacing and Hardware
    Replies: 6
    Last Post: 09-26-2010, 04:24 PM
  2. Help with and FSUIPC offset please
    By TasKiNG in forum General Builder Questions All Aircraft Types
    Replies: 5
    Last Post: 08-31-2008, 11:29 AM
  3. Fsuipc offset
    By Oter3 in forum OpenCockpits General Discussion
    Replies: 1
    Last Post: 07-24-2008, 07:29 AM
  4. FSUIPC offset use in pmSystems
    By luisgordo in forum PMSystems
    Replies: 3
    Last Post: 05-06-2008, 03:10 PM