dathlin / HslCommunication

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 redis, mqtt, websocket, etc., which can let your data on the network Free transmission, reducing enterprise development costs.
http://www.hslcommunication.cn
1.61k stars 622 forks source link

【AB PLC】有没有数据更新事件的订阅功能?PLC状态事件比如下载进行中/完成/新增tag等呢? #25

Open U11Leung opened 2 years ago

U11Leung commented 2 years ago

没有 discussion 板块,只好发到这里来,如题,HSL 能订阅 PLC 数据变化和状态变化的事件的吗?平台是 AB CLX

dathlin commented 2 years ago

暂时不支持订阅该节点的操作。

U11Leung commented 2 years ago

感谢回复,请问多句,这是AB平台限制的原因所以不支持呢,还是暂时没有计划支持?其他PLC平台,有支持的吗?

dathlin commented 2 years ago

其他平台PLC基本是是不支持的,协议层就不支持。AB的EIP协议比较复杂,可能支持,我们还没仔细确认是否支持

U11Leung commented 2 years ago

AB 的话,我看新增 tag 和程序下载,在 AB 自己的 HMI,和 wonderware HMI 的 DA 里,都会有提示,应该是能订阅某些事件,或者是能接收到某些事件的通知;至于数据被更新的事件,就不知道了

nm-1216 commented 2 years ago

我有扫描程序

image

配置扫描地址 内容变化后事件通知

image

U11Leung commented 2 years ago

请问这些事件会对什么场景作出反应?

nm-1216 commented 2 years ago

你不是要订阅么? 自己起一个订阅服务,把变化量通知出去不就好了

U11Leung commented 2 years ago

是轮询并通知订户的方式吧?

U11Leung commented 2 years ago

那PLC状态变动的事件能实现吗?