how to assign the service time value of the first entity server to the second entity server?

4 次查看(过去 30 天)
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.
Thank you,

回答(2 个)

Abdolkarim Mohammadi
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.

VBBV
VBBV 2022-11-21
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.

类别

Help CenterFile Exchange 中查找有关 Discrete-Event Simulation 的更多信息

产品


版本

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by