Dreamine.PLC.Abstractions
1.0.1
dotnet add package Dreamine.PLC.Abstractions --version 1.0.1
NuGet\Install-Package Dreamine.PLC.Abstractions -Version 1.0.1
<PackageReference Include="Dreamine.PLC.Abstractions" Version="1.0.1" />
<PackageVersion Include="Dreamine.PLC.Abstractions" Version="1.0.1" />
<PackageReference Include="Dreamine.PLC.Abstractions" />
paket add Dreamine.PLC.Abstractions --version 1.0.1
#r "nuget: Dreamine.PLC.Abstractions, 1.0.1"
#:package Dreamine.PLC.Abstractions@1.0.1
#addin nuget:?package=Dreamine.PLC.Abstractions&version=1.0.1
#tool nuget:?package=Dreamine.PLC.Abstractions&version=1.0.1
Dreamine.PLC.Abstractions
Common PLC communication contracts for the Dreamine PLC package family.
This package defines vendor-neutral interfaces and models used by PLC clients, simulator clients, WPF diagnostics, and protocol adapters.
Purpose
Dreamine.PLC.Abstractions is the lowest PLC layer. It must not depend on a specific PLC vendor, transport implementation, WPF UI, or simulator runtime.
Application / Sample
↓
Dreamine.PLC.Wpf
↓
Dreamine.PLC.Abstractions
↑
Vendor Adapters / Core / Simulators
Included contracts
- PLC client abstraction
- PLC connection state model
- PLC device address model
- Bit and word read/write request models
- Operation result models
- Common PLC client options
Design rules
- Keep this package vendor-neutral.
- Do not reference Mitsubishi, Omron, Siemens, LS, MX Component, or CX-Compolet specific types.
- Do not reference WPF.
- Do not include simulator-only behavior in the abstraction layer.
- Use this package as the stable boundary for every PLC adapter.
Validation status
This package is validated through the current Dreamine PLC sample flow:
- InMemory PLC client
- Dreamine TCP simulator
- Mitsubishi MC TCP simulator
- Mitsubishi MC UDP simulator
- Omron FINS TCP simulator
- Omron FINS UDP simulator
- WPF PLC monitor binding
- 1PC and 2PC simulator-based read/write and handshake tests
Physical PLC integration still requires vendor-specific testing in each protocol package.
Vendor runtime policy
This package does not include Mitsubishi MX Component, Omron CX-Compolet, SYSMAC Gateway, or any vendor runtime DLL.
Vendor runtime adapters must be implemented in separate packages and must require users to install and license the vendor software separately.
License
MIT License.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- No dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Dreamine.PLC.Abstractions:
| Package | Downloads |
|---|---|
|
Dreamine.PLC.Core
Core runtime package for Dreamine PLC communication, including channel management, request handling, polling, and shared infrastructure. |
|
|
Dreamine.PLC.FullKit
All-in-one meta package for Dreamine PLC libraries. Includes Abstractions, Core, Mitsubishi (MC/MxComponent), Omron (CxComponent/Fins), and WPF integration. |
|
|
Dreamine.PLC.Omron.Fins
Omron FINS TCP/UDP PLC adapter for the Dreamine PLC package family. |
|
|
Dreamine.PLC.Mitsubishi.MxComponent
Mitsubishi MX Component adapter for Dreamine PLC communication. |
|
|
Dreamine.PLC.Mitsubishi.MC
Mitsubishi MC protocol adapter for Dreamine PLC communication. |
GitHub repositories
This package is not used by any popular GitHub repositories.