question

Rara Hasna avatar image
0 Likes"
Rara Hasna asked Rara Hasna commented

Operator pick specific item from conveyors

Hello,

I am new to FlexSim and still figuring out how FlexSim works.

In the model below, I have 3 conveyors that connect to each other and the last conveyor connects with a separator. Also, I have 2 decision points where operators can pick up the items from the conveyors. Each decision point has 4 operators.

There are 3 items that go through the conveyor: red, blue, and green. I want the operators to pick up the blue and green items on every decision points I build and move them to the floor storage located on the left and right of the conveyors. Other than that, I want to let the red items go through the separator.

I tried to build the model with a General Process Flow but it didn't go as I wanted, the red items ended up going to the Red_CB (floor storage) first, and the operator must pick it up one by one to the separator.

Is there any possible way to fix this? I uploaded the model and the picture below, thank you very much.

RPM.fsmscreenshot-2023-12-20-224745.png

FlexSim 22.2.0
conveyorsdecision pointsoperator pickup
rpm.fsm (218.0 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Rara Hasna commented

Did you upload the correct model since this one give an error immediately.

1703267484587.png

Which is happening since:

Model.find("organik hasil conveyor")  

evaluates to NULL (but you should probably be unloading to an entry transfer rather than the conveyor directly). You can test expressions like that work by running them in the script console and looking at the result.

Rather than 'figuring out' FlexSim you should go through the tutorials.


1703267484587.png (98.9 KiB)
· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Rara Hasna avatar image Rara Hasna commented ·

Hi, thank you for answering, and I'm sorry for the late reply.

And yes, unfortunately, I uploaded the wrong file as I changed the name of the floor storage so the model didn't run well. Let me attach the correct one below.

RPM.fsm

I also tried what you suggested by changing it to an entry transfer and it works, but the operators still need to pick up and move it to an entry transfer.

1703691371400.png

Is there any other way to let the red items go through the conveyors without being picked up by operators?


0 Likes 0 ·
1703691371400.png (411.3 KiB)
rpm.fsm (218.0 KiB)
Jason Lightfoot avatar image Jason Lightfoot ♦ Rara Hasna commented ·
It's not doing anything you haven't told it to. If you want to let some items flow through then don't stop them / create an operator job. Use an Decide activity to determine that based on the item.

As I said, you should do the tutorials.

0 Likes 0 ·
Rara Hasna avatar image Rara Hasna Jason Lightfoot ♦ commented ·
Thank you. I will try to do the tutorials.
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.