Advertisement
earlution

Monitor/control abstract model

Jun 8th, 2020
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Sensor constantly monitors a physical effect.
  2. Sensor sends reading to microprocessor.
  3. Microprocessor has been programmed with thresholds for the physical effect.
  4. If reading goes beyond threshold,
  5. - then microprocessor sends signal to actuator (that controls means to modify physical effect), to change state.
  6. If reading from sensor is back within specified range,
  7. - then microprocessor sends signal to actuator to reset state.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement