Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    500+ This must be a daytime job



    Join Date
    Oct 2009
    Location
    Juneau, AK
    Posts
    553
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    TEST switch and blinking for my LED's

    Gentlemen,

    I am using a LED 64 card and fs2p5 for my cessna annunciator panel. I have everything conditionally working to light under the correct circumstances. My problem, is that I am trying to add 2 new functions and am stumped.

    1. I want to add a test switch to my panel that will light up all of the outputs when engaged, regardless of the variable status (other than BUS VOLTAGE probably).

    2. I would like to add a function that causes the warnings to blink for 10 seconds and then stay lit steadily.

    Does anyone have any help for accomplishing this?

    Thanks,

    Reid
    http://juneaucessnasim.blogspot.com
    N58243 (virtual)- Low and Slow...

  2. #2
    150+ Forum Groupie Tom_G_2010's Avatar
    Join Date
    Mar 2011
    Location
    Central Mass
    Posts
    281
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: TEST switch and blinking for my LED's

    I was testing a bit of this last night but wasn't able to get either function working properly. I'm looking for the logic/FS2P component equivalent of a diode and with that the lamp test feature is feasible. For the 10 second blink I was experimenting with a combination of counters and timers but didn't get to a workable solution yet. Will keep hammering at it until solved....

    Are you using FS2P V4 or V5 now? I'm still using 5 even though it was announced that it won't be seeing any further development. I like the graphical schematic based interface way to much. I'm hoping he will build that into a future release of V4.
    https://www.facebook.com/mycessnasim PC: Intel Core i7 Haswell @ 3.8GHz, 8Gb Ram, Win 7 64Bit, dual SSDs, GeFroce 780 SIM: P3Dv4.1, FSUIPC5, Link2FSMulti, ASN16, Orbix, REX, BFF Force Feedback

  3. #3
    500+ This must be a daytime job



    Join Date
    Oct 2009
    Location
    Juneau, AK
    Posts
    553
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: TEST switch and blinking for my LED's

    Tom,

    I am indeed still using 5, as my project was almost finished when development reverted to 4. Did not want to reinvent the wheel. It would be great if there was a software solution to the test switch.

    I have been thinking about a hardware solution.

    If I ran a power source through a switch, that went to the led's when closed I could just use it as a test switch. Not certain how that would interface with the led array I have now, in which each diode is attached to both + and - from the phidgets card. Don't really know enough about electronics theory to design it right now without extensive trial and error testing.

    Can the led's be hooked up to a common ground on the card, or do they need to all be individually hooked up?

    Reid
    http://juneaucessnasim.blogspot.com
    N58243 (virtual)- Low and Slow...

  4. #4
    150+ Forum Groupie Tom_G_2010's Avatar
    Join Date
    Mar 2011
    Location
    Central Mass
    Posts
    281
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: TEST switch and blinking for my LED's

    Quote Originally Posted by AK Mongo View Post
    Tom,

    I am indeed still using 5, as my project was almost finished when development reverted to 4. Did not want to reinvent the wheel. It would be great if there was a software solution to the test switch.

    I have been thinking about a hardware solution.

    If I ran a power source through a switch, that went to the led's when closed I could just use it as a test switch. Not certain how that would interface with the led array I have now, in which each diode is attached to both + and - from the phidgets card. Don't really know enough about electronics theory to design it right now without extensive trial and error testing.

    Can the led's be hooked up to a common ground on the card, or do they need to all be individually hooked up?

    Reid
    I'll have to look at the card schematic to see if a common ground could be used. Sure would streamline the amount of wire I need to run.

    As for a hardware solution to test, yes that is feasible and would only need some small diodes to prevent back feeding the P64 board. I'm still shooting for a software solution, but if I can't get there a hardware solution is available.
    https://www.facebook.com/mycessnasim PC: Intel Core i7 Haswell @ 3.8GHz, 8Gb Ram, Win 7 64Bit, dual SSDs, GeFroce 780 SIM: P3Dv4.1, FSUIPC5, Link2FSMulti, ASN16, Orbix, REX, BFF Force Feedback

  5. #5
    150+ Forum Groupie Tom_G_2010's Avatar
    Join Date
    Mar 2011
    Location
    Central Mass
    Posts
    281
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: TEST switch and blinking for my LED's

    I was able to get the blinking function working with a timer looped back on itself through a valve. As a test I setup a low fuel warning lamp. The initial value of the bottom timer establishes the flash rate. The Initial value of the upper timer determines how long it blinks before the lamp turns on steady.

    Blinker.JPG

    Now I'm off to figure out the lamp test function.
    https://www.facebook.com/mycessnasim PC: Intel Core i7 Haswell @ 3.8GHz, 8Gb Ram, Win 7 64Bit, dual SSDs, GeFroce 780 SIM: P3Dv4.1, FSUIPC5, Link2FSMulti, ASN16, Orbix, REX, BFF Force Feedback

  6. #6
    150+ Forum Groupie Tom_G_2010's Avatar
    Join Date
    Mar 2011
    Location
    Central Mass
    Posts
    281
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: TEST switch and blinking for my LED's

    It was way to simple! Of course I have to wait until I get home to test it all with a live P64 board...

    An LED can be hooked to two different input components in the script but it took a little hand editing of the XML file. In the example below I have my blinking low fuel indicator from the prior post and I added two other simple switch/LED pairs to represent other warning lamps. All are connected to a single lamp test switch.

    Blinker & Lamp Test.JPG
    https://www.facebook.com/mycessnasim PC: Intel Core i7 Haswell @ 3.8GHz, 8Gb Ram, Win 7 64Bit, dual SSDs, GeFroce 780 SIM: P3Dv4.1, FSUIPC5, Link2FSMulti, ASN16, Orbix, REX, BFF Force Feedback

  7. #7
    500+ This must be a daytime job



    Join Date
    Oct 2009
    Location
    Juneau, AK
    Posts
    553
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: TEST switch and blinking for my LED's

    Tom,

    I received your file, and am having trouble making it work.

    Do you know how I can assign the functions you created to the phidget serial I am using? It does not seem to want me to assign these functions to my card...
    http://juneaucessnasim.blogspot.com
    N58243 (virtual)- Low and Slow...

  8. #8
    150+ Forum Groupie Tom_G_2010's Avatar
    Join Date
    Mar 2011
    Location
    Central Mass
    Posts
    281
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: TEST switch and blinking for my LED's

    Quote Originally Posted by AK Mongo View Post
    Tom,

    I received your file, and am having trouble making it work.

    Do you know how I can assign the functions you created to the phidget serial I am using? It does not seem to want me to assign these functions to my card...
    I have started to have the same trouble on my end. I thought it was caused by my loading the latest library update from Phidgets but if the file is not working for you either I am suspicious of that file. Could you tell me if your script files are still able to map to the Phidget ports. If you can do that with your script files then some type of corruption may have found it's way into mine.
    https://www.facebook.com/mycessnasim PC: Intel Core i7 Haswell @ 3.8GHz, 8Gb Ram, Win 7 64Bit, dual SSDs, GeFroce 780 SIM: P3Dv4.1, FSUIPC5, Link2FSMulti, ASN16, Orbix, REX, BFF Force Feedback

  9. #9
    500+ This must be a daytime job



    Join Date
    Oct 2009
    Location
    Juneau, AK
    Posts
    553
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: TEST switch and blinking for my LED's

    Tom,

    Not sure exactly what I did...

    It is now working fine on my end.

    I am using fs2p5.0.21
    fsuipc 4.704 (although I would have sworn that I updated to 4.80 recently!)
    phidget21 version 2.1.8 and COM library 2.1.8

    fsx accel

    winxp sp3

    I know you are using win7, but are you similar on the other versions?

    Reid
    http://juneaucessnasim.blogspot.com
    N58243 (virtual)- Low and Slow...

  10. #10
    150+ Forum Groupie Tom_G_2010's Avatar
    Join Date
    Mar 2011
    Location
    Central Mass
    Posts
    281
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: TEST switch and blinking for my LED's

    Correct on the Win7 64bit.

    FSUIPC is either 4.80 or I think he released 4.81 and I may have downloaded just after that. I'm away from the FSX PC at the moment though. I'm running the same version of FS2P as you and the phidget21 library is 2.1.8, the Feb 16 2012 14:03:09 build and the phidget21.net is 2.8.94
    https://www.facebook.com/mycessnasim PC: Intel Core i7 Haswell @ 3.8GHz, 8Gb Ram, Win 7 64Bit, dual SSDs, GeFroce 780 SIM: P3Dv4.1, FSUIPC5, Link2FSMulti, ASN16, Orbix, REX, BFF Force Feedback

Page 1 of 2 12 LastLast