We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在读取AB PLC 时 AllenBradleyClient client = new AllenBradleyClient("192.168.3.16", 44818); IoTClient.Result result1 = client.ReadUInt32("ST_L82Edata"); 这个ST_L82Edata是一个长度为100的数组,我用ReadUInt32的方法只能读取到他的第一位,我可以尝试用什么方法读取全部数组呢? thanks
The text was updated successfully, but these errors were encountered:
近期测试也发现这个问题了。读取不了数组,
Sorry, something went wrong.
计划什么时候可以解决这个问题呢
No branches or pull requests
在读取AB PLC 时
AllenBradleyClient client = new AllenBradleyClient("192.168.3.16", 44818);
IoTClient.Result result1 = client.ReadUInt32("ST_L82Edata");
这个ST_L82Edata是一个长度为100的数组,我用ReadUInt32的方法只能读取到他的第一位,我可以尝试用什么方法读取全部数组呢?
thanks
The text was updated successfully, but these errors were encountered: