How to set the OPC source timestamp with writeValue()?

Dear MATLAB community,
I am currently trying to establish a connection between MATLAB's OPC toolbox and a python OPC-UA server (aysncua). When manipulating variables on the server, it is very helpful to provide the local UTC time of the client as a source timestamp.
Apparently, MATLAB does not send a source timestamp when using writeValue(uaClient, node, value), as can be seen in Wireshark:
I tried various things and studied the docs but could not find advice on how to send the current system time. Can anybody give me a hint?

 採用された回答

Martin Kosch
Martin Kosch 2020 年 5 月 19 日

0 投票

I found the solution myself: It was no MATLAB issue. Instead, the FreeOpcUa python server I am using does not support setting time stamps.

その他の回答 (0 件)

製品

リリース

R2019a

タグ

質問済み:

2020 年 3 月 30 日

回答済み:

2020 年 5 月 19 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by