Rock.Siemens 3.1.6

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

修复PLC逻辑错误导致连接被销毁、写入回读校验返回值颠倒的问题

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

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
3.1.6 125 8/7/2026
3.1.5 158 7/5/2026
3.1.3 132 5/6/2026
3.1.2 105 5/1/2026
3.1.1 102 5/1/2026
3.1.0 118 5/1/2026
3.0.0 150 4/19/2026
2.7.2 122 4/13/2026
2.7.1 130 4/10/2026
2.7.0 121 4/8/2026
2.6.0 145 3/16/2026
2.5.2 117 3/12/2026
2.5.1 175 3/2/2026
2.5.0 135 2/26/2026
2.4.7 182 1/28/2026
Loading failed

修复PLC逻辑错误(地址越界/对象不存在)被当作通信故障销毁连接,导致整台设备采集与写入连锁中断;修复WriteValue回读校验成功返回false、重试耗尽返回true的返回值颠倒问题;读写异常日志补充点位名与地址