🎯 [Challenge #01 – Walkthrough] How Can We Improve Our First Simulation Model?In this video, we build the process model introduced in Challenge #01, define processing times, and run a simulation to analyze throughput and identify bottlenecks.👇 Here's a blog version summarizing the key points from the walkthrough.📦 Process Model ConfigurationThe model consists of a simple serial line:Source → ..
🧪 [Plant Simulation Study #05] – Xbox 컨트롤러로 Plant Simulation 제어하기 (Socket 통신 활용)🎬 개요이번 데모에서는 Plant Simulation과 Xbox 게임 컨트롤러를 연동해보았습니다.목표는 단순히 시뮬레이션을 보는 것이 아니라, 외부 장치를 통해 실시간으로 객체를 제어해보는 것입니다.이를 통해 사용자는 시뮬레이션 모델을 보다 인터랙티브하고 동적으로 실험할 수 있습니다.제작 목적: 외부 디바이스를 통한 실시간 제어 테스트사용 기술: Python + Xbox Controller + Socket 통신 + Plant Simulation사용 기능: Plant Simulation의 Method + SocketClient 객체 활용https://youtu...
🧪 [Plant Simulation Study #05] – Controlling Plant Simulation with an Xbox Controller via Socket Communication🎬 OverviewIn this demo, I integrated Plant Simulation with an Xbox game controller using socket communication.The goal is not just to passively observe simulations but to interactively control simulation objects in real time using an external device.This makes the simulation experience..
🧪 [Plant Simulation Study #04] – Pressing Line 시뮬레이션 (차 문 프레스 공정)🎬 개요이번 글에서는 자동차 산업에서 핵심적인 부품 중 하나인 차 문(도어) 프레스 공정을 Plant Simulation으로 구현한 모델을 소개합니다.Pressing Line은 대형 금형을 이용해 강판을 눌러 차체 부품을 찍어내는 공정으로, 한 라인에 여러 대의 프레스 기계가 순차적으로 배치되어 운영됩니다.이 모델은 다단 프레스 라인의 흐름과 병목 구간, 대기 시간 등을 시각적으로 분석하고자 제작되었습니다.제작 목적: 다단 프레스 라인의 생산 흐름과 병목 확인사용 기능: Frame, Station, Method, Gantt Chart, MU Attribute 등https://youtu...