question

Tamilselvan avatar image
0 Likes"
Tamilselvan asked Julie Weller commented

Task executer delay

Is it possible to give two task executer delay at same time for same object, because i need to reflect the Previous station unloading and new station loading Stats in the state gantt.

FlexSim 23.1.1
task executer delay
· 3
5 |100000

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

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

The answer is always yes, but I think we need to see your model to understand better and base it on your implementation so far. The process flow solution will differ from a coordinated task sequence solution for example.

Note: You use the term station which, in FlexSim, is usually a location on a network or conveyor system.

0 Likes 0 ·
Tamilselvan avatar image Tamilselvan Jason Lightfoot ♦ commented ·

Station refers to the object in this question, My question is i have to give conveyance for station (Object-Basic TE), one will be loading conveyance and other one will be unloading conveyance. I have two parallel tokens, But what happens is after completing one Task executer delay, then next one starts. but my requirement is it has to start parallel.


for example lets consider loading time is 20sec and unloading time 25 sec - total conveyance time should be 25 sec(Loading and unloading will be done parallely)

but i am getting 45 sec because tokens not starting parallely

Task_executer_delay.fsm

0 Likes 0 ·
Julie Weller avatar image Julie Weller commented ·

Hi @Tamilselvan, was Jason Lightfoot's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited
Please upload the model again - something went wrong.

Since you say you're using tokens you need to synchronize them before the delay which you can do with a synchronise activity, but with many tokens these make your process flow hard to see, so you can also just push and pull from a list to do the sync.

· 3
5 |100000

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

Tamilselvan avatar image Tamilselvan commented ·
0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Tamilselvan commented ·

Yeah that's not going to test it. Here you go:

task-executer-delay_jl.fsm

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Tamilselvan commented ·

Wait - are you saying you want the same task executer to do both tasks in parallel? That's not supported in FlexSim. Also a single FlexSim object cannot be in two numeric states at once for the same profile without some conjuring and use of bitmasks. You can have two or more state profiles. But your example is setting the same state, so it probably isn't that.

Perhaps if you could be a little less abstract and describe the real life system you're trying to model we can better help you.

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.