Is it possible to create an expression tag that can call a gateway message handler?
I have a gateway message handler that writes a command to an IEC61850 tag to an IED. Currently, I am using a button in Vision with system.util.sendRequest to call the gateway message handler.
So, is there a way for an expression tag to call out gateway message handler? I was thinking the runScript would have the flexibility to run scripts/functions. Let me know if that is possible or if there are other possible methods. I am asking this because i need to be able to convert the ‘write’ control command into a tag so I could integrate this tag to another SCADA platform via OPCUA. Because unfortunately the control IEC attributes are read-only when converted to OPC items.