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:

  1. 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.