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. How to Create a WITS Connection in TCP / IP mode ?
Forum Updated to NodeBB v4.3 + New Features

How to Create a WITS Connection in TCP / IP mode ?

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 395 Views 1 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.
  • A Offline
    A Offline
    Alex42
    wrote on 5 Aug 2021, 15:16 last edited by
    #1

    I have an application developed under C ++, QT Creator, and QT , And now I want to create a WITS connection To transmit the data of my application to a server that receives data in WITS mode.
    I never use this communication format, on the internet I do not find the documentation needed to create a WITS CONNECTION !.
    may be some one can give me advice or idea , "how to create a WITS Connection under C++ , Qt creator and QT ".
    Thank you in advance for your help.

    attached a link to a WITS simulator

    link text
    WITS
    "WITS (WELLSITE INFORMATION TRANSFER SPECIFICATION ) is a communications format used for the transfer of a wide variety of wellsite data from one computer system to another".

    R 1 Reply Last reply 5 Aug 2021, 15:29
    0
    • A Alex42
      5 Aug 2021, 15:16

      I have an application developed under C ++, QT Creator, and QT , And now I want to create a WITS connection To transmit the data of my application to a server that receives data in WITS mode.
      I never use this communication format, on the internet I do not find the documentation needed to create a WITS CONNECTION !.
      may be some one can give me advice or idea , "how to create a WITS Connection under C++ , Qt creator and QT ".
      Thank you in advance for your help.

      attached a link to a WITS simulator

      link text
      WITS
      "WITS (WELLSITE INFORMATION TRANSFER SPECIFICATION ) is a communications format used for the transfer of a wide variety of wellsite data from one computer system to another".

      R Offline
      R Offline
      raven-worx
      Moderators
      wrote on 5 Aug 2021, 15:29 last edited by raven-worx 8 May 2021, 15:29
      #2

      @Alex42
      reading a little bit about WITS, it doesnt rely on any transport layer.
      Means it can be transfered via TCP/IP or serial connection.

      So you would need to check the general structure of the WITS protocol first. (whcih is outsode of the scope of Qt and also this forum)
      Then send the data via the transport layer (e.g. QTcpSocket, QSerialPort, ...)

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      1
      • A Offline
        A Offline
        Alex42
        wrote on 6 Aug 2021, 06:50 last edited by
        #3

        @raven-worx , thank you for your response , by searching on the internet i found only 2 link explaine a litle bit about WITS Protocole .i didn't found explanation about structure of the WITS protocol ( how WITS transfered via TCP/IP or serial connection ( if you can give me a link or documentation explaine the structure of WITS protocole) , thank you in advance

        attached 2 link explain a litle bit about WITS protocole
        link text
        link text

        1 Reply Last reply
        0

        1/3

        5 Aug 2021, 15:16

        • Login

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