Control Switch Matrix via HTTP

Discussion and questions regarding the RadiMation device drivers that control the measurement equipment.
Post Reply
koeg
Posts: 2
Joined: 14 Dec 2015, 10:24

Control Switch Matrix via HTTP

Post by koeg »

How can i configure a Switch Matrix in RadiMation to be controlled via HTTP?
koeg
Posts: 2
Joined: 14 Dec 2015, 10:24

Re: Control Switch Matrix via HTTP

Post 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 11225 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 11225 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 11225 times
Post Reply