Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
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.

Respuestas (1)

Vignesh
Vignesh el 19 de Dic. de 2017
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 comentario
Alexander
Alexander el 21 de Dic. de 2017
Editada: Alexander el 21 de Dic. de 2017
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...).

Iniciar sesión para comentar.

Categorías

Más información sobre Christmas / Winter en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by