Download presentation
Presentation is loading. Please wait.
1
Software Implementation
Detailed Design Review MSD-1 P10458 Leonardo Gala
2
Contract Kitting Software Design: Customer Requested Decision Flow
MSD Scope
3
IE-Software Decision Structure
4
Contract Kitting Visualization: Main Tab
Contract Kitting: Main Operations Industrial Engineer PW: ?
5
Start IE Tab Contract # Complete
6
Contract Break Down Button Actions:
(Click for logic) (Click for logic) -Blank workbook. -Save as ‘Contract #’.xls -DR Macro imports EES data. -Sub-design 1 imports asm station info. -DR macro generates Pick List tab. -Pick list ordered through Optimal Pick file. Back
7
Sub-Design 1 -Requirement: Assembly Station & Subassembly Destinations in Pick List -Solution: Cross reference Part Number fields in Contract Pick List tab and associated Standard Work file to obtain destination stations (housed in Std Work). -Implementation: Create general VBA macro and standard Std Work file format. ‘Contract #’.xls Pick List Tab Std_Work_Contract.xls Back
8
Sub-Design 2 -Requirement: An efficient order in which to pick parts from the Stores department. -Solution: Implement an algorithm that routes the picker based on which parts are needed for and order. -Implementation: Compile a distance matrix to all storage locations. Apply the Nearest Insertion Algorithm to find the minimal distance route between product locations. ‘Contract #’.xls Pick List Tab Optimal Pick Order Workbook -Process input data: create distance matrix for pick items. -Sort out Discrete items. -Run algorithm. -Rank Parts in ascending pick order. Back
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.