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

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개)

카테고리

질문:

2016년 8월 16일

댓글:

2016년 8월 16일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by