필터 지우기
필터 지우기

If else then Simulink

조회 수: 2 (최근 30일)
Darka
Darka 2014년 4월 1일
이동: Sabin 2022년 12월 18일
Hello,
want to use IF, ELSE, THEN statements in Matlab Simulink for this application.
I want to turn off the AC motor if the temperature in first tank is greater than 60 degrees OR the temperature in second tank is lower than 90 degrees.
The motor should work if the temperature in the first tank is lower than 60 degrees OR the temperature in the second tank is greater than 90 degrees.
Also, if AC motor had been working for some time and afterwards was turned off, it is not possible to turn it on earlier than after 15 minutes.
How to use Matalb Simulink blocks to organize such work of the system?
Best regards,
Darka

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2014년 4월 1일
이동: Sabin 2022년 12월 18일
x1>60 | x2<90
x1<60 | x2>90
Your two expressions can be true at the same time

카테고리

Help CenterFile Exchange에서 Motor Drives에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by