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

Hi I used your software to read data from a logix PLC all I seem to get is the minimum values example ``` if (read == (int)Status.PlctagStatusOk) { value =...

Hi, first of all thanks for this lib. please help me for this i am having problem for reading string data type , don't know how to read it i...

This is the I am calling from client: ******************************************************************************************************** const int DataTimeout = 5000; static void Main(string[] args) { var plcClient = new PlcTag(); string ipAddress = "101.60.131.238"; string path...

question

Hi, Please can i know which version of libplctag used for creating this wrapper? if its older versions hoe i can update with latest versions. Thanks.