FAQ: DipTrace pick and place data export

Post Reply
JuKu
Site Admin
Posts: 1110
Joined: Thu Feb 14, 2013 3:06 pm
Location: Tampere, Finland
Contact:

FAQ: DipTrace pick and place data export

Post by JuKu »

Any pick and place machine (not just mine) needs at least five pieces of information from each component:
Component designator (DipTrace: RefDes)
Component value
Component footprint (DipTrace: Pattern)
Center X
Center Y

We are talking about the first three here, and DipTrace has a problem.

For a component, DipTrace has fields for RefDes, Value, Pattern and Name. RefDes is the designator identifying individual parts. Value is as it says; for example, telling different value resistors apart. Pattern is the name of the footprint, telling what is actually printed on the PCB. The use of Name field seems to be not consistent(!), and is the smaller part of the issue.

The bigger part of the problem is that DipTrace does not export Pattern to the pick and place file. DipTrace has acknowledged the issue and said that they will release new version that corrects this “this spring”.

So, let’s look at a test board I got from a customer. He said: “Just placed some simple components directly in PCB from Diptrace standard library.” The board had some resistors, BC846B transistors and LM258AD ICs. The resistors had name and pattern both as RES_0603, and no value; the value would be determined at design time for real design, of course. The ICs had name as LM258AD, pattern as SOIC-8/150mil and also, no value – and here is the smaller issue. At first look, it seems that filling in the value for the ICs or transistors is unnecessary, as the name identifies the part already. Not so.

Even when DipTrace does start to export the pattern, it would not be a sufficient solution. When pattern is a choice in export, exporting RefDes, Name and Pattern would give out for the ICs [U1, LM258AD, SOIC-8/150mil, x, y] which is right. But for resistors, one would get [R6, RES_0603, RES_0603, x, y] which is not good, the value is absolutely needed. Exporting RefDes, Value and Pattern does not work either, as resistors come out correctly as [R6, 10k, RES_0603, x, y] but the ICs would be [U1, -, SOIC-8/150mil, x, y] which is not good either.

One solution would be to edit the libraries so that parts that currently have no value (like the ICs and transistors in our example) will get their value field filled in. This is not a trivial task and might break existing designs, so not all user or companies will want to this route. So, here are my suggestions; you might see other solutions:

In future, when Pattern is exported, my suggested solution is to require designs to have a filled Value field for all components, either automatically from edited (should we say “corrected”?) libraries, or manually added.

Before the coming DipTrace revision, I suggest to manually add Pattern field to the pick and place file. Excel can read and write CSV files, so the task might be tolerable.

Let me finish by pointing out again, that although this discussion is on the LitePlacer forums, this issue is not just for the LitePlacer machine, but applies equally to any pick and place machine using Diptrace pick and place output.
danmcb
Posts: 27
Joined: Wed May 13, 2015 5:22 pm

Re: FAQ: DipTrace pick and place data export

Post by danmcb »

why does the machine care about the designator? in the end, surely all it needs to know is : "place a 1k 0805 resistor at location X Y with a rotation of a". And of course - "this is where you find 0805 1k resistors".

In fact, given that the person doing setup has to make that parts are located correctly, it boils down to "take a component from tape number T, and put it at X Y".

Am I missing something important here? I can't see any use for designator here (except perhaps to make the documentation easier).
JuKu
Site Admin
Posts: 1110
Joined: Thu Feb 14, 2013 3:06 pm
Location: Tampere, Finland
Contact:

Re: FAQ: DipTrace pick and place data export

Post by JuKu »

There needs to be some way to identify individual components. Using a designator is the common method and that is how the software is written.
PeterST
Posts: 26
Joined: Fri Mar 27, 2015 3:59 pm

Re: FAQ: DipTrace pick and place data export

Post by PeterST »

Besides that, the designator is the common communication means between computer the and you. So X,Y could work as identifier (togther with layer) but you wouldn't like it much if the software is talking to you in the form of X,Y means (you needing to do the same when talking to the computer).
Post Reply