question

SudheerReddy avatar image
0 Likes"
SudheerReddy asked Jordan Johnson commented

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

FlexSim 19.2.0
statistics collector
d1.jpg (55.9 KiB)
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

SudheerReddy avatar image SudheerReddy commented ·

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

0 Likes 0 ·

1 Answer

·
Jordan Johnson avatar image
0 Likes"
Jordan Johnson answered Jordan Johnson commented

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.

· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

SudheerReddy avatar image SudheerReddy commented ·

Could you please give sample model using above codes.

0 Likes 0 ·
Jordan Johnson avatar image Jordan Johnson ♦♦ SudheerReddy commented ·

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

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.