Our Pick & Place machine requires the following format for the Pick & Place file:
Code:
Designator,Footprint,Mid X,Mid Y,Ref X,Ref Y,Pad X,pad Y,Layer,Rotation,CommentC1,C_0603_1608Metric,36.9,28.5,,,,,T,90,100n/0603
I've created a custom BOM output job in Altium, that has the correct columns in the correct order, and it looks like this:
Code:
Designator,Footprint,Center-X(mm),Center-Y(mm),Ref-X(mm),Ref-Y(mm),Pad-X(mm),Pad-Y(mm),Layer,Rotation,CommentC1,"CAPC1608X55N","38","-7.7","38","-7.7","38","-8.4","Top","90","06035C101KAT2A"
Our Pick & Place machine doesn't accept this format, because of the 'Layer' column.
Altium automatically fills in "Top" or "Bottom", but our machine only accepts "T" or "B".
I tried to change layer names but this doesn't work, as the 'Layer' column by Altium seems to use built-in values for Top and Bottom.
For now, I open the file in some text editor and perform a 'replace all' action, but it would be great if i can skip this step.
Does anyone have an idea how I could achieve this? Can I change the names Altium uses for 'Top' and 'Bottom', or can I create some custom (automatic) field which shows T for Top and B for Bottom?, or use some kind of script?
I cannot change anything in the software of the Pick & Place machine.