Page 2 of 3

Re: Starting Config a D&R Webstation

Posted: 25 Apr 2020 12:50
by radio42
Each cartwall has a CartID (see the ${cartid}).
You can use the *[TOINT...] function macro (see the appendix of the user manual) to apply some math to transition the CartID to a button id.
In the *[TOINT...] function macro, you can use the 'vert' function to apply this. The p1 parameter denotes the number of buttone. In your case this is 8.
The full macro would look like: *[TOINT:{${cartid}}:{vert}:{8}]

Example when using the OnCartwall1Play event:
EXEC_COMMAND EXEC_SEND_DRAIRENCE_SETLED *[TOINT:{${cartid}}:{vert}:{8}]|1

Re: Starting Config a D&R Webstation

Posted: 13 May 2020 20:38
by DJSven
soory im not a programmer
cane do

i press id 1 is going led 1 on
i press id 7 and the 2 led is goningon

please a sample and i put it in to cw events ?

Re: Starting Config a D&R Webstation

Posted: 13 May 2020 21:52
by radio42
You don't need to be a programmer.
As explained above, the param value denoted the number of buttons in a row. As the Webstation has only 6 buttons in a row, it would be:
EXEC_COMMAND EXEC_SEND_DRAIRENCE_SETLED *[TOINT:{${cartid}}:{vert}:{6}]|1

If you want to reorder the buttons, you might also specify the number of rows and columns, e.g.:
EXEC_COMMAND EXEC_SEND_DRAIRENCE_SETLED *[TOINT:{${cartid}}:{vert}:{6}:{2}]|1
or order them the other way around:
EXEC_COMMAND EXEC_SEND_DRAIRENCE_SETLED *[TOINT:{${cartid}}:{vert}:{2}:{6}]|1

It is just as you like it...else, a liitle try and error might give you some ideas.
You can also test the button/led mapping via:
SHOW_ALERT_WINDOW ${cartid} --> *[TOINT:{${cartid}}:{vert}:{2}:{6}]

Re: Starting Config a D&R Webstation

Posted: 22 May 2020 21:20
by franksiegers
Hi DJSven,

You can define events in ProppFrexx On Air (PFOA) to program the buttons on the Webstation.

In each event you can use to "vert" function to change the ordering from horizontal (PFOA) to vertical (Webstation).

Make sure to update PFOA to the latest version first, since the vert function is very recently introduced.

Check out the following topic for more information (be aware that this topic is about an Airlite, which has 16 button instead of 12 on the Webstation):

https://www.proppfrexx.radio42.com/foru ... f=9&t=2534

Cheers,

Frank

Re: Starting Config a D&R Webstation

Posted: 22 May 2020 21:58
by radio42
This is exactly what I answered above and already translated the 'vert' macro function to the 12 buttons {2}:{6}.
I hope he already got this working, as he never asked again...

Re: Starting Config a D&R Webstation

Posted: 22 May 2020 23:50
by franksiegers
Hi Bernd,

Yeah sorry, I completely missed page 2 of this topic when I replied... I saw your answer only after I posted my reply...

Re: Starting Config a D&R Webstation

Posted: 23 May 2020 00:38
by radio42
No problem! Thanks for helping.people here!
This is much appreciated.

Re: Starting Config a D&R Webstation

Posted: 31 May 2020 09:24
by Djharzerroller
Hello Bernd,
First of all, thank you for integrating the D & R web station into Proppfrexx on air.
Here you write that Airence and Webstation have the same DLL for the control in the GIOP module.
With Airence I find these commands too.
But not with the update for the web station.
If I transfer this 1: 1 nothing happens.
What am I doing wrong?

Re: Starting Config a D&R Webstation

Posted: 31 May 2020 11:50
by radio42
Sorry my mistake of writing/confusing: It is the Airlite and Webstation which use the same API.
As said, I assume, that the Airlite and Webstation do not support a direct FaderStart event - so essentially you would need to ask D&R how this should be handled.
THe answer I got so far was, that it is supported by the physical GPIO trigger at the back of the mixer.
This would mean, that an extra interface, like a Velleman card or a like.

Re: Starting Config a D&R Webstation

Posted: 31 May 2020 18:19
by Djharzerroller
No problem, you can't know everything. However, the collaboration between hardware manufacturers and software developers should be better. Especially with such an absolute top software as yours. Sure they want to sell their own product, but Proppfrexx is much better. Otherwise I wouldn't be so persistent 🙈
And on the subject of the web station, it does send signals via USB to the GIOP client and the DJ Sven probably did it too.
If you come to my PC via Teamviewer, you will see it. I am missing the right commands in the GIOP client and in the event area.
At Event I loaded the assignment from Ben for the AIRLITE. But then you will see for yourself.