0

HD 410 issue lighting LED's



Hi,
I am working with a HD 410 and a HMS Electronics Roku_HD_4x4 I/O Interface (4 inputs and 4 Light Driver outputs) .

The operation that I am trying to achieve is as follows.
I have three video clips that visitors can select by pressing 1 of 3 buttons. A button is pushed and while the selected clip plays an LED inside that button illuminates for the duration of the clip.
We can get the clip to play, but no luck with the LED's. Upon power up the LED's are lit and stay lit. We have tried different things with the script and no luck.

Any Ideas? Could you send me a sample script?


Thanks

1 comment

  • 0
    Avatar
    RokuLyndon


    Are you using a CSV file to do playback? If so, can you send me your csv file, at <!-- e --><a href="mailto:support@brightsign.biz">support@brightsign.biz</a><!-- e -->. Please reference this thread. I sometimes get emails that say things like "here it is", and I have no idea what the files are for.



    IF you are using a csv file you should be able to use the state command to turn all the outputs off and on. For example, all gpios go off when the following image plays:



    image1.bmp:gpios()



    But, when image2 plays, gpio 5 and 6 are turned on, and all others off:



    image2.bmp:gpios(5;6)





    If you have 4 input and 4 output, the top of your csv file should have the following entries, assuming 0 - 3 is input, and 4 - 7 is output.



    GPIOENABLEINPUT 0

    GPIOENABLEINPUT 1

    GPIOENABLEINPUT 2

    GPIOENABLEINPUT 3

    GPIOENABLEOUTPUT 4

    GPIOENABLEOUTPUT 5

    GPIOENABLEOUTPUT 6

    GPIOENABLEOUTPUT 7
Please sign in to leave a comment.