From a86913c3a283730b11949bd64a5e3937f8197cdb Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 6 Jan 2025 19:02:08 -0700 Subject: [PATCH] Update Workflows/Battery Backups/APC Cell Wiring Diagram.md --- .../APC Cell Wiring Diagram.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Workflows/Battery Backups/APC Cell Wiring Diagram.md b/Workflows/Battery Backups/APC Cell Wiring Diagram.md index 2849c73..ab73243 100644 --- a/Workflows/Battery Backups/APC Cell Wiring Diagram.md +++ b/Workflows/Battery Backups/APC Cell Wiring Diagram.md @@ -8,11 +8,11 @@ graph TB %% Define cells and connections Cell1["Cell 1
Black (Negative) to Black (Negative)"] -.-> AndersonNeg["Anderson Connector Negative
(Black)"] - Cell1 --> |"Red (Positive) to Black (Negative)"| Cell2["Cell 2
Red (Positive) to Black (Negative)"] - Cell2 --> |"Red (Positive) to Black (Negative)"| Cell3["Cell 3
Red (Positive) to Black (Negative)"] - Cell3 --> |"Red (Positive) to Fuse"| Fuse["30A Fuse"] - Fuse --> |"Red (Positive) to Black (Negative)"| Cell4["Cell 4
Red (Positive) to Black (Negative)"] - Cell4 --> |"Red (Positive) to Anderson Connector Positive"| AndersonPos["Anderson Connector Positive
(Red)"] + Cell1 -->|"Red (Positive) to Black (Negative)"| Cell2["Cell 2
Red (Positive) to Black (Negative)"] + Cell2 -->|"Red (Positive) to Black (Negative)"| Cell3["Cell 3
Red (Positive) to Black (Negative)"] + Cell3 -->|"Red (Positive) to Fuse"| Fuse["30A Fuse"] + Fuse -->|"Red (Positive) to Black (Negative)"| Cell4["Cell 4
Red (Positive) to Black (Negative)"] + Cell4 -->|"Red (Positive) to Anderson Connector Positive"| AndersonPos["Anderson Connector Positive
(Red)"] %% Define styles classDef battery fill:#f2f2f2,stroke:#000,stroke-width:2px; @@ -31,10 +31,10 @@ graph TB class AndersonNeg negative; %% Define line colors for clarity - linkStyle 0 stroke:#000,stroke-width:2px; %% Black to Black for Anderson Neg - linkStyle 1 stroke:#ff0000,stroke-width:2px; %% Red (Pos) to Black (Neg) - linkStyle 2 stroke:#ff0000,stroke-width:2px; %% Red (Pos) to Black (Neg) - linkStyle 3 stroke:#ff0000,stroke-width:2px; %% Red (Pos) to Fuse - linkStyle 4 stroke:#ff0000,stroke-width:2px; %% Red (Pos) to Black (Neg) - linkStyle 5 stroke:#ff0000,stroke-width:2px; %% Red (Pos) to Anderson Pos + linkStyle 0 stroke:#000,stroke-width:2px; + linkStyle 1 stroke:#ff0000,stroke-width:2px; + linkStyle 2 stroke:#ff0000,stroke-width:2px; + linkStyle 3 stroke:#ff0000,stroke-width:2px; + linkStyle 4 stroke:#ff0000,stroke-width:2px; + linkStyle 5 stroke:#ff0000,stroke-width:2px; ``` \ No newline at end of file