question

Zuleyma D avatar image
0 Likes"
Zuleyma D asked Sebastian Hemmann commented

Decide Process Flow

Hello Everyone,

I have this model:

I created 2 subflows in order to the operator can transport the item between Queues and Processors, and they work very well; but how can I tell to the operator, that before to go to process in the second processor, he sould donwload the item from the processor1?

I attached my model.

intento-8.fsm

FlexSim 16.2.2
process flowdecide
captura1.png (58.8 KiB)
intento-8.fsm (25.7 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

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

Hey, as it looks you are mixing Standard functionality (Tasksequences picked in GUI) and Process Flow Activitys. To do this you have to know, that every Tasksequence Activity has an own Createemptytasksequence an Dispatchtasksequence command. So standard Sequences and your created PF Sequences are mixed up and do (for us) strange thinks.

As solution there are some possible ways I think:

1. Do everything you want with standard pickoptions in the GUI (completely without Processflow)

2. Do everything you want only with ProcessFlow (without the Pickoptions in GUI)

3. Create your Tasksequences in Processflow by using "Creat TS" and "Dispatch TS" Activitys to make Sequences out of your single Tasks. This might be advanced stuff ;-)

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

Zuleyma D avatar image Zuleyma D commented ·

Thanks @sebastian.hemmann I tried making everything only with ProcessFlow, now is working (only two times) when the operator should load the third Iteme this error appears:

0 Likes 0 ·
captura2.png (8.2 KiB)
Sebastian Hemmann avatar image Sebastian Hemmann Zuleyma D commented ·

This says you don´t have the right link to the Item. Please have a look into your Processflow what Item is referenced for the third round.

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.