D&r airlite Cartwall Lights will not turn off after closting program
-
kevkev2001
- Posts: 40
- Joined: 30 Jul 2021 21:01
D&r airlite Cartwall Lights will not turn off after closting program
Why do the Cartwall lights (D&R Airlite) stay on after closing ProppFrexx?
I'm using the GPIO Client in ProppFrexx On Air to control the lights and the fader and button start , but as soon as I close the program, the lights remain on of the cartwall on my D&R. Is there a way to automatically turn them off when ProppFrexx is closed?
Thanks in advance!
I'm using the GPIO Client in ProppFrexx On Air to control the lights and the fader and button start , but as soon as I close the program, the lights remain on of the cartwall on my D&R. Is there a way to automatically turn them off when ProppFrexx is closed?
Thanks in advance!
Re: D&r airlite Cartwall Lights will not turn off after closting program
Of course there is.
You can for example use the ProppFrexx ONAIR event "Application.OnShutdown" or the "Others.OnDRAirliteStopped" to set the LEDs off.
E.g. use this command to turn all LEDs off:
You can for example use the ProppFrexx ONAIR event "Application.OnShutdown" or the "Others.OnDRAirliteStopped" to set the LEDs off.
E.g. use this command to turn all LEDs off:
Code: Select all
EXEC_SEND_DRAIRLITE_SETLED 256|0Bernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
-
kevkev2001
- Posts: 40
- Joined: 30 Jul 2021 21:01
Re: D&r airlite Cartwall Lights will not turn off after closting program
can you give me a tuturial how to set this on the closedown of propfrexx on air is this in the event page
Re: D&r airlite Cartwall Lights will not turn off after closting program
There is already a tutorial on how to define events - see the Tutorial videos!
As it is just a simple event (which I already told you), I will not make an extra tutorial! What is so complex with it (I even told you the event names)? Just try and experiment a little yourself...or do you a video for everything? If yes, sorry to disappoint you.
As it is just a simple event (which I already told you), I will not make an extra tutorial! What is so complex with it (I even told you the event names)? Just try and experiment a little yourself...or do you a video for everything? If yes, sorry to disappoint you.
Bernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
-
kevkev2001
- Posts: 40
- Joined: 30 Jul 2021 21:01
Re: D&r airlite Cartwall Lights will not turn off after closting program
okay when i do that its not Turning off the lights
Re: D&r airlite Cartwall Lights will not turn off after closting program
I will check, if at that point the connection to the GPIO Client is already cut/closed.
Bernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
-
kevkev2001
- Posts: 40
- Joined: 30 Jul 2021 21:01
Re: D&r airlite Cartwall Lights will not turn off after closting program
its on and when i close the program i see GPOI client Connection Disconnectedradio42 wrote: 08 Apr 2025 07:13 I will check, if at that point the connection to the GPIO Client is already cut/closed.
Re: D&r airlite Cartwall Lights will not turn off after closting program
You can not see, if the internal GPIO processing within PF is already stopped. This is happening async and it might be, that the internal connection is already closed when the asyc task to the GPIO client gets processed. I will change to a sync processing for the Application.OnShutdown event in the next version.
You can define a user command (e.g. Custom.OnUser1) for now to turn off all lights on your D&R.
You can define a user command (e.g. Custom.OnUser1) for now to turn off all lights on your D&R.
Bernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
-
kevkev2001
- Posts: 40
- Joined: 30 Jul 2021 21:01