Page 1 of 1

No faderstart when on Auto-Play

Posted: 23 Jun 2015 20:16
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

Re: No faderstart when on Auto-Play

Posted: 23 Jun 2015 22:30
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).