how to compare for just one time in simulink

in my circuit in simulink i have to compare the current with a constant and if this current is above some value it would disconnect one resistor but when this happens the current will be under the value spicified and the resistor is connected and it stays between connecting and disconnecting all the time of simulation . i wonder how to compare for just one time and keep the same value of the output signal from the compare to constant block after the comparision

 채택된 답변

TAB
TAB 2012년 5월 15일

2 개 추천

Put your comparision logic in enabled subsystem and enable the subsystem only on first sample time.
There can be many ways of enabling subsystem for only first sample time. One of which is as below
  1. Put your comparision logic in subsystem.
  2. Put an Enable port in the same subsystem.Make sure that State when enabling property of your enable block is set to held.
  3. Connect output of an Unit delay block to enable port of this subsystem.For unit delay block set Sample time-->-1, Initial condition-->1
  4. Connect a constant block to the input of Unit delay.For constant block set Constant Value-->0

댓글 수: 3

Do you know any way in which I could compare two values every specified interval of time (let's say every 2 seconds)? Thanks in advance
Do u know how to do that to compare values of signals from time to time...,?
@@Adrián Tham Ochoa I have been using variable time delay block for that purpose with external input for delay time and set it to constant, in your case 2 sec. In my case, the issue with this block is that it slows the whole simulation, consumes buffer size (used to save the data during the delayed time for continous delayed output).

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

추가 답변 (0개)

카테고리

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

태그

질문:

2012년 5월 15일

댓글:

2022년 4월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by