Home > Net >  Immediately after connecting OPCServer, how to directly read OPC the value of the label?
Immediately after connecting OPCServer, how to directly read OPC the value of the label?

Time:10-05

After connecting OPCServer, when there is no label to OPC value changes, namely KepGroup_DataChange events are not performed,
how to directly read OPC at this time the value of the label?

CodePudding user response:

Opcclient read way points both synchronous and asynchronous
As long as the opcserver support
Synchronous if any updates are available data
  •  Tags:  
  • C#
  • Related