How come I can't interrupt a function execution immediately using Ctrl+C ?
조회 수: 12 (최근 30일)
이전 댓글 표시
Hi,
I'm using modbus function and when I initiate a connection with a bad IP address, I get an error as expected but it takes 15 seconds each time and there is no way to interrupt it faster, not even with Ctrl+C. I dug into modbus function and found a private method simply called 'connect'. The delay is all here and there's no timeout parameter. Is there a way to change its timeout parameter so it waits 2 seconds instead or at least interrupt its execution?
Thanks.
댓글 수: 0
답변 (1개)
Kirthi
2023년 2월 9일
Hello Alexandre,
I can answer your issue of Ctrl+C not working.
Go to Model settings => Simulation Target => Advanced parameters. Now check if the 'Break on Ctrl-C' option is enabled or not.
Break on Ctrl+C will not work if this option isn't checked.
Hope this helps !
댓글 수: 2
Kirthi
2023년 2월 14일
Hi Alexandre,
I understand your concern but there is no way you can change the time delay in execution of "modbus" function. However, we might consider resolving this in our future releases.
Thank you.
참고 항목
카테고리
Help Center 및 File Exchange에서 Modbus Communication에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!