PepperDash.Essentials.Plugin.Display.Planar.QeSeries 1.0.1-hotfix-7

This is a prerelease version of PepperDash.Essentials.Plugin.Display.Planar.QeSeries.
dotnet add package PepperDash.Essentials.Plugin.Display.Planar.QeSeries --version 1.0.1-hotfix-7
NuGet\Install-Package PepperDash.Essentials.Plugin.Display.Planar.QeSeries -Version 1.0.1-hotfix-7
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="PepperDash.Essentials.Plugin.Display.Planar.QeSeries" Version="1.0.1-hotfix-7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PepperDash.Essentials.Plugin.Display.Planar.QeSeries --version 1.0.1-hotfix-7
#r "nuget: PepperDash.Essentials.Plugin.Display.Planar.QeSeries, 1.0.1-hotfix-7"
#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.
// Install PepperDash.Essentials.Plugin.Display.Planar.QeSeries as a Cake Addin
#addin nuget:?package=PepperDash.Essentials.Plugin.Display.Planar.QeSeries&version=1.0.1-hotfix-7&prerelease

// Install PepperDash.Essentials.Plugin.Display.Planar.QeSeries as a Cake Tool
#tool nuget:?package=PepperDash.Essentials.Plugin.Display.Planar.QeSeries&version=1.0.1-hotfix-7&prerelease

PepperDash Essentials Plugin Logo

Planar QE Series Display Essentials Plugin (c) 2022

Overview

This plugin is designed to work with Planar QE Series Displays controlled via RS-232 and TCP/IP. For config information, see the config snippets

Configuration

RS-232

{
  "key": "display-1",
  "uid": 4,
  "type": "planarqe",
  "name": "Display",
  "group": "display",
  "properties": {
    "control": {
      "controlPortDevKey": "processor",
      "controlPortNumber": 1,
      "method": "com",
      "comParams": {
        "protocol": "RS232",
        "baudRate": 19200,
        "hardwareHandshake": "None",
        "softwareHandshake": "None",
        "dataBits": 8,
        "parity": "None",
        "stopBits": 1
      }
    },
    "pollIntervalMs": 60000,
    "coolingTimeMs": 15000,
    "warmingTimeMs": 15000
  }
}

TCP/IP

{
  "key": "display-1",
  "uid": 4,
  "type": "planarqe",
  "name": "Display",
  "group": "display",
  "properties": {
    "control": {
      "method": "tcpIp",
      "tcpSshProperties": {
        "port": 57,
        "address": "0.0.0.0",
        "username": "",
        "password": "",
        "autoReconnect": true,
        "autoReconnectIntervalMs": 5000,
        "bufferSize": 32768
      }
    },
    "pollIntervalMs": 60000,
    "coolingTimeMs": 15000,
    "warmingTimeMs": 15000
  }
}

Bridge JoinMap

Digitals

Join Number JoinSpan JoinName Description Type Capabilities
1 1 PowerOff Power Off Digital FromSIMPL
2 1 PowerOn Power On Digital ToFromSIMPL
3 1 IsTwoWayDisplay Is Two Way Display Digital ToSIMPL
5 1 VolumeUp Volume Up Digital FromSIMPL
6 1 VolumeDown Volume Down Digital FromSIMPL
7 1 VolumeMute Volume Mute Digital ToFromSIMPL
8 1 VolumeMuteOn Volume Mute On Digital ToFromSIMPL
9 1 VolumeMuteOff Volume Mute Off Digital ToFromSIMPL
11 10 InputSelectOffset Input Select Digital ToFromSIMPL
41 10 ButtonVisibilityOffset Button Visibility Offset DigitalSerial ToFromSIMPL
50 1 IsOnline Is Online Digital ToSIMPL

Analogs

Join Number JoinSpan JoinName Description Type Capabilities
5 1 VolumeLevel Volume Level Analog ToFromSIMPL
11 1 InputSelect Input Select Analog ToFromSIMPL

Serials

Join Number JoinSpan JoinName Description Type Capabilities
1 1 Name Name Serial ToSIMPL
11 10 InputNamesOffset Input Names Offset Serial ToSIMPL
41 10 ButtonVisibilityOffset Button Visibility Offset DigitalSerial ToFromSIMPL
Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 is compatible.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.1-hotfix-7 61 2/16/2024