bring the schematic up to date
This commit is contained in:
parent
56d3bb9807
commit
242617b9d3
Binary file not shown.
@ -12,7 +12,7 @@
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
|
||||
\rhead{\includegraphics*[scale=0.03]{bilder/Fasttube_Logo.png}}
|
||||
\rhead{\includegraphics*[scale=0.03]{bilder/Fasttube-Logo.png}}
|
||||
|
||||
\rfoot{Page \thepage \hspace{1pt} of \pageref{LastPage}}
|
||||
|
||||
@ -21,78 +21,135 @@
|
||||
\ctikzset{bipole label style/.style={color=black}}
|
||||
|
||||
\begin{document}
|
||||
\lhead{\large TS Accumulator}
|
||||
\begin{center}
|
||||
\lhead{\large Car 313, 06.03.2025, Rev. 1}
|
||||
\chead{\large TS Accumulator}
|
||||
\begin{center}
|
||||
\begin{circuitikz}[thick]
|
||||
% TODO: ADD Precharge relay name, change AIRs name?, change HV-Stecker name, add molex sexy stecker name
|
||||
% HV+ Pfad bis Stecker
|
||||
\draw[red] (0,0) -- (6,0) to [nos,l={AIR+}] (8,0) to[short,-o] (16,0);
|
||||
\draw[red] (0,0) -- (6,0)
|
||||
to [nos,l={AIR+}, color=black] (8,0)
|
||||
to (17,0) node[iecsocketL, color=black](s1){} ;
|
||||
% Precharge
|
||||
\draw[brown] (4,0) to[short,*-] (4,1) to[R, l=$R_{precharge}$, color=black, a={$10k\Omega, 50W$}] (6,1) to[nos,l={Precharge}, color=black] (8,1) to[short,-*] (8,0);
|
||||
\draw[brown] (2,0)
|
||||
to [short,*-,color=black] (2,2)
|
||||
to [thRp, l=$R_{precharge}$, color=black, a={$500\Omega, 50W$}] (6,2)
|
||||
to [nos,l={Precharge}, color=black] (8,2)
|
||||
-- (8.5,2)
|
||||
to [short,-*,color=black] (8.5,0);
|
||||
% Batterie / AMS
|
||||
\draw[red] (0,0) -- (0,-1) to[battery,o-o, color=black] (0,-3) -- (0,-4);
|
||||
\draw[red] (0,0) -- (0,-1)
|
||||
to [battery,o-o, color=black] (0,-3) -- (0,-4);
|
||||
\draw (0,-1) -- (2,-1)
|
||||
to [voltmeter, l={AMS}, color=black] (2,-3)
|
||||
-- (0,-3);
|
||||
\draw[dotted] (0,-4.5) -- (0,-5.5);
|
||||
\draw[red] (0,-6) -- (0,-7) to[battery,o-o, color=black] (0,-9) -- (0,-10);
|
||||
\draw[red] (0,-6) -- (0,-7)
|
||||
to [battery,o-o, color=black] (0,-9) -- (0,-10);
|
||||
\draw (0,-7) -- (2,-7)
|
||||
to [voltmeter, l={AMS}, color=black] (2,-9)
|
||||
-- (0,-9);
|
||||
\draw[<-] (-0.5,-1) -- (-1.5, -1.5);
|
||||
\draw(-3,-2) node[align=left]{Maintenance Plugs \\ Molex \\ 150A};
|
||||
\draw[->] (-1.5,-2.5) -- (-0.5, -3);
|
||||
\draw[<-] (-0.5,-8.5) -- (-1.5, -8.5);
|
||||
\draw(-4,-8.5) node[align=left]{TS Accumulator Segment \\ Cell: Molicel - INR-21700-P50A \\ Configuration: 16s4p \\ xA};
|
||||
% HV- Pfad bis Stecker
|
||||
\draw[red] (0,-10) to[fuse,a=$100A$, color=black] (3,-10) to[ammeter,a=$IVT-300$, color=black] (6,-10) to [nos,l={AIR-}, color=black] (8,-10) to[short,-o] (16,-10);
|
||||
\draw[red] (0,-10)
|
||||
to [fuse,l=$100A$, a={Adler-AE53100620}, color=black] (3,-10)
|
||||
to [ammeter,a={IVT-300}, color=black] (6,-10)
|
||||
to [nos,a={AIR-}, color=black] (8,-10)
|
||||
to (17,-10) node[iecsocketL, color=black](s1){} ;
|
||||
% AIR
|
||||
\draw[<-] (7,-0.5) -- (7, -4);
|
||||
\draw(7, -5) node[align=center]{AIRs \\ Tyco Electronics - LEV-100H \\ 150A};
|
||||
\draw[->] (7,-6) -- (7, -9.5);
|
||||
% IMD
|
||||
\draw[brown] (10,-10) to[twoport,*-*, color=black] (10,0);
|
||||
\draw[brown] (10,-10)
|
||||
to [twoport,*-*, t={IMD}, color=black] (10,0);
|
||||
% Indicator
|
||||
\draw[brown] (12,-10) to[twoport,*-*, color=black] (12,0);
|
||||
\draw[brown] (12,-10)
|
||||
to [twoport,*-*, t={VI}, color=black] (12,0);
|
||||
% Voltage vehicle side
|
||||
\draw[brown] (14,-10) to[voltmeter,a=$IVT-300$,l={to AMS},*-*, color=black] (14,0);
|
||||
\draw[brown] (14,-10)
|
||||
to [voltmeter,l={to TSAL \& Precharge State Detection},*-*, color=black] (14,0);
|
||||
% Connector
|
||||
\draw[<-] (17,-0.5) -- (17, -4);
|
||||
\draw(17, -5) node[align=center]{TSAC Connector \\ HVSLS600062A116 \\ 120A};
|
||||
\draw[->] (17,-6) -- (17, -9.5);
|
||||
|
||||
% LEGEND
|
||||
\draw[red] (0,4) -- ++(1,0);
|
||||
\draw (1,4) node[right]{$16mm^2$ unshielded EAIR ID};
|
||||
\draw[blue] (0,3.5) -- ++(1,0);
|
||||
\draw (1,3.5) node[right]{$16mm^2$ shielded EAIR ID};
|
||||
\draw[orange] (0,3) -- ++(1,0);
|
||||
\draw (1,3) node[right]{$10mm^2$ shielded EAIR ID};
|
||||
\draw[violet] (10,4) -- ++(1,0);
|
||||
\draw (11,4) node[right]{$0.5mm^2$ shielded};
|
||||
\draw[brown] (10,3.5) -- ++(1,0);
|
||||
\draw (11,3.5) node[right]{$0.5mm^2$ unshielded};
|
||||
\draw (1,4) node[right]{$16mm^2$ unshielded Coroflex - 9-2611 FHLR2GCB2G 16, 220A};
|
||||
\draw[brown] (0,3.5) -- ++(1,0);
|
||||
\draw (1,3.5) node[right]{$0.5mm^2$ unshielded};
|
||||
\end{circuitikz}
|
||||
\end{center}
|
||||
\end{center}
|
||||
|
||||
\newpage
|
||||
\lhead{\large Vehicle}
|
||||
\begin{center}
|
||||
\lhead{\large Car 313, 06.03.2025, Rev. 1}
|
||||
\chead{\large Vehicle}
|
||||
\begin{center}
|
||||
\begin{circuitikz}[thick]
|
||||
% TSAcc:
|
||||
% TSAC:
|
||||
\draw[dashed] (0,2) -- (1,2) -- (1,-12) -- (0,-12);
|
||||
\draw(0,2) node[above]{TS Accumulator};
|
||||
\draw[violet] (1,-1) to[short,o-] (5,-1) to[fuse,l={$??A$},-o] (5,-9.5);
|
||||
\draw[blue] (1,0) to[short,o-] (4,0);
|
||||
\draw[blue] (1,-10) to[short,o-] (4,-10);
|
||||
% TS-Wiring
|
||||
\draw[red] (1,0) node[iecplugR,color=black](s2){}
|
||||
to (3,0);
|
||||
\draw[red] (1,-10) node[iecplugR,color=black](s2){}
|
||||
to (3,-10);
|
||||
% HV Box
|
||||
\draw[dashed] (3,2) -- (12,2) -- (12,-12) -- (3,-12) -- (3,2);
|
||||
\draw(7.5,2) node[above]{HV-Splitter};
|
||||
\draw[dashed] (3,2) -- (13,2) -- (13,-12) -- (3,-12) -- (3,2);
|
||||
\draw(8,2) node[above]{HV-Splitter};
|
||||
% Datalogger
|
||||
\draw[blue] (4,-10) to[twoport,a=DL] (6,-10) -- (10,-10);
|
||||
\draw[blue] (3,-10)
|
||||
-- (5,-10)
|
||||
to [twoport, t=DL, color=black] (11,-10);
|
||||
% BSPD
|
||||
\draw[blue] (4,0) to[ammeter,l={to BSPD}] (6,0);
|
||||
\draw[blue] (3,0)
|
||||
-- (3.5,0)
|
||||
to [ammeter,l={to BSPD},a=\shortstack{LEM HO \\ 100-S-0100},color=black] (5.5,0);
|
||||
% HVD
|
||||
\draw[red] (6,0) to[twoport] (8,0) -- (10,0);
|
||||
\draw[blue] (5.5,0)
|
||||
to [closed jumper, l={HVD}, a=\parbox{3cm}{Hirose \\ EM30MSD A \\ (02)}, color=black] (7.5,0)
|
||||
-- (12,0);
|
||||
% Fuse
|
||||
\draw[teal] (8,0)
|
||||
to [short,*-, color=black] ++(0,0)
|
||||
to [fuse,l={1A},-*, color=black] (8,-9.5);
|
||||
% Discharge
|
||||
\draw[brown] (10,0) -- (8,-2) to[R,l={10k$\Omega$, 25W}] (8,-5) to[ncs,l={Discharge}] (8,-8) -- (10,-10);
|
||||
\draw[brown] (9.5,0)
|
||||
to [short,*-,color=black] ++(0,0)
|
||||
to[thRp,l={$R_{discharge}$},a={1k$\Omega$}, color=black] (9.5,-5)
|
||||
to[ncs,l={Discharge}, color=black] (9.5,-10)
|
||||
to [short,*-,color=black] ++(0,0);
|
||||
% TSAL
|
||||
\draw[brown] (10,0) to[voltmeter,l={to TSAL}] (10,-10);
|
||||
\draw[brown] (11,0)
|
||||
to [voltmeter,l={TSAL}, color=black] (11,-10);
|
||||
% TSMPs
|
||||
\draw[violet] (10,0) to[R,l={15k$\Omega$, 25W},*-] (12,-4) -- (13,-4);
|
||||
\draw[violet] (10,-10) to[R,l={15k$\Omega$, 25W},*-] (12,-6) -- (13,-6);
|
||||
\draw[brown] (11,0)
|
||||
to[R,l={15k$\Omega$, 25W},*-, color=black] (13,-4);
|
||||
\draw[teal] (13,-4)
|
||||
to (14,-4) node[bnc, color=black, xscale=-1](s1){\scalebox{-1}[1]{TSMP+}};
|
||||
\draw[brown] (11,-10)
|
||||
to [R,l={15k$\Omega$, 25W},*-, color=black] (13,-6);
|
||||
\draw[teal] (13,-6)
|
||||
to (14,-6) node[bnc, color=black, xscale=-1](s1){\scalebox{-1}[1]{TSMP+}};
|
||||
% Inverters
|
||||
\draw(16,-8) node[tdcacshape](il){};
|
||||
\draw(16,-4) node[tdcacshape](ir){};
|
||||
\draw[orange] let \p1 = (ir.dc1) in (10,0) -- (13,0) -- (13,\y1) -- (ir.dc1);
|
||||
\draw[orange] let \p1 = (il.dc1) in (10,0) -- (11,1) -- (14,1) -- (14,\y1) -- (il.dc1);
|
||||
\draw[orange] let \p1 = (ir.dc2) in (10,-10) -- (13,-10) -- (13,\y1) -- (ir.dc2);
|
||||
\draw[orange] let \p1 = (il.dc2) in (10,-10) -- (11,-11) -- (14,-11) -- (14,\y1) -- (il.dc2);
|
||||
\draw(17.5,-8) node[tdcacshape](il){};
|
||||
\draw(17.5,-4) node[tdcacshape](ir){};
|
||||
\draw[orange] let \p1 = (ir.dc1) in (11,0) -- (16.5,0) -- (16.5,\y1) -- (ir.dc1);
|
||||
\draw[orange] let \p1 = (il.dc1) in (11,0) -- (12,1) -- (15.5,1) -- (15.5,\y1) -- (il.dc1);
|
||||
\draw[orange] let \p1 = (ir.dc2) in (11,-10) -- (16.5,-10) -- (16.5,\y1) -- (ir.dc2);
|
||||
\draw[orange] let \p1 = (il.dc2) in (11,-10) -- (12,-11) -- (15.5,-11) -- (15.5,\y1) -- (il.dc2);
|
||||
% Motors
|
||||
\draw(19,-4) node[elmech](motr){M};
|
||||
\draw(19,-8) node[elmech](motl){M};
|
||||
\draw[orange] (ir.right) to[multiwire = 3, color=orange] (motr.left);
|
||||
\draw[orange] (il.right) to[multiwire = 3, color=orange] (motl.left);
|
||||
\draw(20,-4) node[elmech](motr){M};
|
||||
\draw(20,-8) node[elmech](motl){M};
|
||||
\draw[orange] (ir.right)
|
||||
to [multiwire = 3, color=orange] (motr.left);
|
||||
\draw[orange] (il.right)
|
||||
to [multiwire = 3, color=orange] (motl.left);
|
||||
|
||||
|
||||
% LEGEND
|
||||
@ -101,35 +158,40 @@
|
||||
\draw[blue] (0,3.5) -- ++(1,0);
|
||||
\draw (1,3.5) node[right]{$16mm^2$ shielded EAIR ID};
|
||||
\draw[orange] (0,3) -- ++(1,0);
|
||||
\draw (1,3) node[right]{$10mm^2$ shielded EAIR ID};
|
||||
\draw[violet] (10,4) -- ++(1,0);
|
||||
\draw (1,3) node[right]{$6mm^2$ shielded EAIR ID};
|
||||
\draw[teal] (10,4) -- ++(1,0);
|
||||
\draw (11,4) node[right]{$0.5mm^2$ shielded};
|
||||
\draw[brown] (10,3.5) -- ++(1,0);
|
||||
\draw (11,3.5) node[right]{$0.5mm^2$ unshielded};
|
||||
\end{circuitikz}
|
||||
\end{center}
|
||||
\end{center}
|
||||
|
||||
\newpage
|
||||
\lhead{\large Charger}
|
||||
\begin{center}
|
||||
\lhead{\large Car 313, 06.03.2025, Rev. 1}
|
||||
\chead{\large Charger}
|
||||
\begin{center}
|
||||
\begin{circuitikz}[thick]
|
||||
% Cables
|
||||
\draw[blue] (0,-4) -- (0,0) to [short, -o] (16,0);
|
||||
\draw[blue] (0,-6) -- (0,-10) to [short, -o] (16,-10);
|
||||
\draw[blue] (0,-4) -- (0,0)
|
||||
to (16,0) node[iecplugL, color=black](s1){} ;
|
||||
\draw[blue] (0,-6) -- (0,-10)
|
||||
to (16,-10) node[iecplugL, color=black](s1){} ;
|
||||
% Housing
|
||||
\draw[dashed] (2,1) -- (14,1) -- (14, -11) -- (2,-11) -- (2,1);
|
||||
\draw(8,1) node[above]{Charger-Housing};
|
||||
% Power-supply
|
||||
\draw[black] (0,-4) to [dcvsource, o-o, align=center, a=Delta Elektronika \\ SM 600-10 \\ 600V/10A, color=black, label/align=straight] (0,-6);
|
||||
\draw[brown] (0,-4) to [dcvsource, o-o, align=center, a=Delta Elektronika \\ SM 600-10 \\ 600V/10A, color=black, label/align=straight] (0,-6);
|
||||
% Discharge
|
||||
\draw[black] (8,0) -- (8,-2) to[R,l={10k$\Omega$, 20W}] (8,-5) to[ncs,l={Discharge}] (8,-8) -- (8,-10);
|
||||
\draw[brown] (8,0) -- (8,-2)
|
||||
to [thRp,l={1k$\Omega$},color=black] (8,-5)
|
||||
to [ncs,l={Discharge},color=black] (8,-8) -- (8,-10);
|
||||
% TSMPs
|
||||
\draw[black] (8,0) to [R,l={15k$\Omega$, 20W},o-] (11,-3) -- (14,-3) node[bnc, color=orange, xscale=-1](s1){\hspace{-11mm}\scalebox{-1}[1]{TSMP+}};
|
||||
\draw[black] (8,-10) to [R,l={15k$\Omega$, 20W},o-] (11,-7) -- (14,-7) node[bnc, color=orange, xscale=-1, yscale=-1](s2){\raisebox{2mm}{\hspace{-10mm}\scalebox{-1}[-1]{TSMP-}}};
|
||||
\draw[brown] (8,0) to [R,l={15k$\Omega$, 20W},o-,color=black] (11,-3) -- (14,-3) node[bnc, color=black, xscale=-1](s1){\hspace{-11mm}\scalebox{-1}[1]{TSMP+}};
|
||||
\draw[brown] (8,-10) to [R,l={15k$\Omega$, 20W},o-,color=black] (11,-7) -- (14,-7) node[bnc, color=black, xscale=-1, yscale=-1](s2){\raisebox{2mm}{\hspace{-10mm}\scalebox{-1}[-1]{TSMP-}}};
|
||||
|
||||
\draw[<-, orange] (13.75,-3.25) -- (13, -4);
|
||||
\draw[<-] (13.75,-3.25) -- (13, -4);
|
||||
\draw(12.5, -5) node[align=center]{4mm shrouded \\ banana jacks};
|
||||
\draw[->, orange] (13,-6) -- (13.75, -6.75);
|
||||
\draw[->] (13,-6) -- (13.75, -6.75);
|
||||
% Connector
|
||||
\draw[<-] (16,-0.5) -- (16, -4);
|
||||
\draw(16, -5) node[align=center]{TSAC Connector \\ HVSLS600062A116 \\ 120A};
|
||||
@ -138,8 +200,8 @@
|
||||
% LEGEND
|
||||
\draw[blue] (0,4) -- ++(1,0);
|
||||
\draw (1,4) node[right]{$16mm^2$ shielded - Coroflex 9-2611 FHLR2GCB2G 16, 220A};
|
||||
\draw[black] (13,4) -- ++(1,0);
|
||||
\draw (14,4) node[right]{$0.5mm^2$ unshielded};
|
||||
\draw[brown] (0,3.5) -- ++(1,0);
|
||||
\draw (1,3.5) node[right]{$0.5mm^2$ unshielded};
|
||||
\end{circuitikz}
|
||||
\end{center}
|
||||
\end{center}
|
||||
\end{document}
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
Reference in New Issue
Block a user