Tracking and logging entities with timestamp and namestamping in Simulink SIMEVENTS

623 Views Asked by At

I am working on a project involving discrete event system in production engineering. I am new to Simevents (used to simulate discrete event systems) in SIMULINK.

The entities generate block generates entities for the system. For my project, it is required to record the data such as Entity unique number, time within the system.

Is there any particular method to access the values generated in Block Paramters?

Regards, Arun Kumar

1

There are 1 best solutions below

0
On

MATLAB has a series of 7 videos to introduce the concepts and tools required to answer the questions.

Entity data is referred to as 'attributes'. Accessing and setting user-defined attributes are performed with block functions as shown in videos 4 & 5.

Video 2 shows how to visualize the arrival-time of entities.