Skip to main content

Converter for Neoden Pick and Place machine

Project description

neoden_kicad

Post-processor to allow Kicad centroid files to work on the Neoden YY1 pick and place machine. This package contains a script that reads CPL (centroid position) files and modifies their contents to be readable by the Neoden YY1 small pick and place machine.

Installation

On a modern linux distribution, try the following:

pipx install neoden_kicad

If you're unfortunate enough to be stuck with windows, try contacting your system administrator.

Usage

If you have exported a CPL file from kicad (Component Placement file) called CPL-mypos.csv, then you can convert it to neoden-readable format using:

neoden_kicad --pos CPL-mypos.csv --out neoden_pos.csv

Footprint conversions

The Neoden YY1 needs to be told what footprints that it is using. Some common conversions are done by this package. These are contained in the converter.py file. This is done using a list of regular expressions:

converters = [ 
            ("[RCLD]_([0-9]+)_[0-9]+Metric\Z", "\g<1>D"), # C_0603_1608Metric -> 0603D
            ("D_SOD-([0-9]+)\Z", "SOD_\g<1>"), # D_SOD_XXX -> SODXXX
            ("SOT-([0-9]+)-([0-9]+)\Z", "SOT-\g<1>-\g<2>"), # SOT-YY-XX -> SOT-23-5
            ("SOT-([0-9]+)\Z", "SOT_\g<1>"), # SOT-23 -> SOT-23
         ]

The converter will leave footprints alone that it does not recognize. If you find one conversions that you'd like added to the list, please file an issue on github (https://github.com/elec-otago/neoden-yy1-kicad)

Author

Written by Tim Molteno tim@elec.ac.nz

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neoden_kicad-1.0.0a2.tar.gz (15.6 kB view details)

Uploaded Source

File details

Details for the file neoden_kicad-1.0.0a2.tar.gz.

File metadata

  • Download URL: neoden_kicad-1.0.0a2.tar.gz
  • Upload date:
  • Size: 15.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for neoden_kicad-1.0.0a2.tar.gz
Algorithm Hash digest
SHA256 b0c9c2c6b80ffd67a6d34db1b72c9c4c07c3bab86fdb897f4c2200b242c469bd
MD5 140232ed810a6d40096996abc53af94f
BLAKE2b-256 5664a5c01ed68ef944e92d73bb2b69909dc8b30d7edd52c71683ae9d5caa3760

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page