IPS7LnkNet.Advanced 1.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.7.1
NuGet\Install-Package IPS7LnkNet.Advanced -Version 1.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.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.7.1
#r "nuget: IPS7LnkNet.Advanced, 1.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.7.1

// Install IPS7LnkNet.Advanced as a Cake Tool
#tool nuget:?package=IPS7LnkNet.Advanced&version=1.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 198 1/23/2024
2.4.0 1,738 10/11/2022
2.3.2 1,008 1/14/2022
2.3.1 439 1/14/2022
2.3.0.1 1,631 8/3/2021
2.3.0 568 5/21/2021
2.2.0.3 6,071 3/1/2021
2.2.0.2 655 11/18/2020
2.2.0.1 548 9/29/2020
2.2.0 1,230 9/9/2020
1.9.1.1 3,795 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

= 28.09.2016 - V1.7.1.0 =
* New       Implemented deep-value change verification in PlcArray instances to also raise the
           Changed event whenever at least one item in the array gets changed during a value
           read operation.

= 11.03.2016 - V1.7.0.0 =
* New       Implemented optimized Multi-Write (WriteValues) to longer write each value within one
           transaction. This does now speed up the performance when writing multipe values at once.

= 24.02.2015 - V1.6.9.2 =
* Fixed     Removed internal buffered read request cache to improve low level driver optimization.
           This does also fix issues with reading the same string values at once.

= 20.01.2016 - V1.6.9.1 =
* New       Upgraded to IPS7LnkNet V1.1.77.6
           * Fixed     MultiRead using PlcString since V1.1.77.5:
                       In case of using MultiRead to read the same PlcString multiple times the driver decremented
                       the length of the string. As soon the length reached a value lower than zero the MultiRead
                       did throw an exception.

= 27.12.2015 - V1.6.9.0 =
* New       Implemented method to retrieve PLC block information like the existence or size of a
           DataBlock defined in a PLC device.
* New       Implemented PlcOperand creation using string values.

= 16.12.2015 - V1.6.8.1 =
* Fixed     Issue with ReadValues using PlcString data which addresses data areas which
           reach the end of a datablock.

= 15.09.2015 - V1.6.8.0 =
* Fixed     Issue with unresolved locking situations in multi-threaded environments when an
           exception occured during the connection is about being used by multiple threads
           at the same time.

= 04.09.2015 - V1.6.7.2 =
* New       New product icon.

= 03.03.2015 - V1.6.7.1 =
* Fixed     InvalidCastException while reading a Bool[] using ReadBoolean.

= 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       Implemented IsDisposed property to internal indiciate, that a PlcDeviceConnection
           is diposed of.
* 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 and simplified some Read
           methods to take more use of the EnumerableHelper.