IPS7LnkNet.Advanced 1.6.7.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package IPS7LnkNet.Advanced --version 1.6.7.1
NuGet\Install-Package IPS7LnkNet.Advanced -Version 1.6.7.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="IPS7LnkNet.Advanced" Version="1.6.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IPS7LnkNet.Advanced --version 1.6.7.1
#r "nuget: IPS7LnkNet.Advanced, 1.6.7.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.
// Install IPS7LnkNet.Advanced as a Cake Addin
#addin nuget:?package=IPS7LnkNet.Advanced&version=1.6.7.1

// Install IPS7LnkNet.Advanced as a Cake Tool
#tool nuget:?package=IPS7LnkNet.Advanced&version=1.6.7.1

Software driver to access Simatic S7 PLC data via TCP/IP under .NET. Very professional framework for quick and easy implementation in minutes. High performance access. No need for PLC know how. Phone and Email support by developer.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
2.5.0 211 1/23/2024
2.4.0 2,108 10/11/2022
2.3.2 1,010 1/14/2022
2.3.1 439 1/14/2022
2.3.0.1 1,633 8/3/2021
2.3.0 568 5/21/2021
2.2.0.3 6,194 3/1/2021
2.2.0.2 655 11/18/2020
2.2.0.1 549 9/29/2020
2.2.0 1,264 9/9/2020
1.9.1.1 3,934 9/13/2019
1.9.1 575 9/6/2019
1.7.2.3 1,869 9/7/2017
1.7.1 1,297 9/29/2016
1.6.7.2 1,723 9/4/2015
1.6.7.1 1,098 9/3/2015

= 26.02.2015 - V1.6.7.0 =
* New       Implemented SiemensChannelType enumeration on SiemensDevice to manage the type of
           channel to use on a connection created by the SiemensDevice instead to manage
           it via the generic PlcDeviceConnection using the PlcDeviceConnectionType.
           In general a channel type is only relevant for the Siemens provider. Therefore the
           PlcDeviceConnectionType will become obsolete in future releases.
* New       Improved GetInfo() method on SiemensDeviceConnection to not longer produce
           re-occuring connection status changes and status evaluations.
* Fixed     Wrong calculation of End Address of PlcType instances representing a Bool[].
* New       Implemented check in PlcType to disallow the use of a different PlcAddress.RawType as
           Bit for PlcType instances with PlcTypeCode.Bool.

= 24.02.2015 - V1.6.6.1 =
* New       Reworked implementation to better take use of the maximum string length property
           (Length). Additionally care about the PlcString.MinLength and PlcString.MaxLength
           and do not longer pad value with whitespaces.
* Fixed     Issue with wrong type of buffer array (changed short buffer to float buffer).
* New       Fixed issue with out dated return data from ReadValues.

= 23.02.2015 - V1.6.6.0 =
* New       In case of Multi-Read (ReadValues) and Multi-Write (WriteValues) the connection does
           not longer reflect data status codes. Data status codes are now stored on the
           connection using the PlcType used and on each IPlcValue instance specific PlcStatus.

=  19.02.2015 - V1.6.5.0 =
* New       Improved Exception and Status information.
* New       Improved Status and Value change handling in transactional way.
* Fixed     Multi-Threaded problem in PlcType.Of(...)

= 09.02.2015 - V1.6.4.0 =
* New       Implemented new overloads for GetValue and SetValue. Additionally implemented
           ValidateValue. Furthermore reworked mechanism to get and set the Value property and
           the implementation of GetValue and SetValue to better integrate with new solutions and
           provide more meaningful codeflows for deriving classes.
* Fixed     Fixed issues with reading and writing char values.
* New       Upgraded to IPS7LnkNet V1.0.74.0
           * Fixed     Connection to PLC didn't repair itself automatically.
           * Fixed     Using threads with connections: License expired appeard several times.

= 15.12.2014 - V1.6.3.4 =
* Fixed     Issue with duplicate PlcOperand instances in multi-threaded environments.

= 10.12.2014 - V1.6.3.3 =
* Fixed     Issue with ReadValues on a PlcDeviceConnection which lead to same references to
           the internal data buffer on different PlcValue instances with the same PlcType.

= 28.11.2014 - V1.6.3.2 =
* Fixed     Issue with failed auto connect attempts then starting a communication while the
           network device is disabled at start and enabled during further connect/access
           attempts.
* New       Updated IPS7LnkNet (V1.73): Logo/S7-200 license managment implemented.