question

xiang avatar image
0 Likes"
xiang asked xiang commented

How to set up transport pallet

pallet-convery.fsm

FlexSim 19.0.0
decideseparate conveyingseparate delivery
· 2
5 |100000

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

Sebastian Hemmann avatar image Sebastian Hemmann commented ·

Hi,

I´m not sure if it is possible to explain a little bit more about what you are trying to do and what you already tried out.

0 Likes 0 ·
xiang avatar image xiang Sebastian Hemmann commented ·

Hello,my idea is as follows :

1.Stop pallets when pallets are delivered to PE1.

2.Judge whether there are pallets in PE2 and PE3.

3.PE1 releases pallet to PE2 if PE2 has no pallet,otherwise stop.

4.PE1 releases pallet to PE3 if PE3 has no pallet,otherwise stop.

0 Likes 0 ·
Sebastian Hemmann avatar image
0 Likes"
Sebastian Hemmann answered xiang commented

Hi @xiang, attached you find a small example model.

As soon as the Palet hits DP1 a Token is created and stops the Palet. Than this token pulls one of two areas (numbers on a list). Depending on the pulled area I set a Direction Label on the Palet and resume it. The Token that represents the area is waiting until the Palet is uncovering one of the PE.

pallet-convery_SH.fsm


· 1
5 |100000

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

xiang avatar image xiang commented ·

Thank you very much

0 Likes 0 ·
xiang avatar image
0 Likes"
xiang answered xiang commented

HI@sebastian.hemmann,Why does it show up pallet-convery-sh.fsm


· 8
5 |100000

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

Joerg Vogel avatar image Joerg Vogel commented ·

If you replace the return function by a process flow, then the logic isn’t allowed to be delayed at all. You are not allowed to delay or wait for an event. Because your process does this, you get this error message.

0 Likes 0 ·
xiang avatar image xiang Joerg Vogel commented ·

hello,How to set when allowing you to delay or wait for events .

0 Likes 0 ·
Sebastian Hemmann avatar image Sebastian Hemmann commented ·

Hi @xiang, could you please attach the model you are showing the pictures of? It looks as if "Will override return value" is chosen in any point.


0 Likes 0 ·
xiang avatar image xiang Sebastian Hemmann commented ·

As shown in the picture below .pallet-convery-200409.fsm

0 Likes 0 ·
Benjamin W2 avatar image Benjamin W2 xiang commented ·

Hi @xiang,

This is a pretty easy fix. On your first decision point, change your trigger to "On Continue" instead of "On Arrival". This will fix the problem.

OnContinue.fsm

0 Likes 0 ·
oncontinue.fsm (59.5 KiB)
Show more comments

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.