question archive A manufacturing process is controlled by a built in logic circuit
Subject:Computer SciencePrice: Bought3
A manufacturing process is controlled by a built in logic circuit. The process receives a stop signal (X=1) based on certain conditions as shown in the following table. Inputs Binary Conditions
V
1 Volume > 1000 litres 0 Volume <= 1000 litres
T
1 Temperature > 75oC 0 Temperature <= 75oC
S
1 Speed > 15 metres/second 0 Speed <= 15 metres/second
Build and simulate a circuit illustrating that a stop signal (X=1) occurs when either ? Volume >1000 litres and Speed <= 15 metres/second OR ? Temperature <= 750 C and Speed >15 metres/second