-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac5bfc3
commit 13cb4e3
Showing
8 changed files
with
32 additions
and
50 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
_legacy/companion-module-evertz-quartz/companion/manifest.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
MODULE_NAME=evertz-quartz | ||
GIT_REF=v2.0.0 | ||
RUN_URL=https://github.com/bitfocus/companion-bundled-modules/actions/runs/11058851052 | ||
UPDATE_DATE=2024-09-26 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## Evertz Quartz Router module | ||
|
||
A module for controlling Evertz EQX routers using Quartz protocol. | ||
|
||
To use this module, the router must have a Quartz interface enabled. Enter the IP address and TCP port in the module config. Source and Destination numbers are defined within the Quartz interface, so they may be different than the EQX crosspoint numbers. | ||
|
||
The legal levels are V,A,B,C,D,E,F,G in 8 level systems and V,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O in 16 level systems. MAGNUM based control systems support up to 26 legal levels. V,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,W,X,Y,Z. | ||
Multiple levels can be set at once, for example `VABC` routes video and first 3 audio levels. | ||
|
||
**Available Commands in this module** | ||
|
||
- Fire a Salvo | ||
- Lock/Unlock Destination | ||
- Route Source to Destination (XPT) | ||
- Set Destination | ||
- Route Source to Selected Destination | ||
|
||
The latter two actions work together to build a traditional router control panel, so you can first press the destination and then press the source to make the route. | ||
Here you will find a way to see the salvo ID's without having to download the active config file. (http://[MAGNUM_IP]/magnum/controls/listPreset) | ||
You have to be logged in to access the listPreset. | ||
|
||
**Config options** | ||
|
||
Max Sources and Destinations should be set to match the number enabled in Quartz. | ||
Source and Destination names will be refreshed when starting the module or saving the module config. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"id":"evertz-quartz","name":"evertz-quartz","shortname":"quartz","description":"Module to control Evertz EQX routers using Quartz protocol","version":"2.0.0","license":"MIT","repository":"git+https://github.com/bitfocus/companion-module-evertz-quartz.git","bugs":"https://github.com/bitfocus/companion-module-evertz-quartz/issues","maintainers":[{"name":"Joseph Adams","email":"josephdadams@gmail.com"},{"name":"Elliott C. Balsley","email":"ebalsley@netflix.com"}],"legacyIds":[],"runtime":{"type":"node18","api":"nodejs-ipc","apiVersion":"1.10.0","entrypoint":"../main.js"},"manufacturer":"Evertz","products":["EQX Router"],"keywords":["router"]} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"evertz-quartz","version":"2.0.0","license":"MIT","type":"commonjs","dependencies":{}} |