Transporter wait for Processor

Transporter wait for Processor

hayhernandes9
Enthusiast Enthusiast
5 Views
2 Replies
Message 1 of 3

Transporter wait for Processor

hayhernandes9
Enthusiast
Enthusiast

[ FlexSim 19.0.0 ]

Hi!

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

Thanks.

0 Likes
Accepted solutions (1)
6 Views
2 Replies
Replies (2)
Message 2 of 3

roi_sn
Not applicable
Accepted solution

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.

0 Likes
Message 3 of 3

hayhernandes9
Enthusiast
Enthusiast

@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