PPepperDash.Essentials.Plugins.Christie.Projector
1.0.0
dotnet add package PPepperDash.Essentials.Plugins.Christie.Projector --version 1.0.0
NuGet\Install-Package PPepperDash.Essentials.Plugins.Christie.Projector -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PPepperDash.Essentials.Plugins.Christie.Projector" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PPepperDash.Essentials.Plugins.Christie.Projector" Version="1.0.0" />
<PackageReference Include="PPepperDash.Essentials.Plugins.Christie.Projector" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PPepperDash.Essentials.Plugins.Christie.Projector --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PPepperDash.Essentials.Plugins.Christie.Projector, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PPepperDash.Essentials.Plugins.Christie.Projector@1.0.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PPepperDash.Essentials.Plugins.Christie.Projector&version=1.0.0
#tool nuget:?package=PPepperDash.Essentials.Plugins.Christie.Projector&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
PepperDash Christie Projector Plugin (c) 2024
Device Configuration
{
"key": "projector1",
"uid": 1,
"name": "Christie 4K7-HS Projector",
"type": "christie4K7HsProjector",
"group": "plugin",
"properties": {
"control": {
"method": "tcpIp",
"tcpSshProperties": {
"address": "",
"port": 3002,
"username": "",
"password": "",
"autoReconnect": true,
"autoReconnectIntervalMs": 5000,
},
"pollIntervalMs": 60000,
"coolingTimeMs": 30000,
"warmingTimeMs": 30000,
"hasLamps": true,
"hasScreen": false,
"hasLift": false
}
}
}
{
"key": "projector2",
"uid": 1,
"name": "Christie 4K25-RGB Projector",
"type": "christie4K25RgbProjector",
"group": "plugin",
"properties": {
"control": {
"method": "tcpIp",
"tcpSshProperties": {
"address": "",
"port": 3002,
"username": "",
"password": "",
"autoReconnect": true,
"autoReconnectIntervalMs": 5000,
},
"pollIntervalMs": 60000,
"coolingTimeMs": 30000,
"warmingTimeMs": 30000,
"hasLamps": true,
"hasScreen": false,
"hasLift": false
}
}
}
Notes
hasLamps
, hasScreen
, hasLift
are configuration options that are exposed via the bridge and can be leveraged by the developer in SIMPL.
Bridge Configuration
{
"key": "plugin-bridge1",
"uid": 3,
"name": "Plugin Bridge",
"group": "api",
"type": "eiscApiAdvanced",
"properties": {
"control": {
"tcpSshProperties": {
"address": "127.0.0.2",
"port": 0
},
"ipid": "B2",
"method": "ipidTcp"
},
"devices": [
{
"deviceKey": "projector1",
"joinStart": 1
}
]
}
}
Bridge Map
Digitals
Analogs
Serials
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.7.2
- PepperDashEssentials (>= 2.5.1)
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.0 | 125 | 7/10/2025 |
1.0.0-IHasInputs.1 | 109 | 7/9/2025 |
1.0.0-feature-4-series-upda... | 115 | 7/8/2025 |