Page 1 of 1

LEDs blinking on Airlite

Posted: 11 Feb 2017 09:49
by rwijnen
Now I nearly got it all setup

All the Ctrl switches from the airlite (eg 1-16) are routed correctly and play the carts that I want.

To make it handy I am using two cardwalls for two rows of buttons from each 8 carts

As I set the following command:
OnCartPlay
EXEC_SEND_DRAIRLITE_REMOTEON 7|1
EXEC_SEND_DRAIRLITE_SETLEDBLINK ${cartid}|1|2|2

This works great for the first row on the airlite (1-8 row A). It plays the cart and blinks red-green-fast.

But the second row on the airlite (1-8 B) won't blink, when I start Ctrl switch 9 it does play CW2 Cart 1 but it blinks at Ctrl switch 1. So number 9 does trigger play and pause but doesnt show the blinking LED (it blijks at number 1)

I am confused, can't find anything relating in the GPIO mapping either.

Am I missing out on some command or routing?

Re: LEDs blinking on Airlite

Posted: 11 Feb 2017 10:21
by rwijnen
Bernd, you are fantastic!

That did the trick.

Would it be interesting if I post my layout on the forum? Since now I have a configuration with two working cartwalls being triggered on the airlite?

Re: LEDs blinking on Airlite

Posted: 11 Feb 2017 20:11
by radio42
You can use the following macro in your above command to simply add a value of 8 to your ${cartid} for the Cartwall2 commands:

Code: Select all

*[TOINT:{${cartid}}:{add}:{8}]
So the full command for Cartwall1.OnCartPlay would be:

Code: Select all

EXEC_SEND_DRAIRLITE_SETLEDBLINK *[TOINT:{${cartid}}:{add}:{8}]|1|2|2