jackybek
jackybek
## Description ## Background Information / Reproduction Steps My OPC server instance is running on opc.tcp://192.168.1.44:4840. My UAExpert instance is running on host 192.168.1.157 (laptop). Without using Reverse Connect, UAExpert...
in a 3 tier architecture, the opcserver will have 3 nic 1. first nic for north bound traffic i.e to a mqtt broker 2. second nic for lateral traffic i.e....
## Description ## Background Information / Reproduction Steps i am implementing session tracking to block multiple logins by the same user. i already used UA_AccessControl_defaultWithLoginCallback(). here is the concept flow:...
## Description ## Background Information / Reproduction Steps Not sure if any one come across such a problem. Day 0 - generate a openssl v.3.x cert and key. Load in...
## Description When I create a node in OPCUA, i initialised it to 0.00. At the start of the server, i launch uaExpert HistoryTrend View and select this node. When...
## Description ## Background Information / Reproduction Steps Used CMake options: ```bash cmake -DUA_NAMESPACE_ZERO= .. ``` ## Checklist Please provide the following information: - [ x] open62541 Version (release number...
i am thinking of restarting the support for AMPQ. But instead of using qpid-proton libraries, i intend to use rabbitmq-c from https://github.com/alanxz/rabbitmq-c/releases.
## Description I get this error when trying to connect OPCUA [email protected] to [email protected] 0x80ac0000 = UA_STATUSCODE_BADCONNECTIONREJECTED If i use mosquitto-client_pub command on 192.168.1.109 to connect [email protected], i can connect...
any plans to extend current open62541 to a HA multi-node model ? i am thinking of starting this initiative. Or is it already available ? i also just made my...
is it possible for me to get a handle to the nappgui event loop ? i want to pass nappgui event loop handle to open62541 and use it to replace...