No faderstart when on Auto-Play

You have a question or need an advice about how to do something? Ask it here!
Post Reply
gdekeijzer
Posts: 1
Joined: 23 Jun 2015 20:08
No faderstart when on Auto-Play

Post by gdekeijzer »

Hello,

We're using a velleman USB to allow faderstart to our old EELA panel.
Is there an option to 'disable' this when ProppFrexx is on 'Auto Play' ??

Thanx

Gerwin
User avatar
radio42
Site Admin
Posts: 9139
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: No faderstart when on Auto-Play

Post by radio42 »

Yes.

If the Velleman Server is started, its control-commands are executed regardless.
BUT.. you have to options:

a) You can stop resp. start the Velleman Server according to the AutoPlay status:
Use the global system event (see general settings) "Playlist.OnAutoPlayON" resp. "Playlist.OnAutoPlayOFF" for these events use the control-commands GPIO_START_VELLEMANSERVER resp. GPIO_STOP_VELLEMANSERVER to toggle its state.

b) Within your Velleman Mapping you might use a conditional command execution via EXEC_COMMAND2.
e.g.:
EXEC_COMMAND2 ${cplautoplay}|Equals(0)|YOUR_CURRENT_COMMAND
The above example would only execute YOUR_CURRENT_COMMAND in case AutoPlay is disabled (the cplautoplay macro would be equal to 0).

Post Reply