IoTClient icon indicating copy to clipboard operation
IoTClient copied to clipboard

关于ABPLC读取的问题请教

Open WDNMDDZZ opened this issue 2 years ago • 2 comments

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

WDNMDDZZ avatar Nov 12 '22 02:11 WDNMDDZZ

近期测试也发现这个问题了。读取不了数组,

hoilung avatar Apr 26 '23 05:04 hoilung

计划什么时候可以解决这个问题呢

easyboot avatar Jun 19 '23 07:06 easyboot