question

Arun avatar image
0 Likes"
Arun asked Jason Lightfoot commented

Split objects in Seperator by rate

Hi
I have a model where the separator has to split a single pipe into 5 pieces with 20 seconds as cycle time. The issue is I don't want 5 pipes after 20 seconds, instead, I need each pipe at intervals of 4 secs.
1709823145406.pngI can use process flow to create objects on sub-flow but want to know if there is any easy method.

Thanks in advance
test.fsm

FlexSim 23.2.0
seperator
1709823145406.png (45.9 KiB)
test.fsm (31.7 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

·
Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered Jason Lightfoot commented

You could use a process time of 0 in the separator and send the items to a processor with a process time of 4s. The items would all be created immediately but leave the processor in a 4s interval.

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

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

You could also hold the items via the sendtoport trigger and instead release them through port 1 at 4 seconds intervals using a delayed message. It may not be as transparent as a process flow.

test_seperatorReleaseDelays.fsm

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.