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

3 views (last 30 days)
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,

Answers (2)

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

VBBV
VBBV on 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.

Categories

Find more on Discrete-Event Simulation in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!