← Back to team overview

kicad-developers team mailing list archive

Re: Schematic Symbol Philosophy?

 

Addition.
New cache component assignments:

PART_SYMBOL -> component symbol
PART_ID -> component field "Value"
PART_FOOTPRINT ->component field "Footprint"
[PART_PINS] -> [components pins] // accordance part PINS table


06.06.2015 11:49, Eldar Khayrullin пишет:
Fix previous:

Maybe add new file format "_parts_ library" that consist something like that:

##########################################
EESchema-_PARTS_-LIBRARY Version x.x

PART "part_id"
SYMBOL "sch_symbol_lib_name" "sch_symbol_name"
FOOTPRINT "pcb_footprint_lib_name" "pcb_footprint_name"
PINS
#sch_symb_pin    pcb_footprint_pin            // pins assignment
1    2
2    4
4    A
ENDPINS
ENDPART

# next parts
# ...
##########################################

Schematic will can understand as current sch library format as _parts_ library format.

Process to add part to schema:
Click "Place component" -> select part from list -> [schematic load sch symbol and add to cache library new component with reassign pins in accordance fields PINS-ENDPINS and footprint field with footprint name].

I think this is easy way to add part and add new possibility.

06.06.2015 11:44, Eldar Khayrullin пишет:
Maybe add new file format "components library" that consist something like that:

##########################################
EESchema-COMP-LIBRARY Version x.x

PART "part_id"
SYMBOL "sch_symbol_lib_name" "sch_symbol_name"
FOOTPRINT "pcb_footprint_lib_name" "pcb_footprint_name"
PINS
#sch_symb_pin    pcb_footprint_pin            // pins assignment
1    2
2    4
4    A
ENDPINS
ENDPART

# next parts
# ...
##########################################

Schematic will can understand as current sch library format as components library format.

Process to add part to schema:
Click "Place component" -> select part from list -> [schematic load sch symbol and add to cache library new component with reassign pins in accordance fields PINS-ENDPINS and footprint field with footprint name].

I think this is easy way to add part and add new possibility.



_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


References