File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,22 +13,22 @@ config:
1313---
1414flowchart LR
1515 subgraph s2["DSP"]
16- n7["Process Data"]
17- n8["ECC Data is bogus?"]
16+ n7["Process<br> Data"]
17+ n8["ECC Data<br> is bogus?"]
1818 n9["DSP Crashes"]
19- n10["Continue with normal operation"]
20- n11["Was the DSP sending a pulse to the laser?"]
19+ n10["Continue with<br> normal operation"]
20+ n11["Was the DSP<br> sending a pulse<br> to the laser?"]
2121 end
2222 subgraph s3["LASER"]
23- n14["Pulse drive coils"]
23+ n14["Pulse driven<br> coils"]
2424 end
2525 n7 --> n8
2626 n8 -- YES --> n9
2727 n8 -- NO --> n10
2828 n9 --> n11
2929 n11 --> n12["YES"] & n13["NO"]
3030 n12 -- BURN! --> n14
31- n13 -- "Non-repsonsive until console reset" --> s3
31+ n13 -- "Non-repsonsive</br> until console reset" --> s3
3232 s3 -- Read data from disc --> n7
3333 n8@{ shape: diam}
3434 n11@{ shape: diam}
You can’t perform that action at this time.
0 commit comments