You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could not find a suitable tutorial on how to install this on Windows 10.
Install winpython https://winpython.github.io/ check!
Use pip to install opcua-modeler: pip install opcua-modeler check!
Run via the script pip created: YOUR_INSTALL_PATH\Python\Python35Python\Python35-32\Scripts\opcua-modeler.exe check!
But the console closes instantly. It states that to "use the open62541 backend, open65241.so must be available as well as the its python wrapper". I installed open62541 using the shared libs option and amalgamation off. But on Windows I do not have a open62541.so rather than open62541.lib/.dll. The installation of the python wrapper is briefly explained here.
$ git clone https://github.com/open62541/open62541.git
$ cd open6541
$ git checkout 0.3
$ git submodule update
$ mkdir build
$ cd build
$ cmake -DBUILD_SHARED_LIBS=ON -DUA_ENABLE_FULL_NS0=ON ..
$ make
Pretty much did that, just with cmake gui and Visual Studio. I did not use the git checkout 0.3 while cloning, is this important?
Could somebody explain me the rest and how it is used for the opcua-modeler?
thx
The text was updated successfully, but these errors were encountered:
I could not find a suitable tutorial on how to install this on Windows 10.
But the console closes instantly. It states that to "use the open62541 backend, open65241.so must be available as well as the its python wrapper". I installed open62541 using the shared libs option and amalgamation off. But on Windows I do not have a open62541.so rather than open62541.lib/.dll. The installation of the python wrapper is briefly explained here.
$ git clone https://github.com/open62541/open62541.git
$ cd open6541
$ git checkout 0.3
$ git submodule update
$ mkdir build
$ cd build
$ cmake -DBUILD_SHARED_LIBS=ON -DUA_ENABLE_FULL_NS0=ON ..
$ make
Pretty much did that, just with cmake gui and Visual Studio. I did not use the git checkout 0.3 while cloning, is this important?
Could somebody explain me the rest and how it is used for the opcua-modeler?
thx
The text was updated successfully, but these errors were encountered: