zenvideo-ndirouter
Module for ZEN NDIRouter
Controls ZEN NDIRouter. Click here: ZEN NDIRouter for more info and to download.
Configuration
| Setting | Description |
|---|---|
| Target IP | Enter the address of the PC running ZEN NDIRouter |
| Port | Enter the port TCP Control. Defaults to 9779 |
Actions
| Command | Description |
|---|---|
| Input to Output | Route an input to an output |
| Recall Preset | Recall a saved Preset |
| Store Preset | Store current routes to a Preset |
Note: Dynamic variables can be used in most places
Variables
| Variable | Description |
|---|---|
| $(NAME:name) | Name of the Router |
| $(NAME:number) | Router number |
| $(NAME:n_ins) | Number of inputs configured |
| $(NAME:n_outs) | Number of outputs configured |
| $(NAME:preset) | Current preset selected (if active) |
| $(NAME:i_##_n) | Name of input ## |
| $(NAME:i_##_t) | Name of network for input ## |
| $(NAME:i_##_v) | Input ## has a valid signal |
| $(NAME:i_##_u) | Input ## is in use (routed to an output) |
| $(NAME:o_##_n) | Name of output ## |
| $(NAME:o_##_s) | Input source number routed to output ##. Will be 0 if not routed or -1 if out of range for this router configuration. |
| $(NAME:o_##_v) | Input ## has a valid signal |
| $(NAME:o_##_u) | Input ## is in use (routed to an output) |
| $(NAME:p_##_n) | Name of Preset ## |
| $(NAME:p_##_v) | Preset ## is not empty |
| $(NAME:p_##_u) | Preset ## is active / in use |
To use these, replace NAME with the name of your module instance.
Feedbacks
| Feedback | Description |
|---|---|
| Input Valid | Adjust button appearance if Input ## is Valid |
| Input In Use | Adjust button appearance if Input ## is In Use (Routed to an Output) |
| Routed | Adjust button appearance if Input X is routed to Output Y |
| Preset Valid | Adjust button appearance if Preset ## is Valid |
| Preset In Use | Adjust button appearance if Preset ## is In Use |
Here is an example page with buttons for a 7x7 router: Sample 7x7 <br/>
You will need to create a custom variable nr_out (persistent) for this example
Contributions for development and maintenance of this open source module are always welcome https://github.com/sponsors/istnv
Manufacturer
ZEN
ZEN
Product
NDIRouter
Issues (2)
To file a new issue, you need to sign up for a user on GitHub.