Page 3 of 4

Re: Setup Cartwall Lights on Control Module of D&R Airence MK2

Posted: 19 Oct 2025 21:42
by Knarrenheinz
OK, Bernd!
Thank you very, very much for your help. I really appreciate it!
Have a very nice evening.

Re: Setup Cartwall Lights on Control Module of D&R Airence MK2

Posted: 19 Oct 2025 21:56
by radio42
Until then, try to remove the space at the end of the ASYNC command.

Re: Setup Cartwall Lights on Control Module of D&R Airence MK2

Posted: 20 Oct 2025 09:24
by radio42
Here is the video: https://www.dropbox.com/scl/fi/cuwzurax ... 2nkrk&dl=0

Using the following setting for OnCartwallChanged (or ...Selected) event:

Code: Select all

ASYNC 
SLEEP 200
EXEC_SEND_DRAIRENCE_SETLED 1|0
EXEC_SEND_DRAIRENCE_SETLED 3|0
EXEC_SEND_DRAIRENCE_SETLED 5|0
EXEC_SEND_DRAIRENCE_SETLED 7|0
EXEC_SEND_DRAIRENCE_SETLED 9|0
EXEC_SEND_DRAIRENCE_SETLED 11|0
EXEC_SEND_DRAIRENCE_SETLED 13|0
EXEC_COMMAND2 ${cw1cart1trackname}|NOT(Equals())|EXEC_SEND_DRAIRENCE_SETLED 1|2
EXEC_COMMAND2 ${cw1cart2trackname}|NOT(Equals())|EXEC_SEND_DRAIRENCE_SETLED 3|2
EXEC_COMMAND2 ${cw1cart3trackname}|NOT(Equals())|EXEC_SEND_DRAIRENCE_SETLED 5|2
EXEC_COMMAND2 ${cw1cart4trackname}|NOT(Equals())|EXEC_SEND_DRAIRENCE_SETLED 7|2
EXEC_COMMAND2 ${cw1cart5trackname}|NOT(Equals())|EXEC_SEND_DRAIRENCE_SETLED 9|2
EXEC_COMMAND2 ${cw1cart6trackname}|NOT(Equals())|EXEC_SEND_DRAIRENCE_SETLED 11|2
EXEC_COMMAND2 ${cw1cart7trackname}|NOT(Equals())|EXEC_SEND_DRAIRENCE_SETLED 13|2

Re: Setup Cartwall Lights on Control Module of D&R Airence MK2

Posted: 20 Oct 2025 20:29
by Knarrenheinz
Hi Bernd,

Thanks for making that video!
I have removed everything from the OnCartwallChanged section and put in all the codes you've provided me.
Then I opened events file in notepad and removed the space behind the ASYNC command, and saved it.
In ProppFrexx I imported this newly saved events file.

Unfortunately I have to inform you that nothing has changed on my physical mixer. Unlike your simulator all buttons keep lighting up with whatever jingle library I load into a cartwall.

I don't get it anymore. :?

Re: Setup Cartwall Lights on Control Module of D&R Airence MK2

Posted: 20 Oct 2025 21:06
by radio42
Me either. Which means, we have to call in the D&R support and ask for an explanation, why the simulator works differently then the physical mixer.

Re: Setup Cartwall Lights on Control Module of D&R Airence MK2

Posted: 20 Oct 2025 21:25
by Knarrenheinz
Yes, I guess that's the only thing what lasts.
I think that in this case you have more luck contacting D&R, as a developer of software that can be used with their products, than me. Or do I see this wrong?
Thanks again for all you time you already invested in this topic!

Re: Setup Cartwall Lights on Control Module of D&R Airence MK2

Posted: 20 Oct 2025 22:50
by radio42
I will contact them tomorrow morning.

Re: Setup Cartwall Lights on Control Module of D&R Airence MK2

Posted: 21 Oct 2025 07:36
by radio42
I have contacted the D&R support - but just to be sure you don't have a tag name issue with your cartwall tracks, can you define in the User Command window panel two custom command buttons with the following commands:

Button 1:
EXEC_SEND_DRAIRENCE_SETLED 1|0
EXEC_SEND_DRAIRENCE_SETLED 3|0
EXEC_SEND_DRAIRENCE_SETLED 5|0
EXEC_SEND_DRAIRENCE_SETLED 7|0
EXEC_SEND_DRAIRENCE_SETLED 9|0
EXEC_SEND_DRAIRENCE_SETLED 11|0
EXEC_SEND_DRAIRENCE_SETLED 13|0
EXEC_SEND_DRAIRENCE_SETLED 1|2
EXEC_SEND_DRAIRENCE_SETLED 3|2

Button2:
EXEC_SEND_DRAIRENCE_SETLED 1|0
EXEC_SEND_DRAIRENCE_SETLED 3|0
EXEC_SEND_DRAIRENCE_SETLED 5|0
EXEC_SEND_DRAIRENCE_SETLED 7|0
EXEC_SEND_DRAIRENCE_SETLED 9|0
EXEC_SEND_DRAIRENCE_SETLED 11|0
EXEC_SEND_DRAIRENCE_SETLED 13|0
EXEC_SEND_DRAIRENCE_SETLED 1|2
EXEC_SEND_DRAIRENCE_SETLED 3|2
EXEC_SEND_DRAIRENCE_SETLED 5|2
EXEC_SEND_DRAIRENCE_SETLED 7|2
EXEC_SEND_DRAIRENCE_SETLED 9|2
EXEC_SEND_DRAIRENCE_SETLED 11|2
EXEC_SEND_DRAIRENCE_SETLED 13|2


Once defined please click on the two buttons and see the result on the mixer. Does this work?
Expected:
After Button 1: LED 1,3 are green.
After Button 2: LED 1,3, 5, 7, 9, 11, 13 are green.
Again Button 1: LED 1,3 are green again.

Re: Setup Cartwall Lights on Control Module of D&R Airence MK2

Posted: 21 Oct 2025 19:11
by radio42
Any results with the above test?

Re: Setup Cartwall Lights on Control Module of D&R Airence MK2

Posted: 21 Oct 2025 20:14
by Knarrenheinz
Hi Bernd,

Sorry for the late reply!

Yes, this is working like you said. First two buttons light up (1 and 3) and then seven buttons light up (1, 3, 5, 7, 9, 11 and 13).
I can repeat this without failure.

Thanks!