libplctag.NET icon indicating copy to clipboard operation
libplctag.NET copied to clipboard

A .NET wrapper for libplctag.

Results 68 libplctag.NET issues
Sort by recently updated
recently updated
newest added

Hi, I run the libplctag.NET sample ILoggerExample with modified name,gateway and Path in the host machine. I configured in a VM an emulator test project : ![image](https://user-images.githubusercontent.com/20794916/186630936-d5e806f7-6f39-42a4-bf78-49691c35b935.png) ![image](https://user-images.githubusercontent.com/20794916/186631070-ef961965-c82e-43f2-be67-a2c30ee62a22.png) ![image](https://user-images.githubusercontent.com/20794916/186631848-68b1a776-cb45-4f91-93c0-2260b23ebbea.png) ![image](https://user-images.githubusercontent.com/20794916/186632033-8fd3ff6f-0072-4212-9bd2-8f74a0cfdea4.png)...

Hello, Im facing issues related to reading taginfo for non-program tags on lower level than "root" . The reading works fine but without knowing the type its little bit tricky...

Kinda new to the Git-world so lemme know if this is the wrong place to post this. Wondering if anyone has done a polling/subscription oriented wrapper for this. Something that...

When dealing with large amounts of tags on shaky network conditions, raveling and unravelling the LibPlcTagException exceptions is drowning me in CPU overhead. Is there a way to deal with...

performance

## AB Micro850 Read is always Timeout ```csharp //DINT Test Read/Write var myTag = new Tag() { //Name of tag on the PLC, Controller-scoped would be just "SomeDINT" //Name =...

Hi, I try to use this library instead an old libPLCTagWrapper that I have in one of our project. I downloaded the nuget and implement the method but I run...

First, thank you for your library, it is very good and works well for me. I am working with Winodws, Visual Studio 2019, C#, Net5.0, Asp.net core. I was trying...

bug
documentation

This caught me by surprise, found it in the Debug output log in Visual Studio > Exception thrown: 'libplctag.LibPlcTagException' in libplctag.dll System.Transactions Critical: 0 : http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Reliability/Exception/UnhandledUnhandled exception[Redacted]libplctag.LibPlcTagException, libplctag, Version=1.0.13.0, Culture=neutral,...

Using .NET 5 publishing to win-x64 ``` Value cannot be null. (Parameter 'path1') at System.IO.Path.Combine(String path1, String path2) at libplctag.NativeImport.LibraryExtractor.LibraryExists(String folder) at libplctag.NativeImport.LibraryExtractor.Init(Boolean forceExtract) at libplctag.NativeImport.plctag.ExtractLibraryIfRequired() at libplctag.NativeImport.plctag.plc_tag_create(String lpString, Int32...

I have been using libplctag.net 1.0.4 and am currently upgrading to the latest version. I noticed that the bool tags would not read and implemented the suggested fix in a...