Page 1 of 1

Control Switch Matrix via HTTP

Posted: 14 Dec 2015, 14:38
by koeg
How can i configure a Switch Matrix in RadiMation to be controlled via HTTP?

Re: Control Switch Matrix via HTTP

Posted: 14 Dec 2015, 15:00
by koeg
To configure the Switch Matrix, go to Devices > Configure..
switch_matrix_http_1.png
switch_matrix_http_1.png (4.8 KiB) Viewed 11373 times
Choose 'Switch matrixes' as the device type and configure a 'Configurable Switch Matrix'. If the 'Configurable Switch Matrix' isn't in the list of available device drivers, Add it first. See this page for more information about managing device drivers.

Press the 'Advanced' button on the 'Device Driver Settings' screen.

In the next window, select the 'HTTP' option under 'Communication Stream'. Configure the Address with the correct ip, domain and port of the corresponding device (e.g. http://192.168.10.166:8000).
switch_matrix_http_2.png
switch_matrix_http_2.png (12.18 KiB) Viewed 11373 times
Go to the 'Custom 1' tab on the same window. Here you can configure commands of the corresponding device. The configured commands are send to the device using HTTP requests. For example, the command SETA=1 is sent as request http://192.168.10.166:8000/SETA=1.
Please refer to the documentation of the corresponding device for more information about the available commands.
switch_matrix_http_3.png
switch_matrix_http_3.png (19.37 KiB) Viewed 11373 times