question

mUg24 avatar image
0 Likes"
mUg24 asked Ben Wilson commented

Performance measure per day on experimenter

Hello!

I am running a simulation where I want to know the output of each processor at the end of the day (12 am), the model is supposed to run for 6 days.

I am attaching a sample model where I need to know (through experimenter) the output of day 1, day 2, day 3... day 6.

Thanks in advance!!example experimenter per day.fsm

FlexSim 20.2.1
flexsim 20.2.1experimenter performance measures
· 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.

Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @Mercedes U, was Andrés Pallaro's answer helpful? If so, please click the red "Accept" button on their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Andres Pallaro avatar image
0 Likes"
Andres Pallaro answered

Hello @Mercedes U,

In order to get the output by machine by day we need tu build a custom table.

What I did first was to create a Global Variable "Dia" for the day and an User Event for changing the "Dia" every 24 hours.

Then I created a Global table "Registro" to write the information with an Increment Value Trigger on Exit of each processor. Here I referenced "Dia" for the row and 4 (Processor 4) for the column. Don´t forget to use a Clear All cell data trigger On reset of the table. example-experimenter-per-day.fsm


5 |100000

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

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.