Verify TCP/IP connect while model is running
이전 댓글 표시
Hello all, I'm running a model that sends and receives data to a remote address using the TCP/IP Receive and TCP/IP Send blocks. The model will run in real time, and there is no guarantee that the connection won't be cut out at some point. I know those blocks have timeout features, but I would much rather have the model register a failure to connect and carry on than wait for reconnection. Is there any block or function that can tell that an address and port can't be reached without crashing the model? Many thanks.
댓글 수: 1
Adam Setters
2016년 8월 16일
Have you considered using stateflow? I can conceptualize a model where you have a "reconnect" state which you start at and then try to connect, and if the connection times out for either of the TCP blocks you transition to the "reconnect" state and try again.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Development Computer Setup에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!