Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Our new friend needs to reach 10 posts to get to the next flight level
    Join Date
    Jan 2012
    Location
    Poland
    Posts
    5
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: no-one here to help?????

    Quote Originally Posted by John_B View Post
    Hiya (me again)



    The activity lights,and therefore, the digit change lags about 2-3 seconds behind the screen
    also the speed randomly alternates between IAS & Mach when changing the speed rotary
    And the heading display shows 1 less than the screen ????? ie hdg on screen shows 127 my display 128...a;ways 1 behing at 000 it shows 360 on my display.

    any ideas anyone?

    It looks like you did not have correct entries in .ini file (precisely ROUTING'S and ACCUMULATOR'S)

    Try copy and paste this one:
    It is little remake from rvdijk.nl
    Check your hardware components name's (i.e. CDHeading, CRHeading)


    '-------------------------------------------------------------------------------
    'ACCUMULATOR - MCP
    '-------------------------------------------------------------------------------
    'A NAME MIN MAX FLAGS
    '-------------------------------------------------------------------------------

    A, AHeading, 1, 360, WRAPAROUND
    A, ACourse, 1, 360, WRAPAROUND
    A, AIas, 80, 500
    A, AMach, 17, 99
    A, AAltitude, -100, 50000
    A, AVertSpeed, -3000, 3000

    'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx




    '-------------------------------------------------------------------------------
    'ROUTING
    '-------------------------------------------------------------------------------
    'R [NAME] SOURCE DESTINATION MUL DIV ADD FLAGS
    '-------------------------------------------------------------------------------
    R, Heading, CRHeading, AHeading, 1, 1, 0, ADDVAL
    R, , AHeading, CDHeading, 1, 1, 0
    R, , AHeading, FAPHdg, 1, 1, 0
    R, , FAPHdg, AHeading, 1, 1, 0


    R, Course, CRCourse, ACourse, 1, 1, 0, ADDVAL
    R, , ACourse, CDCourse, 1, 1, 0
    R, , ACourse, FNav1Obs, 1, 1, 0
    R, , FNav1Obs, ACourse, 1, 1, 0

    R, RIas, CRIas, AIas, 1, 1, 0, ADDVAL|DISABLE
    R, , AIas, FAPSpeed, 1, 1, 0
    R, , AIas, CDIas, 1, 1, 0
    R, , FAPSpeed, AIas, 1, 1, 0

    R, RMach, CRIas, AMach, 1, 1, 0, ADDVAL
    R, , AMach, FAPMach, 1, 1, 0
    R, , AMach, CDIas, 1, 1, 0
    R, , FAPMach, AMach, 1, 1, 0
    R, , FAPSpeed, AIas, 1, 1, 0

    R, Altitude,CRAltitude, AAltitude, -100, 1, 0, ADDVAL
    R, , AAltitude, CDAltitude, 1, 1, 0
    R, , AAltitude, FAPAlt, 1, 1, 0
    R, , FAPAlt, AAltitude, 1, 1, 0


    R, , CRVertSpeed, AVertSpeed, -100, 1, 0, ADDVAL
    R, , AVertSpeed, CDVertSpeed, 1, 1, 0
    R, , AVertSpeed, FAPVS, 1, 1, 0
    R, , FAPVS, AVertSpeed, 1, 1, 0

    'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

  2. Thanks John_B thanked for this post
  3. #12
    75+ Posting Member
    Join Date
    Jan 2012
    Location
    Bexleyheath,Kent UK
    Posts
    102
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: no-one here to help?????

    Hi guys
    Allan & guys sorry if I came across peeved I was just surprised as on the older posts there seemed to be a very active presence of posters.
    (I am actually a nice guy LOL)

    Marcinair.

    Thank you for the input I will closely at it later today (after real life) I would not be at all surprised if did not have correct entries as I have NO idea what I am doing ....

    Thanks again

    John
    Old, tired & broke (shouldn't be allowed out really)

  4. #13
    300+ Forum Addict notgotaclue's Avatar
    Join Date
    Nov 2010
    Location
    Wales
    Posts
    348
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: no-one here to help?????

    Quote Originally Posted by John_B View Post
    Hi guys
    Allan & guys sorry if I came across peeved I was just surprised as on the older posts there seemed to be a very active presence of posters.
    (I am actually a nice guy LOL)

    Marcinair.

    Thank you for the input I will closely at it later today (after real life) I would not be at all surprised if did not have correct entries as I have NO idea what I am doing ....

    Thanks again

    John
    ...maybe you need a change of name, something similar to mine.
    Allan.

  5. #14
    75+ Posting Member
    Join Date
    Jan 2012
    Location
    Bexleyheath,Kent UK
    Posts
    102
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: no-one here to help?????

    LOL

    Allan you might be right!

    my signature kinda sum,s things up...
    Old, tired & broke (shouldn't be allowed out really)

  6. #15
    75+ Posting Member
    Join Date
    Jan 2012
    Location
    Bexleyheath,Kent UK
    Posts
    102
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: no-one here to help?????

    Just an update guys

    (Marcinair
    I tried copy/paste your list but it would not compile so I checked my ini file against yours....it seems we had the same setting all bar one or two different minimums/maximums.)

    I re downloaded fsbuscdk as I don't think I had the latest (I had no auto-start button ).
    With real hope I restarted but alas nothing had changed.

    I still have the 2-3 second delay before my displays update (except IAS, that seems almost instant)

    As for the Heading being 1 digit out it isn't incorrect for the whole 360.
    I have tried a bit of detective work and set the heading to a wrongly displayed number and then started FSBUS and lo and behold when it initialises it updates my display with the wrong number ARGHHHH.

    So I am no further forward in correcting the problems but have learned masses about the INI file contents

    John
    Old, tired & broke (shouldn't be allowed out really)

Page 2 of 2 FirstFirst 12