question

SAMUELPD avatar image
0 Likes"
SAMUELPD asked SAMUELPD commented

Pull from list

Modele_crane (2) .fsm

Hello,

I need some help, I'm stuck

In this model, I have 5 racks that the crane must take following a specific logic according to the material and product.

Une image contenant texte, nombre, Police, ligneLe contenu généré par l’IA peut être incorrect.

Material PVC01: Take 1 item transported by conveyor1.

Material PVC02: Take 2 items, one at a time, transported by conveyor4.

Material PVC03: Take 2 items at a time, transported by conveyor4. Material PVC03 is stocked in two racks with a capacity of 100.

This cycle must be repeated until the desired quantity created in (GlobalTable1) is reached, which I have not been able to link to the model.

I am trying on the process flow. I created tokens and put them in a list that I want to call in (CraneControl).

And in (requestNumber), I want to call the required quantity according to the material. PVC01=1, PVC02=2 and PVC03=2 from de list

And in the Value, I need to call the rack that corresponds according to the material, but i not sur how to do it.

I'm not sure if this is the best way to do it. If someone can help me, I would appreciate it.

FlexSim 25.0.2
pull system
1743696322132.png (29.3 KiB)
modele-crane-2.fsm (80.8 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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered SAMUELPD commented

I would push the items to different partitions. You can then pull and move items in the specified order by pulling from the respective partition in each case.

modele-crane-3.fsm


modele-crane-3.fsm (84.3 KiB)
· 4
5 |100000

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