hello guys;
I want to put engines in an disassembly system. so I thought to use separator as a disassembly line my problem is that I want to put an engine in the input and I want in the output of the separator 3 modules . plz how can i do that?
hello guys;
I want to put engines in an disassembly system. so I thought to use separator as a disassembly line my problem is that I want to put an engine in the input and I want in the output of the separator 3 modules . plz how can i do that?
Here is a simple example model using a combiner and a separator. Is this similar to what you are thinking?
Hello @Isaac Lister.
Thank you for answering at my question. it think i found a solution sol.fsm. can you help me to give to the three cylinders different colors "3"
Using your model I just added the pickoption "Set Color By Case" in the Separator's OnExit trigger:
The value used for the color code is based on the statistic (stats) of how many product left (output) the Separator (current):
current.stats.output.value
This expression will return 0-1-2-3-4-5-6-7... So to get a sequence which is repeated every 3 products for the color code, you can use the integer modular:
current.stats.output.value%3
This will return 0-1-2-0-1-2-0-1-2...
I just added +1 to shift the sequence used for the color code to 1-2-3-1-2-3-1-2-3...
With the default color code in FlexSim 1=red, 2= green, 3=blue:
But if you prefer to use your own colors you can add cases to this pickoption.
Here is the model: 2018-11-21-separator-3-copies-with-different-color.fsm
9 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved