01-18-2017 01:35 AM
Hi
I was studying assembly line.
One problem occured when manual loading to Assembly station.
I added Buffer in front of Assembly station. I solved problem.
But there was another problem.
I want to make worker move to assembly station & carry part to singleproc.
But, the worker doesn't move singleproc.
I attached file. in version 13.
1. I want to make Manual Part Load method to Assembly line.
2. I want to make Worker move to Assembly & Singleproc station.
please help me...
Solved! Go to Solution.
01-18-2017 03:55 AM - edited 01-18-2017 03:56 AM
as a starting point you need to prevent, that the worker carries a part to a full buffer. This you can do in a exit control of the sources. You need to define there a condition for transporting the next part (e.g. worker and buffer is empty),
Steffen Bangsow freelance simulation specialist web: www.bangsow.eu mail: steffen@bangsow.net | ![]() |
01-18-2017 07:12 PM