jackybek

Results 64 comments of jackybek

status update: Integration to modbus TCP is now completed. This allows me to declare multiple modbus TCP slaves in env parameters, and the function will create ua server nodes mirroring...

Resolved the missing labels text.

I resolved the modal window issue.

I solved the windowOnClose() issue.

i renamed the original build directory and run the following commands: sudo cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS="-g2" -DCMAKE_CXX_FLAGS="-g2" -DCMAKE_INSTALL_PREFIX=/usr/local/nappgui --fresh sudo cmake --build build --clean-first I still get...

You forgot to load the LDS certificates in your open62541 server as trustlist. Similarly, You also need to load the open62541 server certificate into the trustlist of the LDS.

i tested this capability by setting the interval to 0 but it does not disable the callback. After studying the source code, do i have to extend this function to...

currently i successfully implemented SIGINT to detect ctrl+C to turn off/ on all callbacks during runtime. however, there is no way to selectively turn on/off individual callbacks eg ctrl+1 for...

UA_AccessControl_defaultWithLoginCallback - the attached callback function will be called when a user logs in to opcua server using matrikon, uaExpert or a client application built using open62541 libraries. Is there...

Yes i am writing my own access control module. But i suspect the callback can only take in a single parameter. When i passed in char* userid, i can retrieve...