Search found 91 matches

by Zofz
Mon Apr 15, 2024 8:56 pm
Forum: Installation
Topic: Win7 still supported?
Replies: 3
Views: 10

Re: Win7 still supported?

It is blocked in the installer. I hope to be able to make it possible in the next release.
by Zofz
Mon Apr 15, 2024 8:39 pm
Forum: Installation
Topic: Win7 still supported?
Replies: 3
Views: 10

Re: Win7 still supported?

I am having problems running the Windows 7 network on the Hyper-V. (ping OK, but Internet Explorer not working)
But do you have a Windows 7 64-bit version?
by Zofz
Fri Mar 29, 2024 9:41 am
Forum: What do you want to see next?
Topic: Export Nets list and Components list to .txt or csv file
Replies: 4
Views: 520

Re: Export Nets list and Components list to .txt or csv file

I just discovered that I had killed the netlist loading to the dialog in the last software version. Man, I need a tester! Is it working for you? If so, how?

What exactly do you expect in the CSV file?
One line per component pin, containing:
component id; pin id; netlist name; smd/tht; side; x; y;?
by Zofz
Wed Mar 27, 2024 3:36 pm
Forum: What do you want to see next?
Topic: Export Nets list and Components list to .txt or csv file
Replies: 4
Views: 520

input file contains netlist, BOM, etc

A Gerber data set contains a file containing a geometrically bounded netlist called IPC356. The file contains all pads of all components, their coordinates, designators, and the connected netlist names. The Gerber set typically contains the BOM in a CSV format, too. (If not, then I do not have it ei...
by Zofz
Sat Mar 23, 2024 3:03 pm
Forum: Test Version / Current Development
Topic: 3.3 or 4.0?
Replies: 0
Views: 359

3.3 or 4.0?

The major highlight is the BOM processing via Digikey API. Also: Via barrel plating thickness setting. (important when exporting a STEP) DONE Hide/display all SMD/THT components. (helpful on a manual assembly line) DONE Components without a body (like a test point or edge fingers) need some means to...
by Zofz
Fri Mar 08, 2024 6:59 pm
Forum: Ask a question
Topic: What is the via barrel plating thickness when exporting a STEP?
Replies: 6
Views: 1970

Re: What is the via barrel plating thickness when exporting a STEP?

I am now working on functionality related to the BOM. Publishing a version now would have a counterproductive effect, so I have time to decide. I learned that the specification always applies to the final hole, except for the micro vias, so we are in line on this topic. Closing vias through metalliz...
by Zofz
Fri Feb 09, 2024 10:02 am
Forum: Ask a question
Topic: What is the via barrel plating thickness when exporting a STEP?
Replies: 6
Views: 1970

Re: What is the via barrel plating thickness when exporting a STEP?

Feedback on my current PCB design: "For the drills of final diameter 0.2mm x 1849 drilled with 0.3mm having copper pad of 0.45mm with annular ring of 0.075mm." "As per our production requirement we need minimum 0.125mm annular ring (Measured form drill hole size)." I have asked t...
by Zofz
Fri Feb 09, 2024 12:40 am
Forum: Ask a question
Topic: What is the via barrel plating thickness when exporting a STEP?
Replies: 6
Views: 1970

Re: What is the via barrel plating thickness when exporting a STEP?

I am adding this functionality. RenderEffects.png But what I found is that there is another variable defining the actual enlargement: const double PlattingThickness = 0.02; Setting it at 20um! The former variable found was a contact tolerance for electrical connection testing. If a PCB manufacturer ...
by Zofz
Mon Feb 05, 2024 9:41 pm
Forum: Ask a question
Topic: What is the via barrel plating thickness when exporting a STEP?
Replies: 6
Views: 1970

Re: What is the via barrel plating thickness when exporting a STEP?

The barrel radius enlargement is 7.8um (constant BRenlarge = 1/128mm - a beautiful number with many zeros in the binary float representation). I didn't bring this value up to the UI for the sake of keeping the UI simple. It would belong to View/Render Effect Parameters Dialog, as those values are ho...