Search found 7 matches
- Monday 22 January, 2018 - 14:42
- Forum: Modeling in Enterprise Dynamics
- Topic: Inter-arrival times
- Replies: 1
- Views: 2311
Re: Inter-arrival times
Hi Ikoomen, please correct me if I'm wrong, but I understand your situation as follows: At first you had two independent distributions: one for the number of products and the other for the inter-arrival times of the customers. Then you changed to two different strategies: one with only a single fast...
- Monday 19 September, 2016 - 14:16
- Forum: Enterprise Dynamics Atoms
- Topic: cross dock simulation model
- Replies: 1
- Views: 11741
Re: cross dock simulation model
Dear Amin,
Could you please specify what exactly the problem in your model is? Do you get any error messages? Does it get stuck at a certain time?
Regards,
Tobias
Could you please specify what exactly the problem in your model is? Do you get any error messages? Does it get stuck at a certain time?
Regards,
Tobias
- Friday 07 August, 2015 - 11:51
- Forum: Modeling in Enterprise Dynamics
- Topic: Change Product Parameter
- Replies: 2
- Views: 2947
Re: Change Product Parameter
Hello, you missed the right syntax for the command Rank: Lets have i as your yellow container 1 in some trigger code. Then you get the first blue subcontainer 2 with sub1 := Rank(1, i) and generally the nth subcontainer with subn := Rank(n, i) {substitute n with some value} These are references to a...
- Thursday 02 April, 2015 - 17:51
- Forum: Modeling in Enterprise Dynamics
- Topic: Server set up
- Replies: 26
- Views: 17454
Re: Server set up
Hello MartinL, it appears that there is indeed a bug in the HumanResourcesTeam atom. You see it in the "Tuulegeneraatorite kokkupanek" server after about 70 Hrs. The CallResources atom is blocked because of the busy Resource at this atom. Then the Resource gets unavailable due to its sched...
- Tuesday 03 March, 2015 - 17:21
- Forum: Enterprise Dynamics 4DScript
- Topic: "Send to" script which depends on HR availabilty
- Replies: 1
- Views: 2364
Re: "Send to" script which depends on HR availabilty
Hello MartinL, Have a look in the Send To help under no. 10: Conditional Statement. The code of the standard statement would be something like if(1 > 0, 1, 2) i.e. if some condition is true, take channel 1, otherwise take channel 2. You just need to adapt the conditional statement to your needs. Tha...
- Monday 02 March, 2015 - 17:25
- Forum: Enterprise Dynamics 4DScript
- Topic: Server output channels
- Replies: 8
- Views: 6087
Re: Server output channels
Hello MartinL, Well, you could program your whole model into one atom only. However, SendTo has already the functionality you need. - SendTo No. 2: An open channel (First channel first) - SendTo No. 7: By label value (direct) Why don't you build a first queue sorting by label (No. 7) and for each ou...
- Monday 02 March, 2015 - 16:58
- Forum: Enterprise Dynamics Atoms
- Topic: Production cell StatusMonitor
- Replies: 1
- Views: 2770
Re: Production cell StatusMonitor
Hello MartinL, Have a look into the Utilization attribute of the server atom. There's something like: SetupTime(c, 2) / Time * 100 SetupTime returns the time the given atom (in this case the owner c itself) has status 2 (in this case Busy). See F1. In your case I'd calculate the utilization of the w...