read dynamic object from s7netplsu extend read/write class
$ dotnet add package S7CharpS7Charp Dynamic PLC Reader/Writer
Overview S7Charp Dynamic is a .NET library that simplifies communication with Siemens PLCs using the S7 protocol. This package extends the functionality of S7.NET to allow for dynamic reading and writing of PLC data without the need for pre-defined data structures.
Features Dynamic Data Access: Read and write PLC data dynamically at runtime. No Predefined Structures Required: Access PLC variables without defining them beforehand. Support for Various Data Types: Handle multiple data types including bool, int, float, string, and arrays. Simple API: Easy-to-use API for quick integration into your projects.