1 换模时间轴:红=停机内部,绿=运行外部 Changeover Timeline: Red = Internal (Stopped), Green = External (Running)
优化前Before上排是优化前:所有作业都挤在停机段里串行排队。点「优化」后看下排 —— 大部分外部作业被挪到机器还在运行的时段提前做,剩下的内部作业再并行压缩,红色停机条肉眼可见地缩短。 Top row is the baseline: every task crammed into the downtime block in serial order. Hit "Optimize" and watch the bottom row — most of the external work gets moved into the window when the machine is still running, the remaining internal work is parallelized, and the red downtime bar visibly shrinks.
2 停机时间:优化前 vs 优化后 Downtime: Before vs After
两条横条直观对比真正的停机时长。外部化把作业搬离停机段、并行与简化再压缩剩余内部作业 —— 二者叠加,就是 SMED 把几小时变几分钟的全部秘密。 Two side-by-side bars compare actual downtime. Externalization lifts work out of the stopped window; parallelization and simplification compress what remains. Stack those two moves and you have the entire trick that turns hours into minutes.