Dreamine.PLC.Mitsubishi.MxComponent 1.0.1

dotnet add package Dreamine.PLC.Mitsubishi.MxComponent --version 1.0.1
                    
NuGet\Install-Package Dreamine.PLC.Mitsubishi.MxComponent -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.Mitsubishi.MxComponent" 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.Mitsubishi.MxComponent" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Dreamine.PLC.Mitsubishi.MxComponent" />
                    
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.Mitsubishi.MxComponent --version 1.0.1
                    
#r "nuget: Dreamine.PLC.Mitsubishi.MxComponent, 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.Mitsubishi.MxComponent@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.Mitsubishi.MxComponent&version=1.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Dreamine.PLC.Mitsubishi.MxComponent&version=1.0.1
                    
Install as a Cake Tool

Dreamine.PLC.Mitsubishi.MxComponent

Korean documentation

Mitsubishi MX Component adapter boundary for Dreamine PLC communication.

Important vendor runtime notice

This package must not redistribute Mitsubishi MX Component DLLs, installers, samples, or licensed runtime files.

Users must install and license Mitsubishi MX Component separately according to Mitsubishi Electric's license terms.

This package may only contain adapter code that integrates with a user-installed vendor runtime.

Current status

This package provides a late-bound COM adapter without redistributing or directly referencing the vendor runtime.

Main types:

  • MitsubishiMxComponentPlcClient
  • MitsubishiMxComponentOptions
  • MitsubishiMxDeviceNameFormatter

The default ProgID follows the current process bitness:

  • x86: ActUtlType.ActUtlType
  • x64: ActUtlType64.ActUtlWrap

The adapter uses the MX Component LogicalStationNumber and calls Open/Close. Word block access first tries ReadDeviceBlock2/WriteDeviceBlock2; when COM late binding rejects block array arguments, it falls back to repeated GetDevice/SetDevice calls.

Sample:

  • Open the SampleSmart PLC Monitor page and select MxComponent.
  • Confirm MX ProgID and MX LS, then run Use ClientConnect.
  • For the standard MX Component path, run SampleSmart as x86 and use ActUtlType.ActUtlType.
  • The Mitsubishi DotUtlType64 wrapper can require legacy .NET Framework WCF types; if it fails under net8.0-windows x64, use the x86 path or a separate .NET Framework bridge process.

Recommended production path:

  • Use Dreamine.PLC.Mitsubishi.MC for direct MC TCP/UDP protocol communication.
  • Use this package only when a project explicitly requires MX Component integration.

License

Dreamine adapter code: MIT License.

Mitsubishi MX Component: not included and not licensed by this package.

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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Dreamine.PLC.Mitsubishi.MxComponent:

Package Downloads
Dreamine.PLC.FullKit

All-in-one meta package for Dreamine PLC libraries. Includes Abstractions, Core, Mitsubishi (MC/MxComponent), Omron (CxComponent/Fins), and WPF integration.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.1 108 7/8/2026
1.0.0 100 7/8/2026