Re: [Interest] QtOpcUa Open62541 encryption

2022-11-11 Thread Luís Filipe Salé Borlido
Hi, The last test I did I also had to make some changes in some files. Some notes I have are in the following files (not sure if I added or changed): - qtopcua\src\3rdparty\open62541.pri - win32-msvc: LIBS += ws2_32.lib advapi32.lib - win32-g++: LIBS += -lws2_32 -ladvapi32 -

[Interest] QtOpcUa Open62541 encryption

2022-11-11 Thread Daesdemon
Hello Qt Folks I am trying to compile QtOpcUa with Open62541 backend with encryption enabled (on Qt 5.15.2 Windows MSVC 2019 with qtcreator) I found that mbedtls is required. I compiled it without problems but i am unable to make this library recognized by qmake. How can i make qtConfig(m

Re: [Interest] QTOPCUA: Received Publish Response with code BadSessionNotActivated

2021-02-25 Thread Klaus Schwarzkopf
Sorry, I meant 5.15.2 On 25 February 2021 22:44:47 GMT, Thiago Macieira wrote: >On Thursday, 25 February 2021 13:37:56 PST Klaus Schwarzkopf wrote: >> i upgrade to 5.12.2 and fixed the bugs, but i have still problems. If >> you want, i can share the patch. > >Upgrade to 5.15.2 > >-- >Thiago Ma

Re: [Interest] QTOPCUA: Received Publish Response with code BadSessionNotActivated

2021-02-25 Thread Thiago Macieira
On Thursday, 25 February 2021 13:37:56 PST Klaus Schwarzkopf wrote: > i upgrade to 5.12.2 and fixed the bugs, but i have still problems. If > you want, i can share the patch. Upgrade to 5.15.2 -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel DPG Cloud Engineering

Re: [Interest] QTOPCUA: Can't compile with UACpp plugin

2021-02-25 Thread Klaus Schwarzkopf
Hello Thiago, it was a good tip. I installed libcrypto beside libssl and libxml2 too. i removed the condidion in the file src/opcua/configure.json "condition": "!config.win32 && var.QT_EDITION != 'OpenSource'" Now i got the next error. The company Unified Automation says, maybe the wrapper i

Re: [Interest] QTOPCUA: Received Publish Response with code BadSessionNotActivated

2021-02-25 Thread Klaus Schwarzkopf
Hello Frank, i upgrade to 5.12.2 and fixed the bugs, but i have still problems. If you want, i can share the patch. Then i installed the packages from https://open62541.org/ and made qtopcua working, but i got the same problems. sudo add-apt-repository ppa:open62541-team/ppa sudo apt-get up

Re: [Interest] QTOPCUA: Received Publish Response with code BadSessionNotActivated

2021-02-25 Thread Frank Meerkoetter
Hi Klaus, Am 24.02.21 um 17:03 schrieb Klaus Schwarzkopf: Hello, when i connect to a Siemens SIMATIC S7-1500 SPS, it looks everything good. I can subscribe and receive the values of the subscribed node ids. Also i can change values there, but after some seconds, i get the following warnings

Re: [Interest] QTOPCUA: Can't compile with UACpp plugin

2021-02-24 Thread Thiago Macieira
On Wednesday, 24 February 2021 08:12:50 PST Klaus Schwarzkopf wrote: > looking for library uacpp > Trying source 0 (type uacpp) of library uacpp ... >=> source failed condition 'config.win32 && var.QT_EDITION != > 'OpenSource''. > Trying source 1 (type uacpp) of library uacpp ... >=> source

[Interest] QTOPCUA: Can't compile with UACpp plugin

2021-02-24 Thread Klaus Schwarzkopf
Hello, i want to try qtopcua with the UACpp plugin, but it doesn't work Environment: Ubuntu 20.04 UACpp: uasdkcppbundlepubsub-bin-EVAL-debian9.3-x86_64-gcc6.3.0-v1.7.3-505.tar.gz How i tried it: klaus@klaus-HP-Pavilion-All-in-One-24-k0xxx:~$ sudo apt-get install cmake cmake-curses-gui cmak

[Interest] QTOPCUA: Received Publish Response with code BadSessionNotActivated

2021-02-24 Thread Klaus Schwarzkopf
Hello, when i connect to a Siemens SIMATIC S7-1500 SPS, it looks everything good. I can subscribe and receive the values of the subscribed node ids. Also i can change values there, but after some seconds, i get the following warnings and i can't get/set values anymore. Environment: Ubuntu 20

Re: [Interest] QtOpcUa

2019-01-06 Thread Alex Blasche
Hi, You need to follow the instructions from the OPCUA documentation and of course first install Open62541. https://doc.qt.io/QtOPCUA/qtopcua-build-open62541.html Having said all that there were some issues in 5.12 which may or may not affect you (depending on what QtOpcua baseline you use) .

Re: [Interest] QtOpcUa 5.12.0 build

2018-12-19 Thread Maurice Kalinowski
: Interest On Behalf Of AGAYEV, LEVON Sent: Tuesday, December 18, 2018 3:39 PM To: interest@qt-project.org Subject: [Interest] QtOpcUa 5.12.0 build Hello, I’m trying to build QtOpcUa 5.12 (with qtopcua5.11 i have no issues) Platform : Windows Qt : Qt 5.12.0 Compiler : Mingw 62bit QtOpcUa backend

Re: [Interest] QtOpcUa 5.12.0 build

2018-12-18 Thread Thiago Macieira
On Tuesday, 18 December 2018 06:39:16 PST AGAYEV, LEVON wrote: > After I call qmake I should have an output like : > > > > Open62541……..yes > > > > But I got ‘no’. Take a look at the config.log file. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Int

[Interest] QtOpcUa 5.12.0 build

2018-12-18 Thread AGAYEV, LEVON
Hello, I’m trying to build QtOpcUa 5.12 *(with qtopcua5.11 i have no issues)* Platform : Windows Qt : Qt 5.12.0 Compiler : Mingw 62bit QtOpcUa backend : Open62541 After I call qmake I should have an output like : Open62541……..yes But I got ‘no’. The exact same qmake