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. QTcpSocket to PLC S1200
Forum Update on Monday, May 27th 2025

QTcpSocket to PLC S1200

Scheduled Pinned Locked Moved Unsolved General and Desktop
siemensplcqtcpsoketqtcpserverethernet
4 Posts 4 Posters 831 Views
  • 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.
  • A Offline
    A Offline
    AlexisLara19
    wrote on 17 Aug 2021, 17:18 last edited by
    #1

    Hi, I have been doing a HMI interface on Linux. I found the Snap7 library but don't works fine, is there any way to connect S1200 PLC by QTcpSocket (or something similar) and read a specific DB or input?.
    I 'm new and some example would be very helpful for me.

    P 1 Reply Last reply 19 Aug 2021, 00:32
    0
    • M Offline
      M Offline
      mchinand
      wrote on 17 Aug 2021, 17:39 last edited by
      #2

      Do you have any documentation on how to communicate with a PLC S1200 (preferably links that you can share here)? If it supports TCP communication, you more than likely can communicate with it using QTcpSocket.

      1 Reply Last reply
      1
      • C Offline
        C Offline
        ChrisW67
        wrote on 18 Aug 2021, 08:28 last edited by
        #3

        It looks to me that the Siemens S7-1200 device uses PROFINET. There is a protocol implemented on top of IP with either UDP or TCP. While you should be able to connect using a QTcpSocket (or QUdpSocket), most of the work will be in the protocol. That is what Snap7 provides.

        Generic Qt networking examples should be enough to cover establishing TCP/UDP communication. Implementing the S7 protocol is definitely well outside the scope of Qt forum.

        1 Reply Last reply
        4
        • A AlexisLara19
          17 Aug 2021, 17:18

          Hi, I have been doing a HMI interface on Linux. I found the Snap7 library but don't works fine, is there any way to connect S1200 PLC by QTcpSocket (or something similar) and read a specific DB or input?.
          I 'm new and some example would be very helpful for me.

          P Offline
          P Offline
          Pablo J. Rogina
          wrote on 19 Aug 2021, 00:32 last edited by
          #4

          @AlexisLara19 said in QTcpSocket to PLC S1200:

          but don't works fine

          What are the issues?
          The problem is that you cannot use it with Qt?
          Are you able to use it standalone?

          Upvote the answer(s) that helped you solve the issue
          Use "Topic Tools" button to mark your post as Solved
          Add screenshots via postimage.org
          Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

          1 Reply Last reply
          0

          1/4

          17 Aug 2021, 17:18

          • Login

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