PepperDash.Essentials.Plugin.ExtronQuantum
1.0.0-feature-initial-features.5
See the version list below for details.
dotnet add package PepperDash.Essentials.Plugin.ExtronQuantum --version 1.0.0-feature-initial-features.5
NuGet\Install-Package PepperDash.Essentials.Plugin.ExtronQuantum -Version 1.0.0-feature-initial-features.5
<PackageReference Include="PepperDash.Essentials.Plugin.ExtronQuantum" Version="1.0.0-feature-initial-features.5" />
paket add PepperDash.Essentials.Plugin.ExtronQuantum --version 1.0.0-feature-initial-features.5
#r "nuget: PepperDash.Essentials.Plugin.ExtronQuantum, 1.0.0-feature-initial-features.5"
// Install PepperDash.Essentials.Plugin.ExtronQuantum as a Cake Addin #addin nuget:?package=PepperDash.Essentials.Plugin.ExtronQuantum&version=1.0.0-feature-initial-features.5&prerelease // Install PepperDash.Essentials.Plugin.ExtronQuantum as a Cake Tool #tool nuget:?package=PepperDash.Essentials.Plugin.ExtronQuantum&version=1.0.0-feature-initial-features.5&prerelease
Essentials Extron Quantum Plugin
License
Provided under MIT license
Overview
This plugin controls input switching and preset recall over IP or RS-232 for Extron Quantum Video Wall processors.
Dependencies
The Essentials libraries are required. They referenced via nuget. You must have nuget.exe installed and in the PATH
environment variable to use the following command. Nuget.exe is available at nuget.org.
Installing Dependencies
Dependencies will be installed automatically by Visual Studio on opening. Use the Nuget Package Manager in
Visual Studio to manage nuget package dependencies. All files will be output to the output
directory at the root of
repository.
Installing Different versions of PepperDash Core
If a different version of PepperDash Core is needed, use the Visual Studio Nuget Package Manager to install the desired version.
Usage
Join Map
Digitals
Join Number | JoinSpan | Description | Capabilities |
---|---|---|---|
1 | 1 | Is Online | To SIMPL |
Analogs
Join Number | JoinSpan | Description | Capabilities |
---|---|---|---|
1 | 1 | Socket Status | To SIMPL |
2 | 1 | Preset Select. If a canvas is NOT selected, the preset will be recalled on ALL canvases | From SIMPL |
3 | 1 | Canvas select. Valid values are 0 - 10 | To/From SIMPL |
11 | 40 | Input select. Each analog corresponds to a window. Windows are based on canvases. If a Canvas is NOT selected or set to 0, the route will be made to the corresponding window on Canvas 1" | From SIMPL |
Serials
Join Number | JoinSpan | Description | Capabilities |
---|---|---|---|
1 | 1 | Device Name. Set from Config | To SIMPL |
11 | 20 | Preset name. Set from Config | To SIMPL |
Example Config
{
"key": "videowall-1",
"name": "Extron Quantum",
"uid": 1,
"group": "switcher",
"type": "extronQuantum",
"properties": {
"control": {
"method": "tcpIp",
"tcpSshProperties": {
"address": "123.123.123.123",
"port": 23,
"autoReconnect": true,
"autoReconnectIntervalMs": 5000
}
},
"inputs": {
"input1": {
"name": "Input 1",
"value": 1
},
"input2": {
"name": "Input 2",
"value": 2
}
},
"windows": {
"window1": {
"name": "Window 1",
"value": 1,
},
"window2": {
"name": "Window 2",
"value": 2,
}
},
"presets": {
"preset1": "preset1",
"preset2": "preset2",
}
}
}
note: Inputs and Windows are used to create ports for Essentials routing to work.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- Crestron.SimplSharp.SDK.ProgramLibrary (>= 2.19.53)
- PepperDashEssentials (>= 1.13.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.2-hotfixUpdateOnlineOnR... | 41 | 12/4/2024 |
1.0.2-hotfixUpdateLoginProc... | 77 | 8/15/2024 |
1.0.2-feature-CentralizedSw... | 58 | 6/4/2024 |
1.0.1 | 182 | 5/23/2023 |
1.0.0 | 201 | 5/1/2023 |
1.0.0-feature-initial-featu... | 109 | 5/1/2023 |
1.0.0-feature-initial-featu... | 99 | 5/1/2023 |
1.0.0-feature-initial-featu... | 94 | 4/28/2023 |