Electrical Design Software | Elecdes Design Suite by Scada Systems Ltd

Component Series

Introduction

Manufacturers will often group the components they produce into named "series", typically based on some common characteristic (for example: size, use case, or compatibility/interoperability).

Certain operations in EDS can be aided by component series, and some operations require the use of component series:

  • Transit segments in Paneldes require a sealing block series to be specified, and the series must contain at least one sealing block catalog component.

In addition to components series defined by manufacturers, EDS also supports user-defined series.

Note: EDS considers component series to be manufacturer-specific, to avoid confusion if the same series name is used by more than one manufacturer.

Manufacturer-defined Series

When a manufacturer states that a component belongs to a particular series, the series name can be specified in the component's record in the catalog file.

A component can belong to more than one manufacturer series. EDS will read series names from any catalog column name starting with SERIES (eg SERIES, SERIESB, SERIES2). EDS will also interpret the value in a series column as a comma separated list of series names.

For example:

MFGCATNOSERIESSERIESRGNComponent belongs to these series
XXSAMPLE1001400VUSXX: 400V
XX: US
XXSAMPLE1002400VUS,EUXX: 400V
XX: US
XX: EU
XXSAMPLE1003USXX: US

User-defined Series

If a catalog does not include manufacturer-defined series, or the manufacturer defined series in a catalog are not suitable for your needs (for example if you wish to exclude parts that aren't available from your supplier), you can create a user-defined series. A component can simultaneously belong to multiple manufacturer-defined series and multiple user-defined series.

User-defined series are specified in a DBF file, which can be present at any of the following locations:

Note:

  • EDS loads user-defined series from all of the above DBF files (if present). If the same series is defined in more than one UserSeries.dbf, the definition in the latter files above will supercede the definitions in the earlier files.

  • If a user-defined series uses the same name as a manufacturer-defined series, the manufacturer-defined series will be ignored, and only the components specified by the user-defined series will be considered part of the series.

UserSeries.dbf Structure

Any UserSeries.dbf file should have the following structure:

Column NameExpected Column Values
MFGThe two-digit manufacturer code the series belongs to.
SERIESThe series name.
DESCAn optional description of the series.
CATNO_1The catalog number of a component that should be included in the series (one per column).
The catalog number must match a catalog number (in the CATNO column) of a component record present in the catalogs of the corresponding manufacturer (specified by the code in the MFG column).
CATNO_2
CATNO_...
Any additional (non CATNO) columns are ignored, and can be used for user data (eg notes).

To help with organisation, the catalog numbers for a particular user-defined series can be spread across multiple records, provided the MFG and SERIES values are the same for each record. For example, the following two records would result in a single user-defined series (RM_SmSq from the RX manufacturer), containing 7 components:

MFGSERIESDESCNOTESCATNO_1CATNO_2CATNO_3CATNO_4
RXRM_SmSqSubset of RM block series with only small square blocksSealing BlocksRM00100151000RM00100201000RM00100301000
RXRM_SmSqSubset of RM block series with only small square blocksCompensation BlocksRM00305241000RM00310121000RM00300151000RM00300201000

Creating a User-defined Series

  1. Create or open a UserSeries.dbf file at one of the above locations.

  2. Add as many new records as needed to define the new series.

  3. Enter the same MFG code and SERIES name for each record that will contain catalog numbers for the series.
    Optionally, enter a description for the series in the DESC column.

  4. Enter catalog numbers of the components that should belong to the series into the successively numbered CATNO_n columns of the added record(s).
    Note: The catalog numbers must match catalog numbers (in the CATNO column) of component records present in the catalogs of the corresponding manufacturer (specified by the code in the MFG column).

  5. Save and close the DBF file.

See also

Paneldes Transits