Results 1 to 5 of 5
  1. #1
    75+ Posting Member
    Join Date
    Oct 2008
    Location
    California
    Posts
    117
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Assignment Of Overhead Light Functions

    I have just completed all wiring and installation of cards on my overhead. Now I want to assign the proper function (lights) to the lower light switches on the right side. I am having trouble because FSX only has 3 light switches on their overhead, I assign through FSUIPC but they don't work , or they work but more than one light function comes on. I believe this is because FSX is only a 3 switch overhead. I am using 2 Leo Bodnar cards, and 2 Phidgets64 Led Cards. Also which light function is assigned to each switch on a real 737?, i/e strobes, nav, fuselage beacon (strobe), etc. As always any help will be MUCH appreciated

  2. #2
    Programmer



    Join Date
    Sep 2009
    Location
    Netherlands
    Posts
    158
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Assignment Of Overhead Light Functions

    In my simulation code I had to pull some tricks to get it to work. Some lights FSX are not present and some lights function as a group (all on/all off). I use FSUIPC offset 0x0d0c to set the lights.

    Here's my mapping of 737 switches to bitmasks for FSX:

    • Position lights: 1 << 0
    • Strobe lights: 1 << 1
    • Main fixed/Main Retract L/R (4 switches): 1 << 2
    • Taxi lights: 1 << 3
    • Anti collision: 1 << 4
    • Wing lights: 1 << 7
    • Logo lights: 1 << 8


    Wheel well/Runway turnoff: Not connected to FSX
    These work for the default 737 in FSX.

    1 << 2 means '1 shifted to the left 2 times'.

    The only way to get a one to one mapping is by wiring the 4 main landing light switches in series. I personally do it in software.

  3. #3
    75+ Posting Member
    Join Date
    Oct 2008
    Location
    California
    Posts
    117
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Assignment Of Overhead Light Functions

    Many thanks for the reply. ne other question....which switch do you assign the various funtions, on the overhead from left to right (bottom right) there's logo, (self explaintory), then position, anti-collision, wing, then wheel well. Are the position light switch another word for nav lights?, anti-collision wing strobes?, then where would you assign the over and under fuselage strobes? Thanks for your help. Dave

  4. #4
    Programmer



    Join Date
    Sep 2009
    Location
    Netherlands
    Posts
    158
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Assignment Of Overhead Light Functions

    On this URL you find the official names of the switches: http://www.artietheairplane.com/737_panels/737_main.htm

    In the list I posted, I use these names. The names that are in the FSUIPC documentatin vary somehow. Here is the translation from official to FSUIPC name:
    • Landing -> Landing
    • Runway turnoff -> [does not exist]
    • Taxi -> Taxi
    • Logo -> Logo
    • Position -> Navigation
    • Anti collision -> Strobes
    • Wing -> Wing
    • Wheel well -> [does not exist]

  5. #5
    75+ Posting Member
    Join Date
    Oct 2008
    Location
    California
    Posts
    117
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Smile Re: Assignment Of Overhead Light Functions

    A big "THANK YOU". Dave

Similar Threads

  1. radio assignment increments.
    By Geremy Britton in forum General Builder Questions All Aircraft Types
    Replies: 5
    Last Post: 09-11-2010, 04:54 PM
  2. Parking Brake Light and Stab Trim Light (real throttle assy.)
    By blueskydriver in forum I/O Interfacing and Hardware
    Replies: 0
    Last Post: 09-10-2010, 06:13 PM
  3. Le Flap Transit,Ext light and FMC Message light
    By captdave in forum PM Boing MCP
    Replies: 4
    Last Post: 05-17-2010, 04:36 PM
  4. FSUIPC assignment problems
    By mach7 in forum General Builder Questions All Aircraft Types
    Replies: 3
    Last Post: 02-24-2009, 12:47 PM
  5. Assignment of Output Var. for pmsystem/phidget
    By FrankW in forum PMSystems
    Replies: 1
    Last Post: 11-29-2007, 04:25 AM