Search found 60 matches

by Bram de Vries
Monday 22 May, 2017 - 13:53
Forum: Modeling in Pedestrian Dynamics
Topic: Evacuation time analysis
Replies: 31
Views: 197874

Re: Evacuation time analysis

Dear ie_1989, With regards to the accumulation at the passageways. I would suggest to also use an Action Area with Agent_StartRouting(i) over there. This will have the same effect as using Reroute periodically. Especially since you have set the update time at 10 seconds. If you locate the action are...
by Bram de Vries
Friday 19 May, 2017 - 11:22
Forum: Modeling in Pedestrian Dynamics
Topic: Evacuation time analysis
Replies: 31
Views: 197874

Re: Evacuation time analysis

Dear ie_1989,

I'm happy to hear that your problem is solved! If you let me know where these accumulations take place I could take a look at it.

Kind regards,

Bram
by Bram de Vries
Monday 15 May, 2017 - 16:25
Forum: Modeling in Pedestrian Dynamics
Topic: Evacuation time analysis
Replies: 31
Views: 197874

Re: Evacuation time analysis

Dear ie_1989, Your problem is caused by the fact that you are running with the setting Re-route periodically (in the Agent profiles). This is unfortunately not possible in combination with the Action Timer which alters the directions of your escalators and that's why some Agents get stuck on them. I...
by Bram de Vries
Monday 27 June, 2016 - 11:01
Forum: Modeling in Pedestrian Dynamics
Topic: PD shuts down
Replies: 9
Views: 34832

Re: PD shuts down

Dear ie_1989, It's possible that your model will still work fine and that only the progress bar might be stuck. When this problem occurs again, could you try to access the Interact Window (Hold down the SHIFT and F6 buttons) and execute the following code: Do( progressbar(1), progressbar(0) ) Hopefu...
by Bram de Vries
Thursday 22 October, 2015 - 13:01
Forum: Modeling in Enterprise Dynamics
Topic: Random assignment of work elements to workstations in an assembly line
Replies: 17
Views: 14790

Re: Random assignment of work elements to workstations in an assembly line

Dear Amir Ebadi, I implemented a solution in the attached model. I now only add successors to the list of candidates which haven't already been added before. When the list of possible candidates is empty, I move on to the next workstation. Here, I add successors to the list of candidates which previ...
by Bram de Vries
Friday 09 October, 2015 - 13:44
Forum: Enterprise Dynamics 4DScript
Topic: 4DScript
Replies: 8
Views: 7654

Re: 4DScript

Hello Freddy,

When exactly do you get this message? When you access the Experiment wizard, at the end of the experiment or at some other time?

Kind regards,

Bram
by Bram de Vries
Friday 09 October, 2015 - 12:57
Forum: Enterprise Dynamics 4DScript
Topic: 4DScript
Replies: 8
Views: 7654

Re: 4DScript

Hello Freddy, I think you should do the following to solve this problem: - In the Library Tree (usually at the left side of your screen when you open Enterprise Dynamics), expand the System category (by pressing the + button next to it). - Select Experiment Support and press F9, now this interface s...
by Bram de Vries
Friday 09 October, 2015 - 09:07
Forum: Enterprise Dynamics 4DScript
Topic: 4DScript
Replies: 8
Views: 7654

Re: 4DScript

Furthermore, could you provide me with the steps you take to the moment that this error pops up?

Kind regards,

Bram
by Bram de Vries
Friday 09 October, 2015 - 08:55
Forum: Enterprise Dynamics 4DScript
Topic: 4DScript
Replies: 8
Views: 7654

Re: 4DScript

Hello Freddy,

Can I maybe take a look at your model? Then I can hopefully see what's going wrong.

Kind regards,

Bram
by Bram de Vries
Monday 05 October, 2015 - 11:10
Forum: Modeling in Enterprise Dynamics
Topic: Random assignment of work elements to workstations in an assembly line
Replies: 17
Views: 14790

Re: Random assignment of work elements to workstations in an assembly line

Dear Amir Ebadi, I've figured out what the problem with the current model is. At a certain moment in the execution of the Initialize code, no successors can be added to the list of candidates because they will all exceed the takt times. However, it is possible that the list of candidates then only c...