Frage

I would like to know if there is some currently available OPC UA Client supporting Historical Data Access, more precisely for Data AND Event History.

UA Expert from Unified Automation seems like to be one of the most advanced OPC UA Client, but it only supports historizing Data not Event.

I wonder if there is a better OPC UA Client that will do both.

War es hilfreich?

Lösung

You can use the SampleConsoleClient that comes as a sample with the Prosys OPC UA Java SDK (free evaluation version available) to read the data history of a variable (with HistoryRead in AccessLevel) and event history of an object node (with HistoryRead in EventNotifier).

The sample application comes with source so you can also modify the client to your needs.

Prosys OPC UA Java Client does not provide event history quite yet.

UPDATE: Prosys OPC UA Client provides an Event History view, too.

Andere Tipps

Actually UA Expert does show historical events. From the top menu go to Document -> Add -> Event View. And then drag and drop the Server node (for all events on the server) or any other node (for subset of events) from the Address space explorer into the configuration window of the event view. Then in the event history tab you'll be able to specify start and end date and retrieve the events.

Use Kepware KepServer EX V5 Simulation for the getting the live data on to the Client.

Just create the group and add the items.

If you are good in programming , connect it to OPC Server and get the live tag data

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top