DEFAULT Execution Flow Sequence Diagram
graph LR
%% Configured Execution Flow for DEFAULT
subgraph "DEFAULT System Operation Sequence"
step1["1. Measure and Check Signals
Monitor operation"]
click step1 "measure_and_check_signals-sequence.html" "Open routine diagram" _blank
step2["2. Shutdown Laser
Complete system shutdown"]
step1 --> step2
end
classDef flowNode fill:#d9e6f2,stroke:#333,stroke-width:1px
class step1,step2 flowNode
Zoom: 100%