Search found 18 matches

by Ignasi Echaniz
Friday 04 September, 2020 - 17:08
Forum: Modeling in Pedestrian Dynamics
Topic: Incorrect layer name
Replies: 5
Views: 35372

Re: Incorrect layer name

Hi Nilukalakmali, Thanks for attaching the model. I have just opened the model (2.mod) and I have started a simulation. I do not get any error. The model runs smoothly. Could you describe when this error happens to you? Also could specify which Pedestrian Dynamics version are you using. You can get ...
by Ignasi Echaniz
Wednesday 02 September, 2020 - 18:09
Forum: Modeling in Pedestrian Dynamics
Topic: Incorrect layer name
Replies: 5
Views: 35372

Re: Incorrect layer name

Hi Nilukalakmali, Thanks for posting your issue. This is a strange error. It might be that you gave a name to one height layer with one non accepted keyboard character by Pedestrian Dynamics engine. Can you still open the model? If not, would it be possible to attach your model in your post? Thanks,...
by Ignasi Echaniz
Monday 24 June, 2019 - 09:32
Forum: Modeling in Pedestrian Dynamics
Topic: Problems with GlobalVar during runtime
Replies: 5
Views: 16466

Re: Problems with GlobalVar during runtime

Hi Fabian, Thanks a lot for sharing your solution with the community. Nice that you are using Pedestrian Dynamics complex scripting functions! Indeed it is a good practice to activate your excel sheet and access the data through OLE function. For others users, a good practice tips when retrieving an...
by Ignasi Echaniz
Monday 24 June, 2019 - 09:24
Forum: Modeling in Pedestrian Dynamics
Topic: Waiting and Passage activites questions
Replies: 6
Views: 18966

Re: Waiting and Passage activites questions

Hi Michael, Please find attach the model with few modifications. If you use front of line in the location approaching in this example, there is no space for 100 agents. Then the agents which do not fit keep trying to approach the line and they are not counted as one of the 100. Thus, as the content ...
by Ignasi Echaniz
Thursday 20 June, 2019 - 23:14
Forum: Modeling in Pedestrian Dynamics
Topic: Waiting and Passage activites questions
Replies: 6
Views: 18966

Re: Waiting and Passage activites questions

Hi Michael, Happy to see new users of PD. Thanks for attaching the model, I must say that you learn fast! I have attached your model with some modifications to try to solve your issues/challenges. 1) In order to distribute agents through queues, an option is to use an action line before the queues. ...
by Ignasi Echaniz
Thursday 23 May, 2019 - 16:21
Forum: Modeling in Pedestrian Dynamics
Topic: Make Polylines accessible for Agents
Replies: 2
Views: 12147

Re: Make Polylines accessible for Agents

Hi Fabian, If I understand you correctly, you want to make a door through a polyline. Your approach was the right one. The easiest way is to place a passeway with the width of your door on the top of the polyline. However, passageways do not work over polylines or lines. They work with closed polygo...
by Ignasi Echaniz
Thursday 08 November, 2018 - 16:20
Forum: Enterprise Dynamics Atoms
Topic: Assembler
Replies: 18
Views: 39905

Re: Assembler

Hi Freek, If I understood you correctly, what you want to do is perfectly possible. To do so, you should include the following piece of code in the exit trigger of your robot Do( {Here your other code exit trigger of the robot} var([VarExitchannel],vbvalue), if(CompareText(Name(i),[H2O2]), VarExitch...
by Ignasi Echaniz
Monday 29 October, 2018 - 14:56
Forum: Modeling in Pedestrian Dynamics
Topic: maximum agents staying in one waiting area & Poisson Distribution
Replies: 15
Views: 42095

Re: maximum agents staying in one waiting area & Poisson Distribution

Hi Mona_Hung, The version you have allows to statistically analyse multiple runs. To do so, you will need to use the interact (SHIFT + F6). Then use the following code: AgentStatistics_CalculateOverallOutputStatistics(e1,e2,e3,{e4},{e5}), where e1 = Directory where experiments are saved e2 = Statist...
by Ignasi Echaniz
Friday 26 October, 2018 - 11:56
Forum: Modeling in Pedestrian Dynamics
Topic: maximum agents staying in one waiting area & Poisson Distribution
Replies: 15
Views: 42095

Re: maximum agents staying in one waiting area & Poisson Distribution

Hi Mona Hung, I will answer all your question in chronological order: 1. The difference between RepeatTime and NoRepeat is that you generator will repeat (or not) according to the specified “Repeat Time”. That means that your arrival list (other tab) will be repeated over time or not. This can help ...
by Ignasi Echaniz
Tuesday 23 October, 2018 - 17:52
Forum: Modeling in Pedestrian Dynamics
Topic: maximum agents staying in one waiting area & Poisson Distribution
Replies: 15
Views: 42095

Re: maximum agents staying in one waiting area & Poisson Distribution

Hi Mona_Hung, Thanks for your post. I believe your models where not successfully attached. Can you tried again? I am sorry but I do not understand what your problem/challenge is. Do you mean that you want to run several experiments with the same parameter? If so, then you should use the experiment w...