question

BHARGAVA S avatar image
0 Likes"
BHARGAVA S asked BHARGAVA S commented

Control Point Wait time

test-2018-10-01-1348-a.fsm

Hi,

I am trying to make my agv stop until a queue is cleared. I have 3 queue's on a global list where the agv selects one queue i.e., available. once it selects a queue it should unload the product there and wait there until the whole queue is cleared. I am trying to use waitforevent in the process flow but it is not working. Could you help me with it ?

FlexSim 18.2.2
agv wait time
· 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.

Joshua S avatar image Joshua S commented ·

Can you explain what you mean by the whole queue is cleared, which queue is being cleared? the 3 soiledunloading queues don't have anywhere for the items to go, and so never clear.

0 Likes 0 ·
BHARGAVA S avatar image BHARGAVA S Joshua S commented ·

cusersbsrikantamdesktoptest-4.fsm

Hi @Joshua S please find the attachment

0 Likes 0 ·
BHARGAVA S avatar image BHARGAVA S BHARGAVA S commented ·

Hi @Joshua S the queue it selects to drop the material should get empty and until then the agv should wait at that control point connected to queue's.

0 Likes 0 ·

1 Answer

Joshua S avatar image
0 Likes"
Joshua S answered BHARGAVA S commented

You had everything setup right, you just need to change the line in your wait for event from "token.pulled" to "token.Queue"


pic1.png (13.9 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.

BHARGAVA S avatar image BHARGAVA S commented ·

Thanks @Joshua S it is working now.

0 Likes 0 ·