Results 1 to 7 of 7
  1. #1
    imported_sweker
    Guest

    Question FSType values...

    Evening,
    When reading through some posts and the 'FS2PhUIPC.ini', I keep seeing a line called 'FSType'. At the beginning of the 'FS2PhUIPC.ini' file, I saw that there are several values tied to that; Proportional, Digital, Bitmap, Flaps, Frequency.
    I looked for some documentation, but couldn't find what each one does, and when they should be used :confused: . Please advise when able...

    Thank you in advance , Steve

  2. #2
    alandyer
    Guest
    Steve,

    Still putting updated docs together.
    Will along lines of 'All you ever wanted to know about FS2PhUIPC.ini'.

    Alan.

  3. #3
    alandyer
    Guest
    Steve,

    Here are settings in a nutshell.
    The FStypes are categories of FSUIPC offsets.
    (Tells FS2Phidget how to process an Offset).

    Proportional is for those FSUIPC offsets that have range of values.
    (i.e. anything that can be positioned).
    e.g. Elevator has range -16383 to 16383.

    Digital is for those offsets that expect only two values (True/False, On/Off, Up/Down, etc).

    Bitmap is for bitmapped offsets.

    Frequency are for those offets that are radio frequencis (NAV, COM, ADF and Transponder).

    Flaps is special case for Flaps lever - intended for analog input only.

    Admittedly, there are number of specific INI settings for each FSType.
    Those will be spelt out in documentation.

    I have been toying with idea of building few intuitive screens for setting and manipulating FSUIPC offsets. This would obviate neccessity for detailed documentation (always will need docs however).
    i.e. make application more intuitive.

    Your thoughts?

    Regards,
    Alan.

  4. #4
    imported_sweker
    Guest
    Thanks for the quick reply Alan!

    I now understand the different values for FSType, except for Bitmaps. I'm not sure what a 'bitmapped offset' would be, do you have an example?

    As for your suggestion on 'intuitive' screens, I think it is a terrific idea! Documentation is good, but understanding how to apply it is excellent. Of course, assuming that the documentation covers the basics (i.e. my original question about the values for FSType)

    As an FYI, I recently received my hardware (0/16/16) and promptly tested it out. Needless to say, it only took me 5 minutes to get it up and running thanks to the software!

    Your efforts are truly appreciated!

    Steve

  5. #5
    alandyer
    Guest
    Steve,

    Bimapped offsets will usually be mentioned as such in FSUIPC and pmSystems documentation.

    The tip off is that there will be a number of FS functions sharing same offset.
    Function will operate on a bit within that offset.
    Usually, the bit will be specified.
    Either specifically as Bit 6 or as 2^6.
    One exception springs to mind.
    Have a look at Light functions at offset 0D0C.
    Does not really say bitmapped, but is implied.

    pmSystems uses the following convention in their documentation:
    5600 .1 APUStartAvail
    5600 .2 APUFlap
    5600 .3 APUMaint
    5600 .4 APULowPress
    5600 .6 APUFault
    5600 .7 APUGenBus

    The FStypes you do not to worry about are: Flaps and Frequency.
    Most frequencies have already been included in the provided INI file.

    Regards,
    Alan.

  6. #6
    alandyer
    Guest
    Steve,

    One useful feature of software is the ability to create a Dummy tab.
    Allows one to examine FS values without plugging in a card.
    Dummy tab assignments can be saved.

    Alan.

  7. #7
    imported_sweker
    Guest
    Silly me!

    If you look at the last 'Below Glidescope Annunciator' post, I gave a perfect example for bitmap! You and James might also want to look at that post again as I may have found an easier offset to program 'Below Glisdescope', 'Master Caution', 'Windshear', etc...

    Thanks again Alan!!!

    Steve

Similar Threads

  1. 4.0.1 Bitmap values
    By imported_redman in forum FS2Phidget Users
    Replies: 2
    Last Post: 06-27-2006, 05:35 PM
  2. Bit values greater than 7
    By imported_redman in forum FS2Phidget Users
    Replies: 5
    Last Post: 07-07-2005, 06:57 AM
  3. What values are addressable?
    By JBaymore in forum FS2Phidget Users
    Replies: 10
    Last Post: 04-14-2005, 03:43 PM
  4. Low values for N1 and N2, and thanks.
    By RobertoR in forum FS2Phidget Users
    Replies: 2
    Last Post: 02-03-2005, 03:38 PM