how to assign the service time value of the first entity server to the second entity server?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hello,
I am trying to build a model where the first entity server represents the standard time needed to do a job and the second entity server represents the disruption that will occur. The disruption is 20% of the service time action in the first entity server. So I defined a random Source that connects to the signal port of the first entity server. My problem is that i cant find a way to transfer the assigned number to the second entity server. it would be great if someone has an idea or an alternative solution for this issue (transfer of the service time in the first entity server to the second) that can share.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/529929/image.png)
Thank you,
0 Commenti
Risposte (2)
Abdolkarim Mohammadi
il 4 Mar 2021
You can add an attribute to the entities, so that when the entity arrives in the first server, the assigned service time is recorded into the attribute, and when the entity arrives in the second server, the value of the attribute is read and used as service time.
1 Commento
Mehreen Khan
il 5 Set 2021
Could you please tell me how to record service time into the entity attribute?
VBBV
il 21 Nov 2022
You can try by putting an additional entity block between first server and second server. Assign the output of first server to new entity block and output from new entity to second server with scope included.
0 Commenti
Vedere anche
Categorie
Scopri di più su Discrete-Event Simulation in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!