How to Create a WITS Connection in TCP / IP mode ?
-
wrote on 5 Aug 2021, 15:16 last edited by
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". -
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".Moderatorswrote on 5 Aug 2021, 15:29 last edited by raven-worx 8 May 2021, 15:29@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, ...) -
wrote on 6 Aug 2021, 06:50 last edited by
@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/3