Anirudh K. answered 08/27/25
MS in Electrical and Computer Engineering at UCLA
- Each sensor provides a HIGH voltage output when its respective value (pressure or temperature) exceeds the maximum.
- This HIGH sensor output is fed into a NOT gate (inverter) to convert it to a LOW voltage if conditions are excessive (i.e., normal sensor voltage is HIGH).
- The outputs of the two inverters are then connected to the inputs of an OR gate.
- The OR gate's function is to output a HIGH signal if either of its inputs is HIGH. In this case, it would be HIGH when either of the original sensors are within their normal range (meaning their inverted signals are LOW).
- The output of the OR gate is then fed into another NOT gate.
- This final NOT gate converts the OR gate's HIGH output (when both conditions are normal) into a LOW voltage.
- The alarm requires a LOW voltage input to activate, so it will be triggered by this final LOW output, indicating that the normal conditions are no longer met.