Search found 60 matches

by Bram de Vries
Monday 17 August, 2015 - 09:04
Forum: Enterprise Dynamics Atoms
Topic: Close input
Replies: 5
Views: 5678

Re: Close input

Hello linfinity, I added an example model which provides a different method. I used a user event atom to schedule that the output of the source will be closed after three hours. Please refer to the code in the GUI of the User Event for more information. One thing that I had to do is schedule the Use...
by Bram de Vries
Thursday 13 August, 2015 - 09:04
Forum: Enterprise Dynamics Atoms
Topic: Close input
Replies: 5
Views: 5678

Re: Close input

Hello linfinity, I made a small example model which shows some functionality to achieve what you are looking for. You can find it in the attachment. What happens in the send to of the source is that when the simulation time (4d script command Time) is lower than 3 hours, the products are sent to out...
by Bram de Vries
Monday 10 August, 2015 - 17:15
Forum: Enterprise Dynamics Atoms
Topic: Graphic Problem Crane
Replies: 1
Views: 3076

Re: Graphic Problem Crane

Hello Eike,

In order to take a look at your problem, I would like to ask (again :) ) if I can take a look at your model?

Kind regards,

Bram
by Bram de Vries
Monday 10 August, 2015 - 17:06
Forum: Enterprise Dynamics Atoms
Topic: Availability Atom connected to Excel/Access?
Replies: 2
Views: 4238

Re: Availability Atom connected to Excel/Access?

Hello Eveline, There is a way to do what you suggest. You will need a few atoms to achieve this. I made an example model to illustrate my method, which you can find in the attachment. The first atom you need is an ExcelActiveX atom. By double-clicking it, you can connect this atom with an excel file...
by Bram de Vries
Monday 10 August, 2015 - 16:21
Forum: Enterprise Dynamics Atoms
Topic: Portal Crane - Input Strategy: Longest Waiting
Replies: 1
Views: 3070

Re: Portal Crane - Input Strategy: Longest Waiting

Hello Eike,

Can I take a look at your model (you can upload it in a post as an attachment)? Then I can hopefully find out what causes your problem.

Kind regards,

Bram
by Bram de Vries
Monday 10 August, 2015 - 16:12
Forum: Enterprise Dynamics 4DScript
Topic: setting at experiment wizard
Replies: 1
Views: 3480

Re: setting at experiment wizard

Hello Mia, The first problem I noticed in your model is a typing error at the Fulfilled Sink. Your entry trigger over there is: label([TRev],c)=label([TRev],c)+label([rev],i) I assume you want to update the label TRev on your sink and for that you should use := instead of just = (as you probably kno...
by Bram de Vries
Wednesday 08 April, 2015 - 11:54
Forum: Modeling in Enterprise Dynamics
Topic: Server set up
Replies: 26
Views: 19723

Re: Server set up

Hello Martin, Looking at your model, I noticed something which might cause your problem. In the latest example model I sent you in this topic, the Human Resource atom has some code defined on its Task Interrupt and Task resume triggers (visible when you doubleclick on the Human Resource atom). This ...
by Bram de Vries
Thursday 19 March, 2015 - 17:34
Forum: Modeling in Enterprise Dynamics
Topic: Server set up
Replies: 26
Views: 19723

Re: Server set up

Hello Martin,

There are some closeoutput and openoutput statements in the model I attached (also on the new queues I added), you can remove them if you are going to use this new setup.

Kind regards,

Bram
by Bram de Vries
Thursday 19 March, 2015 - 17:28
Forum: Modeling in Enterprise Dynamics
Topic: Server set up
Replies: 26
Views: 19723

Re: Server set up

Hello Martin, If I am correct, you want products from the arrival list to go to a workplace as soon as one is available. What I would do in this case is have one queue after your production lines (which acts as an actual queue for your workplaces) and then two queues after this queue, each of these ...
by Bram de Vries
Thursday 19 March, 2015 - 13:05
Forum: Modeling in Enterprise Dynamics
Topic: Server set up
Replies: 26
Views: 19723

Re: Server set up

Hello Martin, One question to start with: should the queues be opened when a product leaves or enters the packing server? Because until now this happened when a product enters the packing server (and so exited the assembly workplace). Is it necessary that you have two separate queues after you arriv...