Dreamine.PLC.FullKit 1.0.2

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

Dreamine.PLC.FullKit

Talk to Mitsubishi and Omron PLCs from one API, with a drop-in WPF monitor. Every Dreamine PLC package in one install.

➡️ 한국어 문서 보기

Dreamine.PLC.FullKit bundles Dreamine's whole PLC stack: the shared client contract, the runtime base, four vendor protocols (Mitsubishi MELSEC-MC and MxComponent, Omron CxComponent and FINS), and a ready-to-use WPF monitor view. Whichever PLC is on the machine, your code stays the same.


Why this bundle exists

A shop floor rarely has one PLC vendor. Line 1 is a Mitsubishi over MC, line 2 is an old Mitsubishi requiring MxComponent, the packaging bench uses Omron FINS. Writing that integration from scratch means:

  • reading Mitsubishi's binary protocol spec
  • linking against MxComponent COM
  • decoding Omron FINS UDP frames
  • doing the same over Omron CxComponent for older setups
  • wrapping all four in something your UI can bind to

Dreamine.PLC.FullKit gives you an IPlcClient that already speaks all four, plus a WPF monitor control that binds to any of them. Pick the client that matches the PLC, the rest of the code doesn't change.


What you get by installing this

  • Uniform IPlcClient API — one interface for read/write across four vendor protocols
  • Mitsubishi MELSEC-MC — TCP + UDP, binary protocol
  • Mitsubishi MxComponent — for older setups that require the COM driver
  • Omron FINS — TCP + UDP
  • Omron CxComponent — for legacy Omron setups
  • WPF monitor control — drop-in view that binds to any IPlcClient and shows connection state, bit / word read+write, and operation log
  • Version pinning — seven sub-packages pinned to a compatible set

Who this is for

Use Dreamine.PLC.FullKit if you are:

  • writing a WPF operator / HMI tool that has to work against whichever PLC is installed
  • building an equipment gateway across a mixed Mitsubishi + Omron shop floor
  • prototyping and want a monitor view without building diagnostics UI first

Prefer individual packages if you are:

  • committed to one vendor + protocol — install only that adapter
  • writing a headless service that must not pull WPF references (skip Dreamine.PLC.Wpf)
  • writing a library that only needs the contracts (Dreamine.PLC.Abstractions)

Included packages

Package Role
Dreamine.PLC.Abstractions IPlcClient contract, address / value types
Dreamine.PLC.Core Shared client base, in-memory simulator client
Dreamine.PLC.Mitsubishi.MC Mitsubishi MELSEC-MC protocol (TCP + UDP)
Dreamine.PLC.Mitsubishi.MxComponent Mitsubishi via MxComponent COM
Dreamine.PLC.Omron.CxComponent Omron via CxComponent
Dreamine.PLC.Omron.Fins Omron FINS protocol (TCP + UDP)
Dreamine.PLC.Wpf WPF monitor view — connection state, bit/word read+write, log

Installation

dotnet add package Dreamine.PLC.FullKit

Or:

<ItemGroup>
  <PackageReference Include="Dreamine.PLC.FullKit" />
</ItemGroup>

FullKit When to add it
Dreamine.MVVM.FullKit MVVM / DI / source generators for the host WPF app
Dreamine.UI.FullKit Dreamine WPF controls and dark theme
Dreamine.Communication.FullKit Lower-level socket / serial / MQ transport
Dreamine.Database.FullKit Persist what the PLC reports
Dreamine.IO.FullKit Fastech Ethernet I/O adapter
Dreamine.Hybrid.FullKit WPF + Blazor hybrid apps

License

MIT

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows 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.

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 103 7/9/2026
1.0.1 96 7/8/2026
1.0.0 95 7/8/2026