TCPIP connection timing out when streaming data from MTConnect
Mostra commenti meno recenti
When accessing MTConnect string data using a TCPIP connection - the connection keeps intermittently timing out. The data stream works for a time then pauses. I would like to access the data in real-time however when I leave the connection open and repeat the fgets command then it results in errors. This is the code I am currently using:
I'm using the following in a loop:
fopen(tcpObject);
lineMach=fgets(tcpObject) ;% using fgets rather than fscanf prevents TCPIP connection timing out
fclose(tcpObject);
I keep gettting the following error message:
Warning: A timeout occurred before the Terminator was reached.
'tcpip' unable to read any data. For more information on possible reasons, see TCPIP Read Warnings.
Risposte (1)
Jyotsna Talluri
il 6 Ago 2019
0 voti
Hi,
The below link provides all the possible causes of errors and ways to solve them
Hope it helps..
1 Commento
Robert Ward
il 7 Ago 2019
Categorie
Scopri di più su TCP/IP Communication in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!