Search found 16 matches

by ptelleria
Sunday 10 February, 2019 - 21:04
Forum: Modeling in Enterprise Dynamics
Topic: Cumulative probabilities do not add to 100
Replies: 1
Views: 3458

Cumulative probabilities do not add to 100

Hi I have a distribution which adds to 100, and the last value is 100. However, at every reset, I get the error that "The cumulative probabilities of the Empirical distribution do not sum 100". Why is this? Am I missing something? Is there a bug? I've used distributions in the past, and I ...
by ptelleria
Thursday 21 July, 2016 - 18:49
Forum: Modeling in Enterprise Dynamics
Topic: Model not starting
Replies: 15
Views: 12969

Re: Model not starting

Hi Harry! Thanks for the explanation, I assumed they where (as others) internal ATT needed. I wasn't using them, and perhaps this resulted in funny behaviour. You've read my mind, I am already working with a master table for all tasks, and using the status and to which (if any) AT it is assigned. I ...
by ptelleria
Thursday 21 July, 2016 - 16:35
Forum: Modeling in Enterprise Dynamics
Topic: Model not starting
Replies: 15
Views: 12969

Re: Model not starting

I see that the table is used to the next pick on the OnExit of the AT, but the DestNode...?
thanks!
by ptelleria
Thursday 21 July, 2016 - 16:00
Forum: Modeling in Enterprise Dynamics
Topic: Model not starting
Replies: 15
Views: 12969

Re: Model not starting

Hi Harry again: with regards to your code, I have one questión: 1- why do you use Att([DestAtom], atmAGV) ?? 2- what is the use of the table? I see the logic and it makes sense, but it's not really used, is it? I can't find that attribute in the AT. I see PrevAtom, but not DestAtom. I think its not ...
by ptelleria
Thursday 21 July, 2016 - 11:34
Forum: Modeling in Enterprise Dynamics
Topic: Dispatch task to busy transporter
Replies: 2
Views: 3418

Re: Dispatch task to busy transporter

Hi Harry,
good idea!
I'll combine it with the other question in the other thread.
And see if I could use a variant of this (and a task table in each AT) to not to have to maintain a model wide dispatch table.
cheers
by ptelleria
Wednesday 20 July, 2016 - 19:27
Forum: Modeling in Enterprise Dynamics
Topic: Model not starting
Replies: 15
Views: 12969

Re: Model not starting

Bang, I'll shoot my head for the col2 !!! Thanks Harry for the tip on DestroyEvents. I'm getting there...I am trying to use the dispatcher and turning on/off the autoloader, together with DestroyEvents...but it seems that the Events are not triggered really secquentially as they're created, as Destr...
by ptelleria
Wednesday 20 July, 2016 - 14:11
Forum: Modeling in Enterprise Dynamics
Topic: Model not starting
Replies: 15
Views: 12969

Re: Model not starting

Hi Harry! Thanks for the piece of code and for the model. I'm trying to stay away of managing the dispatch table. Your model works, but it requires some work to adapt to 16 incoming queues in 4 zones, and up to 20 ATs. I am trying to pick two atoms (for the moment, of any destination, the sorting wi...
by ptelleria
Tuesday 19 July, 2016 - 17:52
Forum: Modeling in Enterprise Dynamics
Topic: Model not starting
Replies: 15
Views: 12969

Re: Model not starting

Hi Harry: Sorting the queue is no problem. And putting code in the AT on entry to pick another is ok. But if its just the next product, then there will be a conflict as the dispatcher creates a dispatch task. I've tried with PickAtom and PlaceAtom, fine if called from AT, but can't get the reference...
by ptelleria
Monday 18 July, 2016 - 16:22
Forum: Modeling in Enterprise Dynamics
Topic: Model not starting
Replies: 15
Views: 12969

Re: Model not starting

Hi Harry, Great thanks! Works now. The arrival list is reminiscent of reading it from Excel, so I've just deleted it. By the way, I am trying to pick 2 atoms with AdvancedTransporter_PickAtom. However, when it picks the first atom, the dispathcer assigns the "Send To" (which I've put equal...
by ptelleria
Monday 18 July, 2016 - 14:47
Forum: Modeling in Enterprise Dynamics
Topic: Model not starting
Replies: 15
Views: 12969

Model not starting

Hi:
I have this model (to do my tests) which it is refusing to start for no reason...Clicking on "Start" does not start the timer, nor the simulation.
Could someone point me in the right direction?
Thanks!