HslCommunication icon indicating copy to clipboard operation
HslCommunication copied to clipboard

A very popular industrial Internet of Things communication plug-in. Using this dll can be very convenient, stable, and fast to obtain data from PLC equipment of multiple brands, and also supports redi...

Results 47 HslCommunication issues
Sort by recently updated
recently updated
newest added

您好,请问可以通过HslCommunication获取西门子PLC(比如S7 1200)内的符号表吗?我想获取内部数据的变量名信息

请问Omron CIP的服务器端可否模拟?

Only showing program tags in Program:MainProgram Can you add the ability to list tags from all programs in PLC?

我使用modbusrtu做从站,写数据始终报“modbus的crc校验检查失败”,是什么原因啊? 使用HslCommunication测试工具也是同样的问题

![image](https://user-images.githubusercontent.com/24241502/233823000-fcec555a-bc40-4786-a3d0-a3e4b3529fc1.png) ![image](https://user-images.githubusercontent.com/24241502/233822969-086bbc6e-066b-4647-a592-1efd57317200.png)

why It is asking for commercial authorization?? Connection NOK!Error Code: :10000 Description: :System authorization failed, need to use activation code authorization, thank you for your support. Active device number:2910494 If...

ADS位读取 例如 M100.0 ,长度10 ,布尔类型 获取结果 [M100.0] [False,False] 报文: [调试] 2023-01-16 22:38:15.836 Thread [003] BeckhoffAdsServer[10086] : [127.0.0.1:10766] Tcp 接收:00 00 2C 00 00 00 C0 A8 A3 08 01 01...

以下图中程序使用java程序编写,操作如下: 先在plc中准备有一组数据,地址分别有"B[0].A","B[0].B", "B[0].C","B[0].D","B[0].E", "ZZ.B",以B打头的都是布尔类型,ZZ.B是plc中的int类型数值为66,"B[0].A","B[0].B"这两个布尔量为true,其他为false;如下图编写程序批量进行读取,会发现布尔类型读到的全为true,但是感觉返回的byte数据中的数据也并没有什么问题,第二张图中我把false的布尔量点位放到了第一个位置,这里相当于调换了一下位置,发现解析出来的布尔量又全部变成了false。 ![L~ }$SV 9`U_2WYH }JE0Z1](https://user-images.githubusercontent.com/54095613/207756748-39a76e97-71b1-473b-abc5-dd55c95c209d.png) 点位调换顺序: ![_M$ZHMHDWZEVK5(7F404SWC](https://user-images.githubusercontent.com/54095613/207757299-644d9faa-a0d5-42e6-96f2-e2fb36d86125.png)

您好,我在使用AllenBradleyNet.Read方法进行AB plc测试批量读取的时候,发现读取点位数没超过30的时候能够正常读取,但是一超过30就会报“目标收到一个无效长度的信息。”这样的错误信息,请问,这是因为长度做了限制吗?如果做了限制的话,假设plc有非常多的点位又该怎么去一次性读取呢?以下是方法测试的调试过程截图: 成功的: ![success](https://user-images.githubusercontent.com/54095613/204486568-827a456d-ed98-4dae-a703-4908ececb1ac.png) 失败的: ![fail](https://user-images.githubusercontent.com/54095613/204486580-6d2a667a-88aa-4b62-8de5-6cb824a18316.png)