Gerber文件格式

  被AD的DB累折了腰。

  需要将RX274X格式的文件通过CAM350转一下。对比两份文件,返现十六进制的文件是一模一样的。

  但是实际解密之后,发下,CAM350导出之后的文件相对于AD的文件多了一个版本信息,看来CAM350不能导啊。

  所以AD导出的RS274X格式的文件其中并不包含任何AD字样的信息,仅只有一堆堆数字,都是按照RS274X的格式制订的,唯一有AD特征的是文件的表头。

  对比了一下,AD的表头与Cadence的表头是不一样的。

  列一下导出文件的格式以及命名吧,虽然以后也不可能会用到了。

  DRILL文件。

  Leading/Trailing Zeros(cadence软件也有该选项),只是为了减小文件大小。

  举一个例子。

  NC Drill files with format 2:5 . Using this format can yield the following data values: 00.00001 10.00000

  Keep leading and trailing zeroes - If this option is enabled, these values will keep as: 00.00001 10.00000

  Suppress leading zeroes - If this option is enabled, these values will appear in the file as: 1 10.00000

  Suppress trailing zeroes - If this option is enabled, these values will appear in the file as: 00.00001 1

  Coordinate Position

  Reference to absolute origin - Take absolute origin as reference point

  Reference to relative origin - Take relative origin as reference point

  CAD绝对坐标与相对坐标如何定义?????

  其他部分就不一一赘述了,因为确实以后就用不着了。

  但是所有产生的文件都有一个binary与ASCI的格式,内容一致,但是一个二进制表达,一个ASCII表达。

 

猜你喜欢

转载自www.cnblogs.com/legend-yuan/p/9505094.html