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.

190 lines
3.9 KiB

  1. \documentclass{beamer}
  2. \usepackage[spanish]{babel}
  3. \usepackage[latin1]{inputenc}
  4. \usepackage{ragged2e}
  5. \usetheme{Warsaw}
  6. \usecolortheme{crane}
  7. \useoutertheme{shadow}
  8. \useinnertheme{rectangles}
  9. \title[Manejo de CircuitPro]{Maquinado de PCB con CircuitPro}
  10. \institute[I.T.M.]{Instituto Tecnologico de Morelia\\''Jos� Mar�a Morelos y Pav�n"}
  11. \begin{document}
  12. \frame{\titlepage}
  13. \begin{frame}
  14. \frametitle{�ndice}
  15. \tableofcontents
  16. \end{frame}
  17. \section{Configuraci�n inicial}
  18. \begin{frame}
  19. \frametitle{Configuraci�n inicial}
  20. \begin{figure}[!h]
  21. \centering
  22. \includegraphics[width=3in]{selecciondemaquina.JPG}
  23. \caption{Selecci�n de la maquina}
  24. \end{figure}
  25. \end{frame}
  26. \begin{frame}
  27. \begin{figure}[!h]
  28. \centering
  29. \includegraphics[width=3in]{herramientas.JPG}
  30. \caption{Selecci�n de herramientas disponibles}
  31. \end{figure}
  32. \end{frame}
  33. \begin{frame}
  34. \begin{figure}[!h]
  35. \centering
  36. \includegraphics[width=3in]{selecciondeprogramas.JPG}
  37. \caption{Selecci�n de programas de dise�o}
  38. \end{figure}
  39. \end{frame}
  40. \section{Interfaz}
  41. \begin{frame}
  42. \frametitle{Interfaz}
  43. \begin{figure}[!h]
  44. \centering
  45. \includegraphics[width=4.2in]{interfaz.png}
  46. \caption{Interfaz de CircuitPro}
  47. \end{figure}
  48. \end{frame}
  49. \section{Proceso de creaci�n}
  50. \subsection{Creaci�n de proyecto}
  51. \begin{frame}
  52. \frametitle{Creaci�n de proyecto}
  53. \begin{block}{}
  54. \justifying
  55. Con los par�metros iniciales colocados se sigue el siguiente proceso para la creaci�n de un PCB
  56. \begin{itemize}
  57. \item Cargar plantilla predeterminada y configurarla
  58. \item Importar archivos de Gerber
  59. \item Generar rutas y vincular herramientas
  60. \item Proceso de fabricaci�n
  61. \end{itemize}
  62. \end{block}
  63. \end{frame}
  64. \begin{frame}
  65. \begin{figure}[!h]
  66. \centering
  67. \includegraphics[width=4.5in]{crearproyecto.png}
  68. \caption{Cargar plantilla predeterminada}
  69. \end{figure}
  70. \end{frame}
  71. \begin{frame}
  72. \begin{figure}[!h]
  73. \centering
  74. \includegraphics[width=3.5in]{bottonlado.JPG}
  75. \caption{Selecci�n de tipo de PCB}
  76. \end{figure}
  77. \end{frame}
  78. \begin{frame}
  79. \begin{figure}[!h]
  80. \centering
  81. \includegraphics[width=3.5in]{material.JPG}
  82. \caption{Selecci�n de material}
  83. \end{figure}
  84. \end{frame}
  85. \subsection{Importaci�n de capas}
  86. \begin{frame}
  87. \begin{figure}[!h]
  88. \centering
  89. \includegraphics[width=4.5in]{importar.JPG}
  90. \caption{Importar archivos al proyecto}
  91. \end{figure}
  92. \end{frame}
  93. \begin{frame}
  94. \frametitle{Tipos de archivos admitidos}
  95. \begin{figure}[!h]
  96. \centering
  97. \includegraphics[width=2.4in]{archivosadmitidos.png}
  98. \caption{Archivos admitidos}
  99. \end{figure}
  100. \end{frame}
  101. \begin{frame}
  102. \begin{block}{}
  103. \justifying
  104. 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.
  105. \end{block}
  106. \end{frame}
  107. \begin{frame}
  108. \frametitle{Tipos de archivos admitidos}
  109. \end{frame}
  110. \subsubsection{Capas de conexiones}
  111. \begin{frame}
  112. \frametitle{Capas de conexiones}
  113. \begin{figure}[!h]
  114. \centering
  115. \includegraphics[width=3.2in]{importarasignarb.png}
  116. \caption{Asignar archivo a botton layer}
  117. \end{figure}
  118. \end{frame}
  119. \begin{frame}
  120. \begin{figure}[!h]
  121. \centering
  122. \includegraphics[width=3.2in]{importarasignart.png}
  123. \caption{Asignar archivos a top layer}
  124. \end{figure}
  125. \end{frame}
  126. \subsubsection{Capas de perforaci�n}
  127. \begin{frame}
  128. \frametitle{Capas de perforaci�n}
  129. \begin{figure}[!h]
  130. \centering
  131. \includegraphics[width=3.2in]{importarasignar.png}
  132. \caption{Asignar archivos a drill}
  133. \end{figure}
  134. \end{frame}
  135. \subsubsection{Capas de corte}
  136. \begin{frame}
  137. \frametitle{Capas de corte}
  138. \begin{figure}[!h]
  139. \centering
  140. \includegraphics[width=3.2in]{importarasignarbordes.png}
  141. \caption{Asignar archivo a bordes}
  142. \end{figure}
  143. \end{frame}
  144. \section{Consideraciones}
  145. \begin{frame}
  146. \frametitle{Herramientas}
  147. \begin{block}{}
  148. \justifying
  149. fg
  150. \end{block}
  151. \end{frame}
  152. \end{document}