libplctag-csharp
libplctag-csharp copied to clipboard
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...
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.