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
<PackageReference Include="Dreamine.PLC.Mitsubishi.MxComponent" Version="1.0.1" />
<PackageVersion Include="Dreamine.PLC.Mitsubishi.MxComponent" Version="1.0.1" />
<PackageReference Include="Dreamine.PLC.Mitsubishi.MxComponent" />
paket add Dreamine.PLC.Mitsubishi.MxComponent --version 1.0.1
#r "nuget: Dreamine.PLC.Mitsubishi.MxComponent, 1.0.1"
#:package Dreamine.PLC.Mitsubishi.MxComponent@1.0.1
#addin nuget:?package=Dreamine.PLC.Mitsubishi.MxComponent&version=1.0.1
#tool nuget:?package=Dreamine.PLC.Mitsubishi.MxComponent&version=1.0.1
Dreamine.PLC.Mitsubishi.MxComponent
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:
MitsubishiMxComponentPlcClientMitsubishiMxComponentOptionsMitsubishiMxDeviceNameFormatter
The default ProgID follows the current process bitness:
x86:ActUtlType.ActUtlTypex64: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
SampleSmartPLC Monitor page and selectMxComponent. - Confirm
MX ProgIDandMX LS, then runUse Client→Connect. - For the standard MX Component path, run SampleSmart as
x86and useActUtlType.ActUtlType. - The Mitsubishi
DotUtlType64wrapper can require legacy .NET Framework WCF types; if it fails undernet8.0-windows x64, use thex86path or a separate .NET Framework bridge process.
Recommended production path:
- Use
Dreamine.PLC.Mitsubishi.MCfor 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 | 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
- Dreamine.PLC.Abstractions (>= 1.0.1)
- Dreamine.PLC.Core (>= 1.0.1)
- System.ServiceModel.Primitives (>= 8.1.2)
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.