ASHRAE Terminology

A Comprehensive Glossary of Terms for the Built Environment
ashrae.org/ashraeterms

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
control logic

control logic is the diagrammatical flow chart of operations of programming for software that controls the operations of the program. The control logic responds to commands from an input and generates an output to perform operation-related tasks. Control logic can be modeled using a state diagram, which is a form of hierarchical state machine. These state diagrams can also be combined with flow charts to provide a set of computational semantics for describing complex control logic.