Skip to content

Commit

Permalink
update evertz-quartz to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdadams authored and github-actions[bot] committed Sep 26, 2024
1 parent ac5bfc3 commit 13cb4e3
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 50 deletions.
21 changes: 0 additions & 21 deletions _legacy/companion-module-evertz-quartz/companion/HELP.md

This file was deleted.

28 changes: 0 additions & 28 deletions _legacy/companion-module-evertz-quartz/companion/manifest.json

This file was deleted.

1 change: 0 additions & 1 deletion _legacy/companion-module-evertz-quartz/index.js

This file was deleted.

4 changes: 4 additions & 0 deletions evertz-quartz/.build-info
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
25 changes: 25 additions & 0 deletions evertz-quartz/companion/HELP.md
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.
1 change: 1 addition & 0 deletions evertz-quartz/companion/manifest.json
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"]}
1 change: 1 addition & 0 deletions evertz-quartz/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions evertz-quartz/package.json
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":{}}

0 comments on commit 13cb4e3

Please sign in to comment.