question

Ankur A3 avatar image
0 Likes"
Ankur A3 asked Felix Möhlmann commented

Breakdown After 100 Cycle?

Hi Team,

I am having counter label to count number of cycle completed. How can I apply breakdown after every 100 cycle using process flow?

I am looking for option where token gets generated based on label value.

Also, please let me know if any other better way to do it.

Thank you!

FlexSim 21.0.10
processflowbreakdowncycle
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
0 Likes"
Felix Möhlmann answered Felix Möhlmann commented

I assume the count label is present on a processor or similar object?

My suggestions would be to either listen to every event that also updates the label in an event-triggered source in the process flow. The created token can then check the label value. If it is not a multiple of 100, the token is send directly into a sink.

Or you have the processor send a message to itself when the label is increased to a multiple of 100 and react to that message in the process flow.

BreakdownTrigger.fsm


· 2
5 |100000

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