Written on: 10. 02. 2025 [12:58]
|
capvc
Martin Komin
Topic creator
registered since: 10.02.2025
Posts: 1
|
Hi,
I have a question how to do get value from OPC UA tag directly in widget processing javaScript, without define IO link, if possible this ?
thank you.
|
Written on: 10. 02. 2025 [22:32]
|
roman
Roman Savochenko
Moderator Contributor Developer
registered since: 12.12.2007
Posts: 3751
|
"capvc" wrote:
I have a question how to do get value from OPC UA tag directly in widget processing javaScript, without define IO link, if possible this ?
thank you.
All that you can do wrote in the documentation — http://oscada.org/wiki/Special:MyLanguage/Modules/OPC_UA
And OPC-UA operates by Nodes, not tags!
And you can easy define the Nodes in attributes for the Standard parameter type.
If you mean direct requesting OPC-UA, like to DAQ.ModBus messIO(string pdu), then the DAQ.OPC_UA module doesn't provide such function.
Learn, learn and learn better than work, work and work.
|