FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
06-21-2023 04:02 PM - last edited on 06-22-2023 08:27 AM by HmiGuide
Hello,
Mariusz
Solved! Go to Solution.
06-22-2023 08:26 AM
WebIQ currently does not provide built-in support for OPC-UA alarms. You can however use the built-in alarm management to observe item changes and raise alarms.
06-22-2023 08:35 AM
Thank you for answer.
Do you know if it is planned? If yes, do we have some date of release?
Do you see any chace to create maybe custom widget or any other possibility to realize this function?
Mariusz
06-26-2023 08:15 AM
You cannot do something like this with a custom widget because widgets only exist in the browser (frontend) and uses HTML, CSS and JavaScript.
This functionality however would have to be implemented in the server backend (WebIQ Server) and then added to WebIQ Designer for configuration as well.
It is not planned for the next release, maybe @webiq-eg can comment on this?
06-26-2023 08:17 AM
The only viable workaround I see currently would be to create an OPC-UA client with e.g. Node-OPCUA which would then connect to the OPC-UA server that emits the OPC-UA alarms and simply set normal items when such alarms occur that can then again be observed by WebIQ.