IP CONTROL
I/O MANAGEMENT WITHOUT THE WEB INTERFACE
Switching Table |
| |
|
|
|
Input / Output Port | Value | |
1 |
| 0 |
2 |
| 1 |
3 |
| 2 |
4 |
| 3 |
5 |
| 4 |
6 |
| 5 |
7 |
| 6 |
8 |
| 7 |
9 |
| 8 |
10 |
| 9 |
11 |
| A |
12 |
| B |
13 |
| C |
14 |
| D |
15 |
| E |
16 |
| F |
Examples
Single Output
http://192.168.0.70/cgibin.shtml?a=s&o=0&i=0
Assigns Input 1 to Output 1.
http://192.168.0.70/cgibin.shtml?a=s&o=a&i=2
Assigns Input 3 to Output 11.
Multiple Outputs
http://192.168.0.70/cgibin.shtml?a=s&o=0&o=1&o=2&o=3&i=0
Output 1, 2, 3 and 4 will be assigned to Input 1
http://192.168.0.70/cgibin.shtml?a=s&o=5&o=8&o=a&o=d&o=e&i=a
Output 6, 9, 11, 14 and 15 will be assigned to Input 1.
37