We are using following document for creating a VB.NET windows application to communicate with KepServerEx.
Title: ClientAce: Creating a Simple Windows Form Application
Using the above document, we could successfully read data from KepServerEx.
However we also want to send the data inputted in VB.NET application back to the KepServerEx. Is this possible?
Solved by using following code -
"Kepware.ClientAce.OpcDaClient.DaServerMgt.Write(itemIdentifiers, OPCWriteValue)"
where -
itemIdentifiers(n)
OPCWriteValue(n)
Full code below: