Dimensiones de PCB Altium

0

Estoy buscando una manera de actualizar automáticamente las dimensiones de la PCB en la documentación de mi PCB. Tengo la X & Las dimensiones Y figuran en el bloque de título como cadenas PCB. Actualmente están configurados como parámetros del proyecto, por lo que la documentación se actualiza a medida que actualizo los parámetros, pero todavía tengo que actualizar los parámetros manualmente si cambio el tamaño de la placa.

Texto desde la ventana de cadena de PCB:

  1. Tamaño de la placa: '.PCB_X' x '.PCB_Y'
  2. Grosor de la placa: '.PCB_Z'
  3. Recuento de componentes: .Component_Count
  4. Pad Count: .Pad_Count
  5. Recuento de agujeros: .Hole_Count
  6. Color de Soldermask: '.PCB_SolderMask_Color'
  7. Color de la serigrafía: '.PCB_ SilkScreen_Color'

El relleno, el orificio y el recuento de componentes son variables del sistema. ¿Hay una variable del sistema que pueda configurar la cadena de PCB para actualizar automáticamente el X & ¿Y dimensiones? La información está en Altium ya que está en la ventana de información de PCB:

Que se abre a través del menú Informes - > Información de la Junta.

Se agradece tu ayuda.

    
pregunta Ken Weiner

1 respuesta

2

No lo creo, porque la documentación no muestra ninguna cadena especial con ese contenido.

.Application_BuildNumber - the version of Altium Designer that the PCB is currently loaded in. When generating Gerber output, this string will record the software build that the design was created on
.Arc_Count - the number of arcs on the PCB
.Comment - the comment string for a component (used in designing component footprints)
.Component_Count - the number of components on the PCB
.ComputerName - The name of the machine that the PCB is currently loaded in
.Designator - the designator string for a component (used in designing component footprints)
.Fill_Count - the number of fills on the PCB
.Hole_Count - the number of drill holes on the PCB
.Layer_Name - the name of the layer the string is placed on
.Legend - a symbol legend for mechanical drill plots. This string is only valid when placed on the Drill Drawing layer
.Net_Count - the total number of different nets on the PCB
.Net_Names_On_Layer - the names of all nets on the specific layer. This string is only valid when placed on an internal plane layer
.Pad_Count - the number of pads on the PCB
.Pattern - the names of the component footprints used on the PCB
.Pcb_File_Name - the path and file name of the PCB document
.Pcb_File_Name_No_Path - the file name of the PCB document
.Plot_File_Name - When generating Gerber output, this string identifies the file name of the Gerber plot file. When generating printed output, this string identifies the layer depicted within the output. When generating ODB++ output, this string identifies the name of the parent folder in which the files are stored
.Poly_Count - the number of polygons on the PCB (consisting of polygon pours, internal planes and split planes)
.Print_Date - the date of printing/plotting
.Print_Scale - the printing/plot scale factor
.Print_Time - the time of printing/plotting
.Printout_Name - the name of the printout
.SlotHole_Count - the number of slotted holes on the PCB
.SquareHole_Count - the number of square holes on the PCB
.String_Count - the number of strings on the PCB
.Track_Count - the number of tracks on the PCB
.VersionControl_RevNumber - the current revision number of the document. Version control must be used for this string to contain any information
.Via_Count - the number of vias on the PCB.

¿O me estoy perdiendo tu punto?

    
respondido por el Rev1.0

Lea otras preguntas en las etiquetas