What is the Event Object Label value and Name of Event Object Label value

What is the Event Object Label value and Name of Event Object Label value

sudheer_r
Not applicable
29 Views
4 Replies
Message 1 of 5

What is the Event Object Label value and Name of Event Object Label value

sudheer_r
Not applicable

[ FlexSim 19.2.0 ]

22694-d1.jpg

0 Likes
Accepted solutions (1)
30 Views
4 Replies
Replies (4)
Message 2 of 5

JordanLJohnson
Autodesk
Autodesk
Accepted solution

The Event object is the object that fired the event that is causing the statistics collector to update the table.

Event Object Label Value writes code like this:

current.SomeLabel

Name of Event Object Label Value writes code like this:

current.SomeLabel.name

Note that the second assumes that SomeLabel is a pointer to another node.

.


Jordan Johnson
Principal Software Engineer
>

0 Likes
Message 3 of 5

sudheer_r
Not applicable

Could you please give sample model using above codes.

0 Likes
Message 4 of 5

sudheer_r
Not applicable

@jordan.johnson could you please give some sample model which expalins the above two plz.

0 Likes
Message 5 of 5

JordanLJohnson
Autodesk
Autodesk

Here you go. The Statistics Collector listens to both Queues, and records the value of an Event Object's label, as well as the name of the value of an event object's label.

eventlabelvalues.fsm

.


Jordan Johnson
Principal Software Engineer
>

0 Likes