Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 902 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 902 Bytes

neodenCircuitStudio

neodenCircuitStudio is a Python3 script for converting Circuit Studio pick and place file output into a NeoDen 3V / 4 machine compatible file.

Installation

Use python script near your csv file output / or wherever is convenient --its a single file.

Usage

Generate your Pick and place file from either Circuit Studio or Altium. Select CSV, metric output.

Load your PCB on the PNP. Move nozzle/camera x,y to first component listed in your CSV file, write down those coordinates.

python neodenCStudio.py yourpnpoutputfile.csv

The script will ask for the x,y coordinates for the first component listed
then it will generate a *-NEODEN.csv file to take to the PNP machine

Contributing

This was derived from work done by Michael Moskie 2018--I merely altered it for CS pnpfiles and updated a couple of python 3 commands