Search found 362 matches

by HarryBunnik
Monday 07 September, 2020 - 17:35
Forum: Enterprise Dynamics Atoms
Topic: Human Resources
Replies: 1
Views: 10973

Re: Human Resources

Hello Maria, With the status busy is mend purely the time that the Human Resource is working at a server. The "travel time full" and "travel time empty" are indeed moments that the Human Resource is busy doing something (traveling), but the HR is not directly busy with the task a...
by HarryBunnik
Monday 24 August, 2020 - 16:19
Forum: Enterprise Dynamics 4DScript
Topic: Exporting the written code from a project
Replies: 2
Views: 12075

Re: Exporting the written code from a project

Hi JonasM, There is the option to open the model file in a text-program (like notepad++). This will show everything that is within the model, but will also contain quite some stuff that you're not interested in. And you'll need some basic understanding how it is built up. But at least you get all wi...
by HarryBunnik
Monday 10 August, 2020 - 09:50
Forum: Modeling in Enterprise Dynamics
Topic: Conecting node to a queue
Replies: 3
Views: 145732

Re: Conecting node to a queue

Ha MariaD,

In this case you will have to create a network to mimic that driving behavior. Otherwise, all will arrive directly at its allocated slot.

Gr. Harry
by HarryBunnik
Wednesday 05 August, 2020 - 16:36
Forum: Modeling in Enterprise Dynamics
Topic: Conecting node to a queue
Replies: 3
Views: 145732

Re: Conecting node to a queue

Ha MariaD,

In this case it is just visuals. When the Advanced Transporter of Human Resource arrives at the node, it is arriving at the Queue.

Gr. Harry
by HarryBunnik
Friday 24 July, 2020 - 09:31
Forum: Enterprise Dynamics 4DScript
Topic: Send alternately
Replies: 4
Views: 14040

Re: Send alternately

Hi Robin, I'm a bit wondering what you try to achieve with the first line? label([cab],i):= {choose right distribution}1,2, The comma is an indicator for a new line of code, so what is standing here is: Do( label([cab],i):= {choose right distribution}1, 2, ... This means that the 2 is not really doi...
by HarryBunnik
Thursday 23 July, 2020 - 13:36
Forum: Enterprise Dynamics 4DScript
Topic: Send alternately
Replies: 4
Views: 14040

Re: Send alternately

Hi Robin, I'm not exactly sure how your model looks like, but there must be a way how you can identify your batches. What type of atom are you using, where the decision must be made if a product goes to cabin 1 or 2? Is it possible to place a label on the product when it is created (source or arriva...
by HarryBunnik
Monday 20 July, 2020 - 08:47
Forum: Enterprise Dynamics Atoms
Topic: Using human resource atom as a transporter atom
Replies: 3
Views: 12170

Re: Using human resource atom as a transporter atom

Hi Rakky, That must be possible. I think that when you look at the example model: "09 Transportation and processing by HR.mod", you'll find what you're searching for. The example models can be found under ...\Documents\\Enterprise Dynamics\10.3\Models\Examples\... This particular one is lo...
by HarryBunnik
Monday 13 July, 2020 - 13:59
Forum: Enterprise Dynamics 4DScript
Topic: Send To Multiplie Statement
Replies: 2
Views: 12173

Re: Send To Multiplie Statement

Hi Ersk, There are a few ways to write something likes this. What you have written is indeed not working, since all if's are at the same level. As a result only the last line of your code is responsible for what is coming out. You should write that more in the shape of an If-else structure: If( Or( ...
by HarryBunnik
Friday 10 July, 2020 - 13:12
Forum: Modeling in Enterprise Dynamics
Topic: Distance traveled by lifttruck
Replies: 3
Views: 12656

Re: Distance traveled by lifttruck

Ha vahid.bgh,

I'm afraid it first became available in ED 10.1, released in 2017.

Cheers,

Harry
by HarryBunnik
Friday 10 July, 2020 - 10:58
Forum: Modeling in Enterprise Dynamics
Topic: Distance traveled by lifttruck
Replies: 3
Views: 12656

Re: Distance traveled by lifttruck

Ha vahid.bgh, In the newer versions of ED this is standard information logged by the Advanced Transporter. But from earlier posts I remember that you're working with Enterprise Dynamics Version 8.1, right? And at that version this functionality is not yet implemented. I'm afraid there is not really ...