OPC Missing data change -


i'm registering group of variablse opc da server. if modifies items on server (example: disable 1 item , enable after minutes), cannot receive update when tag newly enabled. tested on kepware server doing this:

  1. define tag "const variable"
  2. connect server , register tag
  3. change function "random generation" (the server not disconnect client)
  4. the client not receive value but
  5. disconnect client
  6. reconnect client -> obtain random values

is there way avoid behaviour? not accademic question: in real life make maintenance part of plant without closing server: when puts full plant online, client not receiving changes.

i suppose type of changes results in new opc handle , if i'm registred old one, never receive value change. there common way workaround this? have monitor event? had issue?

thanks.


Comments

Popular posts from this blog

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -