This repository was created to plan and teach the pre-summer course "Rapid Prototyping Tools for PCB Design".
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

229 lines
4.9 KiB

\documentclass{beamer}
\usepackage[spanish]{babel}
\usepackage[utf8]{inputenc}
\usepackage{ragged2e}
\usetheme{Warsaw}
\usecolortheme{crane}
\useoutertheme{shadow}
\useinnertheme{rectangles}
\title[Manejo de CircuitPro]{Maquinado de PCB con CircuitPro}
\institute[I.T.M.]{Instituto Tecnologico de Morelia\\''José María Morelos y Pavón"}
\begin{document}
\frame{\titlepage}
\begin{frame}
\frametitle{Índice}
\tableofcontents
\end{frame}
\section{Configuración inicial}
\begin{frame}
\frametitle{Configuración inicial}
\begin{figure}[!h]
\centering
\includegraphics[width=3in]{selecciondemaquina.JPG}
\caption{Selección de la maquina}
\end{figure}
\end{frame}
\begin{frame}
\begin{figure}[!h]
\centering
\includegraphics[width=3in]{herramientas.JPG}
\caption{Selección de herramientas disponibles}
\end{figure}
\end{frame}
\begin{frame}
\begin{figure}[!h]
\centering
\includegraphics[width=3in]{selecciondeprogramas.JPG}
\caption{Selección de programas de diseño}
\end{figure}
\end{frame}
\section{Interfaz}
\begin{frame}
\frametitle{Interfaz}
\begin{figure}[!h]
\centering
\includegraphics[width=4.2in]{interfaz.png}
\caption{Interfaz de CircuitPro}
\end{figure}
\end{frame}
\section{Proceso de creación}
\subsection{Creación de proyecto}
\begin{frame}
\frametitle{Creación de proyecto}
\begin{block}{}
\justifying
Con los parámetros iniciales colocados se sigue el siguiente proceso para la creación de un PCB
\begin{itemize}
\item Cargar plantilla predeterminada y configurarla
\item Importar archivos de Gerber
\item Generar rutas y vincular herramientas
\item Proceso de fabricación
\end{itemize}
\end{block}
\end{frame}
\begin{frame}
\begin{figure}[!h]
\centering
\includegraphics[width=4.5in]{crearproyecto.png}
\caption{Cargar plantilla predeterminada}
\end{figure}
\end{frame}
\begin{frame}
\begin{figure}[!h]
\centering
\includegraphics[width=3.5in]{bottonlado.JPG}
\caption{Selección de tipo de PCB}
\end{figure}
\end{frame}
\begin{frame}
\begin{figure}[!h]
\centering
\includegraphics[width=3.5in]{material.JPG}
\caption{Selección de material}
\end{figure}
\end{frame}
\subsection{Importación de capas}
\begin{frame}
\begin{figure}[!h]
\centering
\includegraphics[width=4.5in]{importar.JPG}
\caption{Importar archivos al proyecto}
\end{figure}
\end{frame}
\begin{frame}
\frametitle{Tipos de archivos admitidos}
\begin{figure}[!h]
\centering
\includegraphics[width=2.4in]{archivosadmitidos.png}
\caption{Archivos admitidos}
\end{figure}
\end{frame}
\begin{frame}
\begin{block}{}
\justifying
Al importar los archivos generados dependiendo del programa utilizado será el formato en que vengan. Las extensiones de los archivos podrían describir qué son, por ejemplo: .GKO, .GBL y .GTL generados por Altium contienen las capas KeepOut, Botton Layer y Top Layer respectivamente.
\end{block}
\end{frame}
\subsubsection{Capas de conexiones}
\begin{frame}
\frametitle{Capas de conexiones}
\begin{figure}[!h]
\centering
\includegraphics[width=3.2in]{importarasignarb.png}
\caption{Asignar archivo a botton layer}
\end{figure}
\end{frame}
\begin{frame}
\begin{figure}[!h]
\centering
\includegraphics[width=3.2in]{importarasignart.png}
\caption{Asignar archivos a top layer}
\end{figure}
\end{frame}
\subsubsection{Capas de perforación}
\begin{frame}
\frametitle{Capas de perforación}
\begin{figure}[!h]
\centering
\includegraphics[width=3.2in]{importarasignar.png}
\caption{Asignar archivos a drill}
\end{figure}
\end{frame}
\subsubsection{Capas de corte}
\begin{frame}
\frametitle{Capas de corte}
\begin{figure}[!h]
\centering
\includegraphics[width=3.2in]{importarasignarbordes.png}
\caption{Asignar archivo a bordes}
\end{figure}
\end{frame}
\begin{frame}
\begin{figure}[!h]
\centering
\includegraphics[width=4.5in]{capasimportadas.JPG}
\caption{Vista con capas importadas}
\end{figure}
\end{frame}
\subsubsection{Generación de rutas}
\begin{frame}
\frametitle{Generación de rutas}
\begin{figure}[!h]
\centering
\includegraphics[width=2.9in]{creaciondelineas.PNG}
\caption{Edición del ruteado}
\end{figure}
\end{frame}
\begin{frame}
\begin{figure}[!h]
\centering
\includegraphics[width=2.9in]{verificarherramientas.PNG}
\caption{Verificación de vinculación de herramientas}
\end{figure}
\end{frame}
\subsection{Board production}
\begin{frame}
\begin{block}{}
\justifying
Up to this point every parameter on our PCB design was configured as we needed. Next step is to prepare the board production with the board production wizard from CircuitPro that will guide us trough the production process and its necessary steps
\end{block}
\end{frame}
\begin{frame}
\begin{figure}[!h]
\centering
\includegraphics[width=4in]{machiningview.PNG}
\caption{Board Production Wizard}
\end{figure}
\end{frame}
\section{Consideraciones}
\begin{frame}
\frametitle{Consejos}
\begin{block}{}
\justifying
fg
\end{block}
\end{frame}
\end{document}