Search found 60 matches

by Bram de Vries
Wednesday 18 March, 2015 - 13:54
Forum: Enterprise Dynamics 4DScript
Topic: Sensor Advanced Conveyor
Replies: 1
Views: 3138

Re: Sensor Advanced Conveyor

Hello Raymond, Do you maybe have an example model which I can take a look at? An assumption I am making at the moment is that you mean that the conveyor has a capacity of 250, please correct me if I am wrong. Also, what do you mean by the second server slowing down? Should it have a lower cycletime ...
by Bram de Vries
Wednesday 18 March, 2015 - 09:04
Forum: Modeling in Enterprise Dynamics
Topic: Sequence Problem
Replies: 2
Views: 3870

Re: Sequence Problem

Hello Dawr, I think understand some parts of your problem, but I have a few questions. I want to start by defining your TB, BL and ML as resources and the endproducts that flow through the events as products. Now my questions: - What determines whether products move to event E2 or E3 from E1? Do you...
by Bram de Vries
Wednesday 18 March, 2015 - 08:59
Forum: Modeling in Enterprise Dynamics
Topic: Server set up
Replies: 26
Views: 19719

Re: Server set up

Hello Martin,

You're right. I saw your version 7.2 and falsely assumed the next version would be 8, but I already had a version 8. I attached the model with the changes this time.

Kind regards,

Bram
by Bram de Vries
Tuesday 17 March, 2015 - 08:44
Forum: Modeling in Enterprise Dynamics
Topic: Server set up
Replies: 26
Views: 19719

Re: Server set up

Hello Martin, Attached, you will find your model with two new features. Firstly, I noticed that products only got labels with value 1, so then a distinction in the process times will never be made. In the Arrivallist, I added a new product with label values of 2. I also noticed that we want to use t...
by Bram de Vries
Monday 16 March, 2015 - 09:56
Forum: Modeling in Enterprise Dynamics
Topic: Server set up
Replies: 26
Views: 19719

Re: Server set up

Hello Martin, You can indeed still use the Label values in this new model. For the Human Resource time, you will have to replace all the instances where I have used the standard time of hr(3) with something like this: Case(Label([Type], First(c)), Hr(3), Hr(5)) The Case statement will decide based u...
by Bram de Vries
Friday 13 March, 2015 - 11:59
Forum: Modeling in Enterprise Dynamics
Topic: Server set up
Replies: 26
Views: 19719

Re: Server set up

Hello Martin, You are right, the problem was that the time that a human resource spends with a products was calculated wrongly for products which enter the assembly workplace when the human resource is not available (in the case that a human resource is not again interrupted after he resumes from hi...
by Bram de Vries
Wednesday 11 March, 2015 - 11:11
Forum: Modeling in Enterprise Dynamics
Topic: Server set up
Replies: 26
Views: 19719

Re: Server set up

Hello Martin, You are correct, I falsely assumed that the Human Resource agent would finish his task before taking a break. To better model your situation, I decided to remove the User Event atom from the model and register the time that a Human Resource spends with a product in a different way. I u...
by Bram de Vries
Monday 09 March, 2015 - 12:26
Forum: Modeling in Enterprise Dynamics
Topic: Server set up
Replies: 26
Views: 19719

Re: Server set up

Hi Martin, I notice that the delay time of the user event was not correctly stored in the model I attached. It was this: If( Label([Type], First(c)) = 1, Hr(3), Hr(5) ) So if you use this for the delay time of the user event FreeHumanResource, you should be able to have different cycletimes (of the ...
by Bram de Vries
Monday 09 March, 2015 - 12:19
Forum: Modeling in Enterprise Dynamics
Topic: Server set up
Replies: 26
Views: 19719

Re: Server set up

Hello Martin, The reason that you are getting those errors is that I have been working with a different version of the User Events atom. The version you are using does not allow for the Eventcode of the user events to have any tabs, spaces or enters between the code. My version does allow for this a...
by Bram de Vries
Friday 06 March, 2015 - 14:27
Forum: Modeling in Enterprise Dynamics
Topic: Server set up
Replies: 26
Views: 19719

Re: Server set up

Hello Martin, To get you started, I made a small model which includes the features you mentioned. You will find it attached. The model works as follows. One product is created every 24 hours (to start simple). It is sent to a queue, which is followed by a CallHumanResource atom and a Server (called ...