question

omer0 avatar image
0 Likes"
omer0 asked Natalie White commented

Filling up two processors before continuing

Hello I was wondering, in my model how do I fill both M2A and M2B before having my task executer pick up whichever one is finished first and contigenral-model-ports (current).fsmnuing down the line

FlexSim 23.1.2
taskexecutormachinefilling machine line
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

·
Natalie White avatar image
0 Likes"
Natalie White answered omer0 commented

Hi @omer0,

You need to use a Wait for Event activity in your process flow. There's no simple way to do this without using process flow.

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

omer0 avatar image omer0 commented ·

So here is what I have from here how do I fix my errorgenral-model-processflow(current).fsm

0 Likes 0 ·
Natalie White avatar image Natalie White omer0 commented ·

As you can see, your error is caused by your Unload task. Something involved in your task was marked NULL. 1687359788211.png

When we look at the properties of the Unload task, we can quickly see that there is no destination station specified. It just has the default "token.destination."

1687359846504.png

You need to update the station field. This is the process for how you can debug your error codes. You can also look at your process flow to see where your tokens are when the error happens. That will help you know which activity in the process flow is probably causing your error.

1 Like 1 ·
1687359788211.png (30.9 KiB)
1687359846504.png (20.3 KiB)

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.