Hi,
To control the LPU-2 with Kiosc, you will have to make a layout using Kiosc Editor. For this, you will need the API commands for the LPU-2. These are all in the manual, starting from page 43. (Appendix A) You can find the manuals
here.I recommend using OSC.
To control a button in Cuety, you can simply drag in the button in Kiosc Editor. You will have to enter the right OSC tag:
/pb01/buThe button's behaviour needs to be set to type
Bool. This will control playback button 1. for others, simply change the "01" part to a different number between 01 and 64.
For a fader to control intensity, drag in a fader and give it the OSC tag:
/pb01/inThe fader's behaviour should be set to type
Float. The min/max value should be 0 and 1. This should be the default values for the fader in Kiosc Editor anyway.
Now you will have to connect Kiosc to Kiosc Editor. Make sure you have both devices connected to the same network. (Using Kiosc Editor and Kiosc on the same Windows PC will not work unfortunately, this is because of limitations of the Microsoft Store...)
In Kiosc, in Remote, you should be able to select the Kiosc Editor running on the IP of your computer. Before you close the menu, there is one more thing you need to do. You will have to enter the OSC target in Kiosc. Open the OSC menu on the left, and add a target. The IP should be either the IP of your LPU-2, or a broadcast IP. Make sure you add the port after the IP address. It will look something like one of these:
192.168.1.10:8000 (Normal default IP of the LPU-2)
255.255.255.255:8000 (Broadcast IP)
The port for OSC is always 8000 on the LPU-2. (For UDP and TCP it is 7000) Close the menu and test your setup!
Once you have everything as you want it, you can save the showfile to your device running Kiosc. Simply switch from Remote to File mode in the menu, press File and press the save icon. Now if you select the showfile that appeared, the show is loaded on your device and is ready for use.
If you have any further questions, please feel free to ask!
Greetings,
Bootsy