Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 12 Next »

Overview

To understand the main metrics enabling to sort, filter and prioritize parts within the platform, it is important to understand what information is considered and how it is processed to get to a result.

  • The potential of the part is related to its economic parameters. We evaluate the current part lead time, cost, potential savings to conclude if an economic opportunity arises.

  • The feasibility is related to the technical parameters. We evaluate the part size, material, presence of holes, thin walls, aspect ratio and support structure for additive manufacturing suitability.

  • The priority of the part represents a concatenation of the two above metrics. Depending on the result, it is classified as the following:

    • Highest - The part shows a high business opportunity and technical feasibility. The part should be realised.

    • High - The part shows either a high business opportunity or is technical feasible. The part should be considered for realisation but should be further assessed.

    • Medium - The part shows medium business opportunities and feasibly. The part should be further assessed as data might be missing.

    • Low - The part shows either a low business opportunity or is technical not feasible. The part should be put on-hold.

    • Very Low - The part shows a low business opportunity and is technical not feasibility. The part should be rejected.

The priority is based on the feasibility and the potential of the part. Highest and high priority are to be focused on by the user. In the case that data is missing, for example a part has an excellent potential but the size/material are missing, leading to unknown feasibility, the part is not discarded.

The platform encourages to fill in the missing information to completely evaluate the part and obtain its priority.

Calculating the Potential

Overview

This script calculates an economic score for additive manufacturing technologies, considering yearly cost, lead time savings, and cost-saving potential. The final score integrates weighted factors and adjusts based on the number of applications or assemblies the part can be found on.

Methodology

The script evaluates available technologies, filtering out those deemed non-viable. It then calculates economic factors such as yearly cost impact, lead time advantages, and savings potential. These values are weighted, summed, and adjusted to derive a final score.

Economic Factors

  1. Yearly Cost Impact – Assesses the total cost based on part price and demand quantity. yearly_cost = current cost of the part in conventional manufacturing x yearly demand

  2. Lead Time Savings – Compares manufacturing lead times to determine efficiency gains. lead_time_savings = current lead time of part - AM lead time of part

  3. Cost-Saving Potential – Evaluates the financial benefits of switching technologies. cost_savings = current part price in conventional manufacturing - AM part cost

  4. Usage Factor – Adjusts the final score based on the number of applications or assemblies a part is found on.

The usage factor is used only if 2D Technical Drawings are available for the part. The automatic extraction of information from the 2D Technical Drawing will then process if the evaluated part is found in other assemblies or sub-assemblies. The higher the usage count, the higher the usage factor, which will in turn increase the overall part potential. For example:

  1. Part A has a potential of 56%. The 2D technical drawing shows that it it used on 3 assemblies. This will increase it’s potential to 72%.

  2. Part B has a potential of 56%. Without any technical drawing, the score will stay at that baseline.

Scoring Process

Each economic factor is weighted and combined into an overall score. An increase is applied based on the breadth of application, ensuring relevance without exceeding a normalised scale.

Extensive details on the Weighted Average formula can be found on Wikipedia: https://en.wikipedia.org/wiki/Weighted_arithmetic_mean#Mathematical_definition

Application

This scoring system supports decision-making by ranking manufacturing technologies based on economic feasibility. It enables informed choices regarding cost-effectiveness, efficiency, and potential benefits of additive manufacturing solutions.

Calculating the Feasibility

image-20250310-093717.png

Purpose

The Feasibility Scoring System evaluates multiple manufacturing technologies based on their compatibility with specific design requirements. By applying weighted criteria, the system determines a normalized feasibility score, helping users identify the most suitable technology for their part.

Scoring Methodology and Parameter Weights

Each parameter is assigned a weight that reflects its impact on manufacturability. Higher weights indicate critical factors, while lower weights represent secondary considerations. The final normalized score considers all relevant parameters and adjusts based on part complexity.

Key Parameter Weights

  • Material Class (High Impact, 40%)
    Material compatibility is the most critical factor, influencing manufacturability and final part performance.

  • Size Limitations (Moderate Impact, 12%)
    Evaluates whether a technology can accommodate the part’s dimensions.

  • Structural Needs (Moderate Impact, 12%)
    Considers support structure requirements and their influence on feasibility.

  • Design-Specific Factors (Moderate Impact, 12% each)

    • Wall Thickness: Ensures manufacturability within a technology’s constraints.

    • Holes: Evaluates the feasibility of producing internal geometries.

    • Aspect Ratio: Assesses manufacturability of thin or elongated sections.

  • Additional Considerations (Lower Impact, 10% each)

    • Accessibility: Determines if post-processing or internal features can be accessed.

    • Trapped Material: Evaluates the likelihood of residual material affecting part functionality.

    • Gaps: Checks for manufacturability of small clearances.

    • Sharp Edges: Considers limitations in resolving fine edge details.

Complexity Adjustment

A complexity factor is applied to adjust scores for highly intricate designs:

  • If part complexity is high (>0.5 index)Score is adjusted down to 90%

  • If part complexity is low (≤0.5 index)Score remains unchanged

Technology Scoring and Selection

  • Each technology receives a weighted feasibility score based on its performance across parameters.

  • Technologies with critical failures (e.g., material incompatibility or major printability issues) are excluded.

  • The normalized feasibility score is calculated across all viable technologies.

  • The highest-scoring technology is identified as the most suitable for manufacturing.

Final Output

The system provides a normalized feasibility score (0-100%), helping users make data-driven decisions for selecting the best manufacturing technology.

Calculating the Priority

The priority assesses and classifies the combined results of Potential and Feasibility scores, producing a final status based on predefined conditions. Each score reflects a key aspect of a technology's applicability, and the classification indicates the overall suitability.

Key Steps and Considerations

  1. Score Calculation:

    • Both Potential and Feasibility scores are derived from respective evaluation functions, providing values between 0 and 1.

    • Averages are calculated, with missing scores treated as 0 in this specific context, ensuring a fair total even if one score is unavailable.

  2. Result Classification:

    • Scores are classified into status icons based on thresholds:

      • Highest: Both scores are 66% or higher.

      • High: One score is 66% or above, and the other is mid-range (33%-66%) or missing.

      • Medium: Both scores fall in the mid-range (33%-66%), or one score is mid-range while the other is missing.

      • Low: One score is below 33% and the other is mid-range or missing.

      • Lowest: Both scores fall below 33%.

    • The classification captures the overall feasibility and potential, even if only partial information is available, guiding decision-making through intuitive status icons.

Final Output

The results are found in the KPI cards found below.

image-20250310-093957.png

  • No labels