when loading cardwall light up knobs on D&R Airence mixer

This forum can be used to post any topics related to general broadcast questions, tech stuff, informations etc.
This forum is unmoderated!
Post Reply
henkieturbo
Posts: 24
Joined: 16 Dec 2019 09:30
when loading cardwall light up knobs on D&R Airence mixer

Post by henkieturbo »

Hello All,

Is it possible to light up all the preset knobs on the airence mixer for all cards when a cardwall is loaded?
Thanks Henk
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: when loading cardwall light up knobs on D&R Airence mixer

Post by radio42 »

You can use the control-command EXEC_SEND_DRAIRENCE_SETLED to set the light of a knob of the Airence. See the D&R manual for more details.
E.g. you can use the lednr 255 to set this for all LEDs.

You can trigger this with the OnCartwallChanged event, which is raised when the cardwall is loading (there is no event, when this finishes, as this is anyhow happening asynchronous).
E.g. the following commands might do what you are looking for:

Code: Select all

ASYNC
EXEC_SEND_DRAIRENCE_SETLED 255|3
SLEEP 1000
EXEC_SEND_DRAIRENCE_SETLED 255|0
StationX
Posts: 9
Joined: 18 Feb 2023 16:23
Re: when loading cardwall light up knobs on D&R Airence mixer

Post by StationX »

have executed these commands for my Webstation buttons but then the buttons remain off, any idea how I get the buttons green?
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: when loading cardwall light up knobs on D&R Airence mixer

Post by radio42 »

See the manual. The last command with the parameter 0 turns them off.
What exact command do you use?!
StationX
Posts: 9
Joined: 18 Feb 2023 16:23
Re: when loading cardwall light up knobs on D&R Airence mixer

Post by StationX »

hello, fader start works, cartplay works, lighting is off but starts flashing green when active, routing of the players also seems to go well so leave it as is, also experimented with other playout software but Proppfrex is beautiful when everything works
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: when loading cardwall light up knobs on D&R Airence mixer

Post by radio42 »

Thanks.
But I can only repeat myself, if I should help, I need to know what exactly you are doing. So in that case, please post what command(s) you actually send with what events, and we can see, if there is anything to improve.
And please explain in detail, what you like to achieve as a target/result (as the above, was a very special case)?! What do you want to achieve?

Post Reply