On airlite second row fastbuttons won't start

You have a question or need an advice about how to do something? Ask it here!
Post Reply
rwijnen
Posts: 17
Joined: 30 Dec 2016 21:24
On airlite second row fastbuttons won't start

Post by rwijnen »

Here's on odd thing:
The D&R airlite has 16 buttons that can for instance start a Cart from the cardwall.

Now I have loaded 16 cards into CWI and use this events scripting as following:

OnCartPlay
EXEC_SEND_DRAIRLITE_REMOTEON 7|1
EXEC_SEND_DRAIRLITE_SETLEDBLINK ${cartid}|1|0|1

This works great for the first row on the airlite (1-8 row A). It plays the cart and acts exactly as I want.

But the second row on the airlite (1-8 B) won't start the respective carts. Weird thing is that when I manually start Cart 9 (by mouse) it does blink at the correct button. Just the button start doesn't work from carts 9 to 16 (1-8 B).

Am I missing out on some command or routing?
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: On airlite second row fastbuttons won't start

Post by radio42 »

The above are the commands you send when a cart starts playing.
I guess your issue is when you press the 2nd row of buttons on your console.
In order to know what might get wrong I would need to know your GPIO mapping for these buttons.
Theses are configured (as you might) know in the GPIO Client Application.
Can you post your mapping settings for these Airlite events.
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: On airlite second row fastbuttons won't start

Post by radio42 »

In case you are using this mapping:
https://github.com/benhartwich/proppfre ... ee/Airlite

Please contact the author of these mappings (since it is not me how provided them).
But as far as I know the above mapping is only using the left row of the console buttons to trigger the cartwall carts. The right row is mapped to other commands.
rwijnen
Posts: 17
Joined: 30 Dec 2016 21:24
Re: On airlite second row fastbuttons won't start

Post by rwijnen »

I think you now allready answered my question :-)

Look at the picture and you see 1-8 defined, I probably need to configure 9-16 aswell.

Will try so tmmrw

Thx in advance
Attachments
Knipsel.PNG
Knipsel.PNG (31.98 KiB) Viewed 11403 times
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: On airlite second row fastbuttons won't start

Post by radio42 »

Yep ;-)
rwijnen
Posts: 17
Joined: 30 Dec 2016 21:24
Re: On airlite second row fastbuttons won't start

Post by rwijnen »

Done, and solved

Great advice

Post Reply