philipp2604.SimpleS7OpcClient
1.0.0
dotnet add package philipp2604.SimpleS7OpcClient --version 1.0.0
NuGet\Install-Package philipp2604.SimpleS7OpcClient -Version 1.0.0
<PackageReference Include="philipp2604.SimpleS7OpcClient" Version="1.0.0" />
paket add philipp2604.SimpleS7OpcClient --version 1.0.0
#r "nuget: philipp2604.SimpleS7OpcClient, 1.0.0"
// Install philipp2604.SimpleS7OpcClient as a Cake Addin #addin nuget:?package=philipp2604.SimpleS7OpcClient&version=1.0.0 // Install philipp2604.SimpleS7OpcClient as a Cake Tool #tool nuget:?package=philipp2604.SimpleS7OpcClient&version=1.0.0
SimpleS7OpcClient
Description
This library wraps nauful's LibUA library to provide easy communication with Siemens S7 controllers using their built-in OPC server.
This library is still WIP and not complete yet.
The usage in production environments is strongly discouraged!
Only anonymous access without login and encryption has been tested yet.
Quick Start
Please have a look at the example application inside the repo.
- Create a new instance of
S7OpcClient
with the application specific parameters (application description, connection settings, ...) - Create a new instance of
S7OpcClientService
using the prior createdS7OpcClient
instance. - Read and write tags from tag tables:
- Read a tag by using
S7OpcClientService.ReadSingleTableTag()
. - Write to a tag by using
S7OpcClientService.WriteSingleTableTag()
.
- Read a tag by using
- Read and write DataBlock variables:
- Read a variable by using
S7OpcClientService.ReadSingleDbVar()
. - Write to a variable by using
S7OpcClientService.WriteSingleDbVar()
.
- Read a variable by using
State of implementation
- Anything but anonymous, unencrypted access has not been tested yet.
- Custom PLC data types are not supported yet, but all of the 'everyday' types are implemented.
Download
You can acquire this library either directly via the NuGet package manager or by downloading it from the NuGet Gallery.
Questions? Problems?
Feel free to reach out!
Ideas / TODO
- Implement custom PLC data types
- Tests!
Third Party Software / Packages
Please have a look at THIRD-PARTY-LICENSES for all the awesome packages used in this library.
License
This library is MIT licensed.
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. |
-
net8.0
- nauful-LibUA-core (>= 1.0.25)
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 |
---|---|---|
1.0.0 | 89 | 9/25/2024 |
Initial release