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.

257 lines
5.5 KiB

6 years ago
  1. \documentclass{beamer}
  2. \usepackage[utf8]{inputenc}
  3. \usepackage{ragged2e}
  4. \usetheme{Warsaw}
  5. \usecolortheme{crane}
  6. \useoutertheme{shadow}
  7. \useinnertheme{rectangles}
  8. \title[Introduction to Eagle]{Milling Circuit Boards with CircuitPro and S63 LPKF Machine}
  9. \institute[ITM]{Instituto Tecnológico de Morelia\\
  10. Maestría en Ciencias en Ingeniería Electrónica\\
  11. ''José María Morelos y Pavón"}
  12. \begin{document}
  13. \frame{\titlepage}
  14. \begin{frame}
  15. \frametitle{Índice}
  16. \tableofcontents
  17. \end{frame}
  18. \section{Machine Setup}
  19. \begin{frame}
  20. \frametitle{Machine Setup}
  21. \begin{figure}[!h]
  22. \centering
  23. \includegraphics[width=3in]{selecciondemaquina.JPG}
  24. \caption{Hardware configuration}
  25. \end{figure}
  26. \end{frame}
  27. \begin{frame}
  28. \begin{figure}[!h]
  29. \centering
  30. \includegraphics[width=3in]{herramientas.JPG}
  31. \caption{Tool selection window}
  32. \end{figure}
  33. \end{frame}
  34. \subsection{The tool magazine}
  35. \begin{frame}{Milling and Drilling Tools}
  36. \begin{figure}[!h]
  37. \centering
  38. \includegraphics[width=4.5in]{tools}
  39. \end{figure}
  40. \end{frame}
  41. \begin{frame}{}
  42. \begin{figure}[!h]
  43. \centering
  44. \includegraphics[width=2.5in]{drilling}
  45. \end{figure}
  46. \end{frame}
  47. \begin{frame}{}
  48. \begin{figure}[!h]
  49. \centering
  50. \includegraphics[width=3in]{herramientasLength}
  51. \end{figure}
  52. \end{frame}
  53. \subsection{CAD systems}
  54. \begin{frame}
  55. \begin{figure}[!h]
  56. \centering
  57. \includegraphics[width=3in]{selecciondeprogramas.JPG}
  58. \caption{CAD Software Selection}
  59. \end{figure}
  60. \end{frame}
  61. %-------------------
  62. \section{The CircuitPRO GUI}
  63. \begin{frame}
  64. \frametitle{GUI}
  65. \begin{figure}[!h]
  66. \centering
  67. \includegraphics[width=4.2in]{interfaz.png}
  68. \caption{The CircuitPro Graphic User Interface}
  69. \end{figure}
  70. \end{frame}
  71. %-------------------
  72. \section{How to create a new project}
  73. \subsection{Project stages}
  74. \begin{frame}
  75. \frametitle{Project stages}
  76. \begin{block}{}
  77. \justifying
  78. Once the machine has been configured, most of the PCBs follow the next process:
  79. \begin{itemize}
  80. \item Load a template project \textbf{(Single Side, Double Side, ...)}
  81. \item Import the \textbf{Gerber} files
  82. \item Create the tool-paths and link the tools
  83. \item Board Production
  84. \end{itemize}
  85. \end{block}
  86. \end{frame}
  87. \begin{frame}
  88. \begin{figure}[!h]
  89. \centering
  90. \includegraphics[width=4.5in]{crearproyecto.png}
  91. \caption{Cargar plantilla predeterminada}
  92. \end{figure}
  93. \end{frame}
  94. \subsection{How many layers}
  95. \begin{frame}
  96. \begin{figure}[!h]
  97. \centering
  98. \includegraphics[width=3.5in]{bottonlado.JPG}
  99. \caption{Selección de tipo de PCB}
  100. \end{figure}
  101. \end{frame}
  102. \subsection{Substrate}
  103. \begin{frame}
  104. \begin{figure}[!h]
  105. \centering
  106. \includegraphics[width=3.5in]{material.JPG}
  107. \caption{Selección de material}
  108. \end{figure}
  109. \end{frame}
  110. \subsection{Layer files}
  111. \begin{frame}
  112. \begin{figure}[!h]
  113. \centering
  114. \includegraphics[width=4.5in]{importar.JPG}
  115. \caption{Layer files importing}
  116. \end{figure}
  117. \end{frame}
  118. \begin{frame}
  119. \frametitle{Allowed files}
  120. \begin{figure}[!h]
  121. \centering
  122. \includegraphics[width=2.4in]{archivosadmitidos.png}
  123. \caption{Archivos admitidos}
  124. \end{figure}
  125. \end{frame}
  126. \begin{frame}
  127. \begin{block}{}
  128. \justifying
  129. The file extension depends on the CAD software used. For Altium, the layers generated are the KeepOut, Botton Layer and Top Layer, respectively (\texttt{*.GKO, *.GBL y *.GTL}).
  130. % 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: \texttt{*.GKO, *.GBL y *.GTL} generados por Altium contienen las capas KeepOut, Botton Layer y Top Layer respectivamente.
  131. \end{block}
  132. \end{frame}
  133. \subsubsection{The Layers}
  134. \begin{frame}
  135. \frametitle{Botton layer}
  136. \begin{figure}[!h]
  137. \centering
  138. \includegraphics[width=3.2in]{importarasignarb.png}
  139. \caption{Botton layer file}
  140. \end{figure}
  141. \end{frame}
  142. \begin{frame}
  143. \begin{figure}[!h]
  144. \centering
  145. \includegraphics[width=3.2in]{importarasignart.png}
  146. \caption{Top layer file}
  147. \end{figure}
  148. \end{frame}
  149. \subsubsection{The Drill Layers}
  150. \begin{frame}
  151. \frametitle{The Drill Layers}
  152. \begin{figure}[!h]
  153. \centering
  154. \includegraphics[width=3.2in]{importarasignar.png}
  155. \caption{Drill layer importing}
  156. \end{figure}
  157. \end{frame}
  158. \subsubsection{Contour router layer}
  159. \begin{frame}
  160. \frametitle{Capas de corte}
  161. \begin{figure}[!h]
  162. \centering
  163. \includegraphics[width=3.2in]{importarasignarbordes.png}
  164. %\caption{The board Outline Layer}
  165. \end{figure}
  166. \end{frame}
  167. \begin{frame}
  168. \begin{figure}[!h]
  169. \centering
  170. \includegraphics[width=4.5in]{capasimportadas.JPG}
  171. %\caption{Vista con capas importadas}
  172. \end{figure}
  173. \end{frame}
  174. \subsubsection{Global Process Settings}
  175. \begin{frame}
  176. \frametitle{Global Process Settings}
  177. \begin{figure}[!h]
  178. \centering
  179. \includegraphics[width=2.8in]{creaciondelineas.PNG}
  180. % \caption{Edición del ruteado}
  181. \end{figure}
  182. \end{frame}
  183. \begin{frame}
  184. \begin{figure}[!h]
  185. \centering
  186. \includegraphics[width=2.9in]{verificarherramientas.PNG}
  187. % \caption{Verificación de vinculación de herramientas}
  188. \end{figure}
  189. \end{frame}
  190. \subsection{Board production}
  191. \begin{frame}
  192. \begin{block}{}
  193. \justifying
  194. Until this point, every parameter on the PCB design was configured. Thus, the next step is to prepare the board production with the board production wizard from CircuitPro. This will guide through the production process and its necessary steps.
  195. \end{block}
  196. \end{frame}
  197. \begin{frame}
  198. \begin{figure}[!h]
  199. \centering
  200. \includegraphics[width=4in]{machiningview.PNG}
  201. \caption{Board Production Wizard}
  202. \end{figure}
  203. \end{frame}
  204. %\section{Consideraciones}
  205. %\begin{frame}
  206. %\frametitle{Consejos}
  207. % \begin{block}{}
  208. % \justifying
  209. % fg
  210. % \end{block}
  211. %\end{frame}
  212. %
  213. %
  214. %
  215. \end{document}