-
Notifications
You must be signed in to change notification settings - Fork 0
/
Feedback Loop.txt
25 lines (21 loc) · 2.48 KB
/
Feedback Loop.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
+---------------------+ +----------------------+ +---------------------+ +---------------------+ +----------------------+ +---------------------+
| Trigger Event | → | Immediate Reaction | → | Secondary Action | → | Conditional Check | ⇏ | Tertiary Reaction | → | Final Action |
| (User presses a | | (Signal sent to | | (Machine starts | | (Check for errors) | | (Alert sent to user) | | (User acknowledges |
| button) | | machine) | | operating) | | | | | | alert and resolves |
| | | | | | | | | | | the issue) |
+---------------------+ +----------------------+ +---------------------+ +---------------------+ +----------------------+ +---------------------+
↑ |
| |
| |
| |
| |
+-------------------------------------------------------↺ (Feedback Loop)------------------------------------------------------------------------+
Explanation:
1. Trigger Event (Action): The user presses a button, starting the process.
2. Immediate Reaction: A signal is sent to a machine.
3. Secondary Action: The machine starts operating.
4. Conditional Check: If the machine encounters an error, it sends an alert.
5. Tertiary Reaction: An alert is sent to the user.
6. Final Action: The user acknowledges the alert and resolves the issue.
7. Feedback Loop: Information from the final action is fed back to the Trigger Event, completing the loop.
This diagram shows the horizontal process flow with the feedback loop clearly looping back to the first block.