Results 1 to 4 of 4
  1. #1
    25+ Posting Member
    Join Date
    Apr 2007
    Location
    Australia
    Posts
    33
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Unhappy Phidgets, Recall Switch and Sixpack

    Hi fellow builders,

    This weekend I took the opportunity to finish the Capt side sixpack annunciators and recall switch.

    Now I'm wiring and testing using Phidgets, PMSystems and FS2Phidgets, but I've hit some problems that some of you may have encountered and have a solution for....

    Basically what happens is when a sixpack annunciator (controlled by PMSystems) is lit, then when I press the recall switch, I want all the sixpack annunciators to light up (while the momentary recall switch is pressed), then when released it should light up any annunciators that indicated a problem condition and extinguish all others.

    I tried doing this by assigning (using a LED64 Phidget) the various annunciators in the phidgets.txt file used by PMSystems. I then assigned all the annunciators and the recall switch to one common circuit under FS2Phidgets and made it "Push to Test".

    So far so good. When I press the recall switch every annunciator lights up and when I release the switch it all goes dark. That is fine.

    BUT when PMSystems is started and the sixpack indicates a problem eg "FLT CONT" when the Yaw damper is turned off for example , and the right annunciator lights up, I then press the recall switch and find that everything lights up as expected but when I release the switch everything goes off including the problem indication "FLT CONT" ...which should remain lit. Now when I turn the Yaw Damper back on and the off to re-light the annunciator, it doesn't work at all... PMSystems loses the plot...and toggling the Yaw damper switch only momentarily lights the "FLT CONT" like for about a microsecond or not at all...

    When I operate without using FS2Phidgets however the annunciators work fine though PMSystems however I cannot then get the annunciators to light when pressing the recall switch as happens in the real aircraft as I've lost the ability to assign a circuit via FS2Phidgets...

    To me it seems like FS2Phidgets is somehow interfering with the PMSystems logic once the use of the circuit to light all the annunciators is triggered by the recall switch being pressed....

    Is there any way around this problem or can I do a similar thing as the circuit function in FS2Phidgets via PMSystems...

    Hope to hear from some of you...

    Cheers,
    Luke

  2. #2
    25+ Posting Member
    Join Date
    Apr 2007
    Location
    Australia
    Posts
    33
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Hi Alan and other fellow builders,

    I did some further testing of my recall panel set up by removing FS2Phidgets software from the loop and just using PMSystems thus forgoing the "test" function via the circuit fuctionality I had created using FS2Phidgets...and I finally got it to WORK!!! just through PMSystems.

    In the logic file for the 737 I find:

    if recallswitch then
    sixpackfltcontdisp = 0
    sixpackhyddisp = 0
    ....
    ....etc
    else
    sixpackfltcontdisp = sixpackfltcont
    sixpackhyddisp = sixpackhyd
    ....
    ....etc
    endif

    So I found all I had to do was set sixpackflcontdisp, sixpackhyddisp and all other sixpack...disp variables = 1 rather than 0 as in the logic file in the recallswitch code. I also found that I had assigned the wrong variable to my phidget outputs...the non "disp" ones i.e sixpackhyd instead of sixpackhyddisp....

    When I rectified the above an I tried it....it worked like a charm. Very nice !!! Pressing the recallswitch lights everything up and releasing it leaves the items that were indicated as cautions lit up while the others are extinguished

    Cheers,
    Luke

  3. #3
    builder
    Join Date
    Jan 2007
    Location
    Texas
    Posts
    582
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Excellent. I am going to try it!

  4. #4
    25+ Posting Member
    Join Date
    Apr 2007
    Location
    Australia
    Posts
    33
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Cool Alan,

    I hope you have success and let me know how well it works for you

    Cheers,
    Luke

Similar Threads

  1. SixPack Logic
    By Potrohkocsonya in forum PMSystems
    Replies: 2
    Last Post: 04-18-2009, 12:41 PM
  2. Recall Button
    By jfuenmay in forum PMSystems
    Replies: 0
    Last Post: 03-24-2009, 06:43 PM
  3. Cockpitsonic Sixpack
    By Roger in forum General Builder Questions All Aircraft Types
    Replies: 2
    Last Post: 08-11-2008, 10:44 AM
  4. Sixpack warning
    By Peter Nielsen in forum PMSystems
    Replies: 12
    Last Post: 11-08-2007, 09:56 PM