question

Horn H avatar image
0 Likes"
Horn H asked Horn H commented

Transporter wait for Processor

Hi!

Attached model ask.fsm I want to set Transporter WAIT when Processor is processing ,then send the box when processor is Available.

Thanks.

FlexSim 19.0.0
processor
ask.fsm (38.5 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

·
Roi Sánchez avatar image
0 Likes"
Roi Sánchez answered Horn H commented

Hello @Horn H

In order to do this you only need a Wait for Event activity in which the token will wait until the state of the processor is idle (state number 1).

ask2.fsm

I do not know what is the purpose of the model but take into account that agvs are overlaping. I would recommend you to use an agv network.


ask2.fsm (40.6 KiB)
· 1
5 |100000

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

Horn H avatar image Horn H commented ·

@Roi SánchezYour attached works very well,Thanks for you help.I have another one question, I want to vary speed of transporter when they Onload/Onunload.I tried doing this by using Event-Triggered Source for Onload/OnUnload and Custom Code below ,but It didn't work.How can I achieve that?

getvarnode(Model.find("TaskExecuter1"),"maxspeed",value)
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.