WDNMDDZZ

Results 2 issues of WDNMDDZZ

在读取AB PLC 时 AllenBradleyClient client = new AllenBradleyClient("192.168.3.16", 44818); IoTClient.Result result1 = client.ReadUInt32("ST_L82Edata"); 这个ST_L82Edata是一个长度为100的数组,我用ReadUInt32的方法只能读取到他的第一位,我可以尝试用什么方法读取全部数组呢? thanks