ATTENTIONThis FlexSim Community Forum is read-only. Please post any new questions, ideas, or discussions to our new community (we call it Answers) at https://answers.flexsim.com/. Our new Question & Answer site brings a modern, mobile-friendly interface and more focus on getting answers quickly. There are a few differences between how our new Q&A community works vs. a classic, threaded-conversation-style forum like the one below, so be sure to read our Answers Best Practices. |
flexsim.com |
#41
|
|||
|
|||
Start of Scenario has been removed from the experimenter GUI, but the code is kept in the tree. Shouldn't we be calling this if the scenario number is changed from the last scenario that was run? (and also on the GoTo Scenario selection).
|
The Following User Says Thank You to Jason Lightfoot For This Useful Post: | ||
mgiubilato (02-29-2012) |
#42
|
|||
|
|||
Flexsim v 6.0 Experimenter
Group 's Performance Measure are not returning any results.
(I' m guessing this is an already known problem) |
The Following User Says Thank You to mgiubilato For This Useful Post: | ||
Phil BoBo (02-29-2012) |
#43
|
|||
|
|||
Quote:
I would apreciate if you check it please!! Let me know if you didn't undesrtand the problem!! Obs: The model was saved on FlexSim6. Best Regards. Flavio Brito |
#44
|
||||
|
||||
Quote:
|
#45
|
||||
|
||||
Quote:
By making the experimenter asynchronous, Start of Scenario has no more meaning than Start of Replication where replication == 1. What are you trying to do in the Start of Scenario code that requires a separate trigger from Start of Replication? |
#46
|
||||
|
||||
Quote:
Do you experience the same resolution with a normal mouse? Can you duplicate this issue more easily than I can (by virtue of the type of 3d mouse you have)? |
#47
|
|||||
|
|||||
Quote:
Quote:
Quote:
Quote:
You can currently break up an experiment into pieces and then merge the results. You should test around with the Export/Merge Results button to see how that works. Quote:
Thanks for the feedback. |
The Following User Says Thank You to Phil BoBo For This Useful Post: | ||
Flavio Brito (03-06-2012) |
#48
|
|||
|
|||
Quote:
|
#49
|
|||
|
|||
Quote:
Btw. The experimenter parameters for the triggers are the reverse of the childstart parameters and give the wrong values. (replication is scenario, and scenario is replication). |
#51
|
|||
|
|||
Embed Media with Models
- Take a simple media file and store a Flexsim model with "Embed Media with Models" checked.
- Move the Flexsim file into another PC and then open it. - Uncheck "Embed Media with Models" : all embedded media are lost. I 'm guessing that a embedded media export function is needed and missing, actually. It should extract all the embedded files into a folder. See Attached Example |
#52
|
|||
|
|||
Quote:
Quote:
We currently write out these tables (which contain results for all replications) using exportable at the end of a scenario. This could not be changed to write out results at the end of a replication without naming each file uniquely depending on the replication number. This would then make the results data much harder to process externally (e.g. importing into Excel to compare results across replications). Thanks |
The Following 2 Users Say Thank You to mark.gormley For This Useful Post: | ||
mgiubilato (03-01-2012) |
#53
|
|||
|
|||
Mark, look in the project/exec/replications/PerformanceMeasures node where it suggests that you need to place any other non-PFM data in the experiment folder, which gets passed back to the parent. Is that what you tried already? I think you then need to customize that PerformanceMeasures code in the second part in order to interpret the data structure you've created within the experiment folder. You could copy the whole globalTables folder and restore it from that code back into the model.
Phil, maybe we need a hook into a trigger in the model's experimenter to perform some custom data consolidation, which would save us from needing to overwrite the PerformanceMeasures node when the model is loaded? Or is one there already that I've missed? Last edited by Jason Lightfoot; 03-01-2012 at 10:37 AM. |
The Following 2 Users Say Thank You to Jason Lightfoot For This Useful Post: | ||
Phil BoBo (03-09-2012) |
#54
|
|||
|
|||
Here's an example of gathering global table information
|
The Following 2 Users Say Thank You to Jason Lightfoot For This Useful Post: | ||
mgiubilato (03-01-2012) |
#55
|
|||
|
|||
Logic Builder Code Issues
Flexscript code X += 2; is properly block converted.
Statement X -= 2; gives a wrong block conversion result. See image |
The Following User Says Thank You to Daniele Sasia For This Useful Post: | ||
Phil BoBo (03-01-2012) |
#57
|
|||
|
|||
Set object' s label value a reset
Just a few questions :
- Is it possible disabling it as default ? - Actually when this option is checked/unchecked all the object' s labels follow the same behaviour, is it possible have independent settings for labels ? - When label' s reset value is set, after or before object' s OnReset ? Regards |
#58
|
|||
|
|||
Jason Excellent !!!
How does it work ? |
#59
|
|||
|
|||
It's already partially catered for in the exec/replications/PerformanceMeasures logic, but as that's standard Flexsim and outside the model we need to overwrite it (for now). So ModelOnLoad copies a custom PerformanceMeasures node from the /Tools folder into the exec location. I used the standard EndReplication to copy the data you want into the /Tools/Experiment folder which is passed into the PerformanceMeasures code. The custom code to interpret the table and move it is right at the end of the PerformanceMeasures code (one line). Since we don't want to maintain copies of PerformanceMeasures in the model, it would be better if there was a trigger in the model experimenter that gets called from PerformanceMeasures when it's passed the experiment folder from a child replication. It would need to pass in a pointer to the returned experiment folder. Heck I should have just put that into this example in the first place! Last edited by Jason Lightfoot; 03-01-2012 at 11:33 AM. |
#60
|
|||
|
|||
Thanks for that Jason, really good. I do however think that this functionality should be included by default. It is a feature of the software that currently exists as standard and has now been removed. Perhaps we could have some way of flagging tables that collect results and need to be merged at the end of an experiment to produce combined results? |
Thread | Thread Starter | Forum | Replies | Last Post |
Flexsim 5 Beta | Anthony Johnson | Product Announcements | 47 | 10-26-2011 11:08 AM |
Version 4.5 Beta | Phil BoBo | Product Announcements | 19 | 12-26-2008 04:53 PM |