question

Gulati avatar image
0 Likes"
Gulati asked Jeff Nordgren commented

label

dummy-model.fsm.

In attached model there is two processors and two queues. logic which I want from here is at queue 2 a batch of 50 reached from source 2 and one by one processor1 is processing from queue1 then in queue 3 a batch of 500 came from source 3 and processor2 must get 16 item from queue2 at once and process with one item coming from processor1.

Choose One
label logic
dummy-model.fsm (16.8 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

Sam Stubbs avatar image
1 Like"
Sam Stubbs answered Jeff Nordgren commented

It sounds to me that what you're looking for instead of a Processor for processor2 is rather a combiner that takes 1 item from the source2 lane, and batches it with 16 items from the source3 lane. Also, IN order to get the 50 and 500 coming from source2 and source3, I changed the sources to be scheduled sources on repeat instead of inter-arrival sources. (I'm not sure what you were looking for there, but if you want to change the times that those parts come in, you can edit the arrivals table in either sources.)

Here's your model with my proposed changes.

10032-dummy-model.fsm


· 4
5 |100000

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