What is the purpose of objects having labels?

What is the purpose of objects having labels?

sudheer_r
Not applicable
15 Views
2 Replies
Message 1 of 3

What is the purpose of objects having labels?

sudheer_r
Not applicable

[ FlexSim 19.1.2 ]

As shown below why do we need lables for Queues. How is it useful in simulation. Any example explaining the use of labels for objects please?

22748-doubt1.jpg

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

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

Labels are local variables at objects and items. If you want to store the data of an item, that has already left the queue, you can hold the data into a label at the queue.

You need labels to identify the last output port for using the send to port function for round robin.

0 Likes
Message 3 of 3

SCHamoen
Advisor
Advisor

@Sudheer R If you try to play around with process flow (which eventually you should do to make your modelling live at lot easier) you will find that labels are a necessary thing to build a model. Without it is not possible.

Besides the solutions that @Jörg Vogel already mentioned, think about results and statistics you need, orders, or parts of orders, destinations product have to go to, positions etc. etc,

0 Likes