I have a simulink model, and it has a clock. The model has many subsystems. I require to turn on a switch at a particular time of the simulation in one of the subsystems. How should I do that? (eg, at 10secs in that clock time (as it displays the time), I want the switch to act).
I initially put the time output into a workspace t. Then, I took a simple switch, where I put the control input as t, and mentioned the threshold. This would not work, since t is an array or struct.
Can anyone help?

답변 (1개)

Seth Popinchalk
Seth Popinchalk 2011년 7월 13일

3 개 추천

Use the output of the Clock as the control signal for the switch. Then the threshold can be set to the time you would like it to switch. Specify Greater than the threshold or greater than or equal to to get the desired behavior.
If the switch is inside a subsystem and the clock is at the root of your model, you may need to add another inport to your subsystem to pass the signal into the subsystem.
Alternatively, the clock can be added to the subsystem and directly connected to the switch. The clock does not have to reside at the root of the model.

댓글 수: 3

Sampriti Bhattacharyya
Sampriti Bhattacharyya 2011년 7월 13일
Thanks, that really helped. It did work, thanks a lot!
janaka Amarasooriya
janaka Amarasooriya 2022년 1월 2일
It worked, really thanks for the answer
Jyotishman
Jyotishman 2024년 11월 4일
편집: Jyotishman 2024년 11월 4일
If i want to connect this switch in parallel with a reasistor and a inductor, how can i connect?

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Subsystems에 대해 자세히 알아보기

제품

질문:

2011년 7월 13일

편집:

2024년 11월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by