question

Tuan avatar image
0 Likes"
Tuan asked Andrew O commented

How to return the result of the experimenter?

@Kavika F

Hello

experimenter-result.png

As shown above, the result is 100

How to write the result to the value of the picture below

螢幕擷取畫面-2022-11-15-205846.png

I want to write the result of the experimenter to the globaltable

socket new.fsm


FlexSim 20.0.10
experimenter
· 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.

Andrew O avatar image Andrew O commented ·

Hi @Tuan, was Jason Lightfoot's answer helpful? If so, please click the "Accept" button at the bottom of 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

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

The scenario and replication data is stored in this table in earlier FlexSim versions:

MODEL:/Tools/Experimenter/PerformanceMeasures/item average processing time/data

You can read the data from there and /or calculate summary statistics.


· 4
5 |100000

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

Tuan avatar image Tuan commented ·

擷1取.png

@Jason Lightfoot

I tried typing in the code

but not working

what's wrong??

0 Likes 0 ·
擷1取.png (108.7 KiB)
Jason Lightfoot avatar image Jason Lightfoot ♦ Tuan commented ·


Just enter this for the value.

Table(Model.find("MODEL:/Tools/Experimenter/PerformanceMeasures/item average processing time/data"))[scenario][replication]

0 Likes 0 ·
Tuan avatar image Tuan Jason Lightfoot ♦ commented ·

@Jason Lightfoot

Still can't write to the global table

1668586884078.png

0 Likes 0 ·
1668586884078.png (62.0 KiB)
Show more comments

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.