jackybek

Results 30 issues of jackybek

## Description I run the following commands in sequence: 1. make 2. make doc 3. make doc_pdf after step 3, it says: The LaTeX files are in ../doc_latex. **Run 'make'...

Component: Documentation

I followed the instructions under TUTORIAL->USER GUIDE->Create new application. In para 6, it states that i can change the compiler standards from c90 (default) to c99 by adding 2 additional...

I have a top-menu: Project, View, Server, Document, Settings, Help Under View, i have menu items : Project, Address Space, Log, Attributes. Upon startup, I set the menuitem_state to ekGUI_ON...

Based on the examples, i noticed that the flyout windows i created: 1. Does not stay on-top of the app->window. Meaning that the flyout windows are obscured when i click...

documentation
enhancement

## Description I get this error during the build process. I already turned off the flag : UA_FORCE_WERROR:BOOL=OFF ~~~ [110/120] Building C object CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/securitypolicy_common.c.o FAILED: CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/securitypolicy_common.c.o /usr/local/gcc14.2.0/bin/gcc14.2.0 -DUA_DYNAMIC_LINKING_EXPORT -I/home/cnc/open62541/deps/mqtt-c/include -I/home/cnc/open62541/deps...

## Description valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --log-file=valgrind_report.txt ./myNewServer I run the above to check for memory leaks. After my program started up and run a couple of iterations, i terminated...

i gather from the source codes in github that nodeset compiler / generator generates c code from xml files to create opcua nodes, instead of hardcoding them. question: 1. besides...

## Description I followed the example in test/server/check_accesscontrol.c ~~~ UA_ServerConfig *config = UA_Server_getConfig(uaServer); // Instatiate a new AccessControl plugin that knows username/pw UA_Boolean allowAnonymous = UA_TRUE; UA_SecurityPolicy *sp = &config->securityPolicies[config->securityPoliciesSize-1];...

## Description I followed the example given in github and modified to fit my use case of 40 variables. #define NO_OF_FIELDS 40 1. I configured the dataSetReader with 40 variables:...

## Description ## Background Information / Reproduction Steps During runtime, i am getting these messages BadTimestampNotSupported when attempting to read Historical data. I checked my code and confirmed that i...