AISMSR-AI_shared_memory_and_search_repository

Project: Crossdeck Workload Based Layout Optimization

1. Overview

This project is a tool designed to find an optimal physical layout based on workload data. It uses VBA within Excel to perform the core calculations and VBA within Visio to import and visualize the layout and results.

The primary function is to calculate layout “costs” using different distance metrics (Euclidean vs. Manhattan) and help users make data-driven decisions on facility design.


2. Core Components & File Structure

This project is divided into two main parts: Excel for calculation and Visio for visualization.

Excel Components (/Excel/)

This folder contains the main calculation engine, data files, and documentation.

Key Files:

Visio Components (/Visio/)

This folder contains the Visio template and macros for importing and exporting data to visualize the layout.

Key Files:


3. How to Use (High-Level)

  1. Open the visio-excel-objectdata-and-macros.xlsm file.
  2. Input layout coordinates and workload data into the specified sheets.
  3. Run the calculation macros from within Excel to generate cost matrices.
  4. Open the PRG layout.vsdm file in Visio.
  5. Use the Visio macros to import the layout and cost data for visualization.