WDTC widget | The OpcUa viewer widget

Hi Florent,

thank you for your prompt reply. I will inquire with local support to see if there is any way to change the alias during runtime. The widget is exactly what I need to see where I can store my data on the customer side, but unfortunately, the fixed alias makes it unusable for me.

Regards

Christian

Hi,

the widget uses the internal mechanisms of mapp View.
As mapp View does not need / support dynamic OPC-UA servers, there is also no way to adjust the configuration at runtime.

If you need this additional flexibility, you would need to look into “mapp Connect” - mapp Connect is an additional interface, not directly connected to mapp View / Widgets, which gives you access to a rest-based API, which you can use to connect to any OPC-UA server directly to read/write/subscribe data.

CHH

Hi Florent, great work building this widget.
Is it possible to interact with the OPC variables and trigger them, or at this stage can we only browse the OPC variable directory?

Hi @Andi_Sherifi
Currently this widget is read-only, I build it to browse and read variables values or informations like NodeId on OpcUa servers.
I could take a look at writing variables and also executing methods. If you want this feature could you please create an issue on the github repo?
Regards,
Florent