forked from sinara-hw/datasheets
98 lines
3.6 KiB
TeX
98 lines
3.6 KiB
TeX
\input{preamble.tex}
|
|
\graphicspath{{images/5568}{images}}
|
|
|
|
\title{5568 HD68-IDC}
|
|
\author{M-Labs Limited}
|
|
\date{January 2022}
|
|
\revision{Revision 1}
|
|
\companylogo{\includegraphics[height=0.73in]{artiq_sinara.pdf}}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
|
|
\section{Features}
|
|
|
|
\begin{itemize}
|
|
\item{32 channels}
|
|
\item{Internal IDC connector}
|
|
\item{External HD68 connectors}
|
|
\end{itemize}
|
|
|
|
\section{Applications}
|
|
|
|
\begin{itemize}
|
|
\item{Branch out analog signal from: \begin{itemize}
|
|
\item{5432 DAC Zotino}
|
|
\item{5632 DAC Fastino}
|
|
\end{itemize}}
|
|
\item{BNC or SMA adapter when used with: \begin{itemize}
|
|
\item{5518 BNC-IDC}
|
|
\item{5528 SMA-IDC}
|
|
\end{itemize}}
|
|
\end{itemize}
|
|
|
|
\section{General Description}
|
|
The 5568 HD68-IDC card is a 4hp EEM module, part of the ARTIQ/Sinara family. It is an adapter card that converts IDC connections to or from HD68 connections. It can be connected via external HD68 cable to 5518 BNC-IDC or 5528 SMA-IDC cards.
|
|
|
|
Each card supports 32 channels, with one HD68 connector and four IDC connectors. Each IDC connector supports 8 channels. All 32 channels can be accessed using an external HD68 cable.
|
|
|
|
% Switch to next column
|
|
\vfill\break
|
|
|
|
\begin{figure}[h]
|
|
\centering
|
|
\scalebox{1}{
|
|
\begin{circuitikz}[european, scale=0.95, every label/.append style={align=center}]
|
|
|
|
% HD68 Connector
|
|
\draw (0, 0) node[muxdemux, muxdemux def={Lh=6.5, Rh=8, w=2, NL=0, NB=0, NR=0}, circuitikz/bipoles/twoport/width=3.2, scale=0.7] (hd68) {HD68};
|
|
|
|
% IDC Connectors to IDC cards
|
|
\draw (3.0, 1.8) node[twoportshape, t={\twocm{IDC}{CH 16-23}}, circuitikz/bipoles/twoport/width=1.8, scale=0.7, rotate=-90] (eem2) {};
|
|
\draw (1.8, 1.8) node[twoportshape, t={\twocm{IDC}{CH 24-31}}, circuitikz/bipoles/twoport/width=1.8, scale=0.7, rotate=-90] (eem3) {};
|
|
\draw (3.0, -1.8) node[twoportshape, t={\twocm{IDC}{CH 8-15}}, circuitikz/bipoles/twoport/width=1.8, scale=0.7, rotate=-90] (eem1) {};
|
|
\draw (1.8, -1.8) node[twoportshape, t={\twocm{IDC}{CH 0-7}}, circuitikz/bipoles/twoport/width=1.8, scale=0.7, rotate=-90] (eem0) {};
|
|
|
|
% Connect Op-amp to EEM OUT and HD68
|
|
\draw [-latexslim] (3.0, 0) -- (hd68.east);
|
|
\draw [-latexslim] (3.0, 0) -- (eem2.east);
|
|
\draw [-latexslim] (1.8, 0) -- (eem3.east);
|
|
\draw [-latexslim] (3.0, 0) -- (eem1.west);
|
|
\draw [-latexslim] (1.8, 0) -- (eem0.west);
|
|
|
|
\end{circuitikz}
|
|
}
|
|
|
|
\caption{Simplified Block Diagram}
|
|
\end{figure}
|
|
|
|
\begin{figure}[h]
|
|
\centering
|
|
\includegraphics[height=3.5in, angle=90]{photo5568.jpg}
|
|
\includegraphics[height=3in, angle=90]{HD68_IDC_FP.pdf}
|
|
\caption{Card and front panel}
|
|
\end{figure}
|
|
|
|
% For wide tables, a single column layout is better. It can be switched
|
|
% page-by-page.
|
|
\onecolumn
|
|
|
|
\sourcesection{5568 HD68-IDC}{https://github.com/sinara-hw/IDC_HD68_Adapter}
|
|
|
|
\section{Cable Connection Diagram}
|
|
The 5568 HD68-IDC card can convert signals from HD68 format to IDC format. Within the Sinara family, the analog output of 5432 DAC Zotino \& 5632 DAC Fastino cards is exported using HD68 connectors. To break out the analog signal into a different crate, connect 5568 HD68-IDC with the DAC card using an external SCSI cable. Then plug in IDC cables to the appropriate IDC connectors to break out the signal to e.g. 5518 BNC-IDC, 5528 SMA-IDC, or 5538 MCX-IDC.
|
|
|
|
The cable connections for 5568 HD68-IDC can be seen in the diagram below.
|
|
|
|
\begin{figure}[h]
|
|
\centering
|
|
\includegraphics[height=4in]{hd68_idc_connection.pdf}
|
|
\caption{HD68-IDC connection diagram}
|
|
\end{figure}
|
|
|
|
\ordersection{5568 HD68-IDC}
|
|
|
|
\finalfootnote
|
|
|
|
\end{document}
|