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.

293 lines
6.2 KiB

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