libplctag-csharp icon indicating copy to clipboard operation
libplctag-csharp copied to clipboard

Results 15 libplctag-csharp issues
Sort by recently updated
recently updated
newest added

Dear All, Is there a version of this library for .Net Framework?

I'm trying to use with OMRON NJ series, but I have the Error PLCTAG_ERR_UNSUPPORTED. I'm using as Micro800 protocol. Do you have any example or idea to help me with...

![image](https://user-images.githubusercontent.com/64114394/105077107-3f893080-5a49-11eb-8b00-6aca8a250079.png) I have the following UDT. Is there way I can access the week[0].day[0] and so on... to read and write to it. I have tried using the following tag...

var tag = new Tag("192.168.2.3","2,0", CpuType.LGX, "TestDINTArray[0]",DataType.Int32, 10); trying to pull out the first index of an array, its stuck in the while loop i gave L83 control logix and...

Me and my team are using your code to try to connect to our RSLogix5000 PLC using the path '1,0', but once we do the: var tag = new Tag("10.206.1.39",...

I have posted an issue to the original libtagplc author about an issue when trying to read from Tag-Based alarms. See link below for conversation. The original author has made...

when setting in CompactLogix STATUS_WORD = 1234, BUT readout 4936, don't know why ![Capture](https://user-images.githubusercontent.com/32755833/93665321-1c08a600-faa8-11ea-9e2d-680f032df283.GIF) and SHELL_LENGTH = 13.13, show 13.63?

I have seen your tutorials on different PLC machines. I want to read and write data on EATON PLC machine, can you make tutorial for that.

I had and issue where the RunTime libraries for the dll are not up to date on a target machine. This information should be also provided on the Wrappers. -Request...