Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    alandyer
    Guest
    Matt,

    Been thinking about mutliplier.
    Makes sense to add that.
    Will add a multiplier function.

    Going forward - I'm thinking of dropping Divide FSType.
    but still having

    Divisor=
    Multiplier=

    that can used irrespective of FSType.

    What do you think?

    Regards,
    Alan.

  2. #12
    imported_MattO
    Guest
    With the Divisor set to 0.1 I still get 160 for 16000. I also tried changing the format to 00000 with the Divisor to 0.1, then I get 00160

    ;
    ;PM_Airbus_FCU
    ;
    [FCU_READ_ALTITUDE]
    Offset=04E4
    Length=4
    FSType=Divide
    Divisor=0.1
    Format=#####

    Matt O.

  3. #13
    imported_MattO
    Guest
    I must of been adding my reply at the same time you were..... My reply probably didn't make sense, and I didn't answer your question

    Yes that makes sense..... Do it!

    Matt O.

  4. #14
    alandyer
    Guest
    Guys,

    One other feature I need to add to TextLCD.
    The ability to assign more than one offset to a Row.
    Will need that for Overhead Electrical panel on B737NG.

    Alan.

  5. #15
    imported_MattO
    Guest
    I was going to ask about that.... but did not dare.... I appreciate so much what you have done so far....

    That feature will be VERY usefull.... even in an Airbus

    Matt O.

  6. #16
    alandyer
    Guest
    MattO,

    Tomorrow morning I will be posting a new version that has:
    Multiplier function
    Divisor function.

    This will supercede "Divide" FsType.

    Aslo fix bug that Andras picked up with attempting to calibrate bitmapped functions.

    In addition, I have included and Integer specifiction. This will rould up any Division or mutiplication to whole numbers.

    Here is an example:

    [MAGNETIC_VARIATION]
    Offset=02A0
    Length=2
    multiplier=360
    Divisor=65536
    Integer=True
    Format =##0

    [VERTICAL_SPEED]
    Offset=0842
    Length=2
    multiplier=-3.28084
    Format=###0

Page 2 of 2 FirstFirst 12

Similar Threads

  1. positioning
    By flatlandpilot in forum CNC Discussion
    Replies: 5
    Last Post: 08-29-2010, 12:52 AM
  2. MONITOR POSITIONING?
    By manhattan in forum General Builder Questions All Aircraft Types
    Replies: 1
    Last Post: 04-21-2010, 11:47 AM
  3. Problem with RCDU positioning resolved
    By mauriceb in forum PM Boeing FMC/CDU
    Replies: 0
    Last Post: 06-28-2008, 12:16 PM