필터 지우기
필터 지우기

How divide states (run and stop, normal and alarms, summer and winter) in Stateflow for ventilation?

조회 수: 1 (최근 30일)
What is the best Stateflow structure (states) for ventilation system? It can be stopped or run. Run automatically or manually. There are also alarms. It has fan, heater, damper, pump and valve which have different algorithms in summer and winter periods.

답변 (1개)

Vignesh
Vignesh 2017년 12월 19일
You might want to look at the demo sf_climate_control for an example of a similar system. It uses a Stateflow construct called Truth Table
  댓글 수: 1
Alexander
Alexander 2017년 12월 21일
편집: Alexander 2017년 12월 21일
1) This is very primitive system. Also it could be shortened (3 situations: t-> heater, t-> cooler, h-> humidifier). State/transition diagram is more readable because we see the paths from source state to destination states. And, if we have 10 inputs then Truth Table has 2^10 combinations.
2) The problem is how to divide equipment (fans, valves, dampers...) from modes (run, stop, alarms...).

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

카테고리

Help CenterFile Exchange에서 Christmas / Winter에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by