question

omer0 avatar image
1 Like"
omer0 asked omer0 edited

Create Task Sequence Without Process Flow

Hello, I was wondering is there in my model to go in order of machines and not have my task executer go back to the beginning until I place my last flow item in the M7 machine. I want to pick up a part then place a part into a machine and go in order of machines even if the previous machine is done for example if I have a flow item done in M1 I want to pick it up and place it in M2 and pick up the finished part in M2, and place in M3 and continue until M7 then come back M1 I know there is a way to do it without process flow if need be I can also try to draw it out on paper.genral-model-g1.fsm

FlexSim 23.1.2
stuck processno processflowparts in order
genral-model-g1.fsm (49.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

·
Carter Walch avatar image
1 Like"
Carter Walch answered omer0 edited

Hi @omer0 ,

Process flow example: genral-model-processflow.fsm

Close port example: genral-model-ports.fsm

In 3D logic, changing the priority of tasks for task executers like you are doing is good when there a multiple tasks firing and ready. However, even if the task executer is waiting for a high priority task, it will still complete the low priority tasks because it is waiting and idle.

There are two ways to do this:

1.You can close the port of processor1 when an item exits by using a trigger, and re-open it once an object leaves processor7. 1687279357096.png

1687279334296.png

2. If you want to give more specific custom logic, process flow is the easiest way to do this. I attached a model of creating a task sequence for the task executer to complete before going back to the first processor.

processflow.gif

Hope this helps!


· 10
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 ·
Thank you I really appreciate it.
1 Like 1 ·
omer0 avatar image omer0 commented ·

Hey I am still working on my model and am wondering why I am getting this error now?genral-model-g1 (1).fsm Also I may have a question on the port method which I like

1 Like 1 ·
Carter Walch avatar image Carter Walch omer0 commented ·
The model you attached isn't giving me any error. It also doesn't have any triggers changing the ports so it might be the original model. Can you attach the updated model with the error?
0 Likes 0 ·
omer0 avatar image omer0 Carter Walch commented ·

My bad, here is the model genral-model-ports (current).fsm

0 Likes 0 ·
Show more comments
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.