2 Object Rotation in Source

2 Object Rotation in Source

Student110
Not applicable
11 Views
2 Replies
Message 1 of 3

2 Object Rotation in Source

Student110
Not applicable

[ FlexSim 23.2.2 ]

Hello, I am trying to make my source to produce items with this following rotation:

A - A - A - B - B - B - loop

Is there a way to make this by using only one source and interarrival time?

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

moehlmann_fe
Explorer
Explorer
Accepted solution

Use the modulo operator % on the output statistic of the source to create a repeating sequence of numbers (1, 2, 3, 4, 5, 6, 1, 2, 3, ...). Then use these as case value in a "By Case" function when assigning the labels or define an sequence of label values in an array label and use the modulo value as the index when assigning labels.

0 Likes
Message 3 of 3

Jeanette_Fullmer
Community Manager
Community Manager

Hi @Student, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes