question

Cyrine S avatar image
0 Likes"
Cyrine S asked Benjamin W2 commented

Operator move a queue

Hello,

Is there any possibility to make an operator move a queue from one position to another using Flexsim 18.1.1.

Thank you in advance for your answers.

FlexSim 18.1.1
queueoperatormove
· 5
5 |100000

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

tannerp avatar image tannerp commented ·

While this is possible, it might be better to avoid it if you can because it can become problematic. If you'd like to upload an example of what you're trying to model, we could try and find a solution for you.

0 Likes 0 ·
BING SYUAN L avatar image BING SYUAN L commented ·

wrong-reset-position-of-queue.fsm@jing.chen

Excuse me, I build the new model by the same way as your example. I just unload the queue to the model(), and do not set the location, because it's not important to me now.

My problem is if I stop the model during transportation or unload the queue to other place, and then, reset the model. The queue would not back to original position, it's still at the unload position or on the people's subnode, I can't solve the problem.

Really need everyone's help, thank you.

0 Likes 0 ·
tannerp avatar image tannerp BING SYUAN L commented ·

@BING SYUAN L,

A good practice on the Answers site is to post a new question with a link to this old question. Old posts are rarely reviewed and your comment may not get seen.

0 Likes 0 ·
jing.c avatar image jing.c BING SYUAN L commented ·

hi bing.

You can reset the queue in the right-click menu to solve your question as the pic attached below.

0 Likes 0 ·
reset-position.png (45.1 KiB)
BING SYUAN L avatar image BING SYUAN L commented ·

@jing.chen Thank you so much, that's what I need.

0 Likes 0 ·
jing.c avatar image
2 Likes"
jing.c answered

Hi! @Cyrine S

If you use PF, it will be easy. You can get the Object from "Assign Event Object to" in Source Activity, then load and unload the Queue as other item. Remember that You should unload the Queue to "model()"

and set the position or the queue will location in(0,0,0)

I attach a sample and may it helps~

move-queuev181.fsm


object.png (14.4 KiB)
move-queuev181.fsm (29.1 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.

Monika Sokół avatar image
2 Likes"
Monika Sokół answered Benjamin W2 commented

You can do it via ProcessFlow. An example in attachement.

operator-moves-queue.fsm


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

Cyrine S avatar image Cyrine S commented ·

Thanks for you answer. But these is an error in your example model. It keeps telling me that " An invalid task has been encountered" each time I run the model..

1 Like 1 ·
Benjamin W2 avatar image Benjamin W2 Cyrine S commented ·

Hi @Cyrine S,

Change out the "Load" activity for a "Move Object" activity and it should work.

operatormovequeue.fsm

0 Likes 0 ·
move-object.png (14.4 KiB)
move-object.png (14.4 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.