- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
【Problem Background】
I am developing a semiconductor/process model using FlexSim 22.2. Currently, the Statistics Collector, named MO record, is used to monitor the work order entry and exit times of four main machines (Thin Film, Photolithography, Etching, Stripping) and to draw custom Gantt charts on the Dashboard.
【Core Requirements】
I need a Gantt chart with the Y-axis representing the machine and the X-axis representing time. Each colored block in the chart represents a specific work order (identified by ArrivalOrder).
Key Requirement: The colored block for a single work order must consist of two consecutive segments: red (Setup Time) and green (Process Time) to reflect the true ratio of "line changeover preparation" to "actual processing."
Data Logic: Use Using From/To Lookup Table to determine Setup Time (Setup is only generated during product changeover).
【Current Technical Challenges】
Incorrect Event Log Time Points: Attempts to listen for On Setup Finish or On State Change (to Processing) occur, but the obtained setup finish time always overlaps with the stop time (processing completion), causing the Setup segment to not be reflected in the data table.
[Supplementary Explanation: Data Status Comparison Chart]
I have attached a comparison chart (2026-05-08 183219.png). The top is a custom Gantt chart, and the bottom is a built-in State Gantt chart.
Status Observation:
From the State Gantt below, it is clear that the machine did indeed enter the Setup (purple) state at a specific time.
However, the Gantt Chart above only displays the complete work order dwell area and cannot show the internal Setup process at all.
Solved! Go to Solution.