简体   繁体   English

申请JEasyOpc订阅

[英]Request a Subscription in JEasyOpc

Is it possible to request a subscription of a specific item to a OPC Server using the JEasyOpc library? 是否可以使用JEasyOpc库请求将特定项目订阅到OPC服务器? Using async20Read(Group group) will only subscribe the group to the OPC Server in such a way, that after an event happened all items belonging to the group have to be downloaded at the client side. 使用async20Read(Group group)将仅以以下方式将组订阅到OPC服务器:事件发生后,必须在客户端下载属于该组的所有项目。 This costs lots of bandwidth having thousands of items which have to be downloaded if one item drops an event! 如果一项丢失事件,这将花费大量带宽,其中包含数千项必须下载的项!

I haven't used JEasyOPC, but the OPC specification states that AsyncIO::Read and AsyncIO2::Read accepts a list of items that you want to read from the server. 我没有使用过JEasyOPC,但是OPC规范指出AsyncIO :: Read和AsyncIO2 :: Read接受要从服务器读取的项目列表。 This allows you to specify exactly how many and which items' values are to be sent in an update. 这样,您就可以精确指定要在更新中发送多少个和哪些项目的值。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 JeasyOpc问题,如何使用JeasyOpc客户端连接到局域网中的其他计算机? - JeasyOpc Problem, how to connect to other computers in LAN using JeasyOpc client? 订阅请求正文未在 Spring Reactive 中发送值 - Subscription to request body not emmitting values in Spring Reactive 我不知道如何在Java中安装JEasyOPC - I don't know how to install JEasyOPC in Java java.lang.IllegalStateException:BeanResult'subscription'的BindingResult和普通目标对象都不能用作请求属性 - java.lang.IllegalStateException: Neither BindingResult nor plain target object for bean name 'subscription' available as request attribute Flow API 中的 subscription.request(n) 如何在任意 n 值执行背压? - How does subscription.request(n) in Flow API perform backpressure at any n value? 在 spring-boot 我们如何确认来自亚马逊 SNS 的订阅请求 HTTP - In spring-boot how can we confirm the subscription request HTTP from amazon SNS 持久订阅的@JmsListener问题 - @JmsListener issue with durable subscription 持久订阅ActiveMQ - Durable Subscription ActiveMQ Paypal Braintree订阅付款 - Paypal Braintree Subscription Payments 服务/订阅管理器引擎 - service / subscription manager engine
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM