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
                    
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="Dreamine.PLC.Abstractions" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dreamine.PLC.Abstractions" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Dreamine.PLC.Abstractions" />
                    
Project file
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 Dreamine.PLC.Abstractions --version 1.0.1
                    
#r "nuget: Dreamine.PLC.Abstractions, 1.0.1"
                    
#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 Dreamine.PLC.Abstractions@1.0.1
                    
#: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=Dreamine.PLC.Abstractions&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Dreamine.PLC.Abstractions&version=1.0.1
                    
Install as a Cake Tool

Dreamine.PLC.Abstractions

Korean documentation

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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.

Version Downloads Last Updated
1.0.1 204 7/8/2026
1.0.0 192 7/8/2026