Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QT /OPC UA - Client/Server
Forum Updated to NodeBB v4.3 + New Features

QT /OPC UA - Client/Server

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 3 Posters 2.3k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    ODБOï
    wrote on 11 Aug 2017, 12:26 last edited by
    #1

    Hello,

    I'm trying to use this implementation of OPCUA ( https://open62541.org/ ) to create Qt OPCUA Client.

    My probleme is that don't know how to correctly include this single file (.h / .c) implementation.

    Can someone show me link / pdf on this topic plz ?

    I managed to create opcua client / server with Eclipse CDT but I need Qt to create nice GUI.

    Thx in advance

    LA

    J 1 Reply Last reply 14 Aug 2017, 10:20
    0
    • F Offline
      F Offline
      fmeerkoetter
      wrote on 18 Jan 2018, 20:08 last edited by
      #4

      Not that with Qt 5.11 onwards there will be a qt module for OPC UA. Its not a complete stack, but rather an API which is built on top of an existing stack. There are currently several of these backends - one of them is based on Open62541 (dev branch, 0.3 for the release)

      1 Reply Last reply
      2
      • O ODБOï
        11 Aug 2017, 12:26

        Hello,

        I'm trying to use this implementation of OPCUA ( https://open62541.org/ ) to create Qt OPCUA Client.

        My probleme is that don't know how to correctly include this single file (.h / .c) implementation.

        Can someone show me link / pdf on this topic plz ?

        I managed to create opcua client / server with Eclipse CDT but I need Qt to create nice GUI.

        Thx in advance

        LA

        J Offline
        J Offline
        jsulm
        Lifetime Qt Champion
        wrote on 14 Aug 2017, 10:20 last edited by
        #2

        @LeLev Well, you add those files to SOURCES and HEADERS in your pro file:

        SOURCES += open62541.c \
        
        HEADERS += open62541.h  \
        

        Run qmake and build.

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        4
        • O Offline
          O Offline
          ODБOï
          wrote on 14 Aug 2017, 14:51 last edited by
          #3

          That was a little bit more complicated but it's done now.

          thx

          LA

          1 Reply Last reply
          1
          • F Offline
            F Offline
            fmeerkoetter
            wrote on 18 Jan 2018, 20:08 last edited by
            #4

            Not that with Qt 5.11 onwards there will be a qt module for OPC UA. Its not a complete stack, but rather an API which is built on top of an existing stack. There are currently several of these backends - one of them is based on Open62541 (dev branch, 0.3 for the release)

            1 Reply Last reply
            2

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved