Search found 3 matches

by Martiny
Wednesday 14 January, 2015 - 11:21
Forum: Modeling in Enterprise Dynamics
Topic: Modeling a system with two arrival lists for a server
Replies: 4
Views: 4631

Re: Modeling a system with two arrival lists for a server

I found the solution. I've written a new trigger on exit for the first Queue: "if(And(Content(c)=25, time>10), OpenOutput(AtomByName([Queue6], Model)))". The thing is, there was <=25 units of raw material in the first queue from the start because the raw material gets in one by one, even t...
by Martiny
Wednesday 14 January, 2015 - 10:28
Forum: Modeling in Enterprise Dynamics
Topic: Modeling a system with two arrival lists for a server
Replies: 4
Views: 4631

Re: Modeling a system with two arrival lists for a server

The Reservoir thing didn't work. I've written a trigger on exit on the 1st queue "if(And(Content(c)<=25, Content(AtomByname([Server7], Model))=0), OpenOutput(AtomByName([Queue6], Model)))". Also I've written a trigger on entry on the second queue "CloseOutput(c)". Everything work...
by Martiny
Tuesday 13 January, 2015 - 23:22
Forum: Modeling in Enterprise Dynamics
Topic: Modeling a system with two arrival lists for a server
Replies: 4
Views: 4631

Modeling a system with two arrival lists for a server

Hi! I need help with a task and it's quite urgent. Here's the task: One unit of raw material makes one unit of finished inventory. The production process performing this transformation takes an uncertain time per unit characterized by a TRIANGULAR(1,2,3) distribution (in hours); thus the average tim...