UCX series – User's Manual 78
Change the Input Port Priority
Request and Response
ɯ <ip><out><in>
ɯ body: <prio_num>
ɮ header: 200 OK
ɮ body: <prio_num>
Parameters
The <prio> parameters means the priority number from 1 to 100, equal numbers are allowed. Inputs can
have different priorities in relation with two or more outputs. Therefore the output port number is part of the
node path of input port priorities.
Example
ɯ
ɯ body: 51
ɮ header: 200 OK
ɮ body: 51
Request and Response
ɯ <ip><out>
ɮ header: 200·OK
ɮ body: <in>
Example
ɯ
ɮ header: 200 OK
ɮ body: I1
Request and Response
ɯ <ip><in>
ɮ header: 200·OK
ɮ body: ["<out1>";"<out1>"]
Example
ɯ
ɮ header: 200 OK
ɮ body: ["O1","O2"]
Set the Autoselect Policy
Request and Response
ɯ <ip><out>
ɯ body: <autoselect_mode>
ɮ header: 200 OK
ɮ body: <autoselect_mode>
Parameters
Parameter Parameter description
<autoselect_mode> The autoselect policy
Off
The autoselect function is disabled.
Last Detect
Always the last attached input is switched to
the output automatically.
First Detect
Example
ɯ
ɯ body: First detect
ɮ header: 200 OK
ɮ body: First detect
Change the Autoselect-Included Input Ports
Request and Response
ɯ <ip><out><in>
ɯ body: <state>
ɮ header: 200 OK
ɮ body: <state>
Parameters
Parameter Parameter description
<state> The chosen input is ignored from the
autoselect process or not.
true
The port is included in autoselect.
false
The autoselect function ignores that port.
Example
ɯ
ɯ body: false
ɮ header: 200 OK
ɮ body: false