Search found 16 matches

by Thore
Saturday 08 December, 2018 - 20:13
Forum: Modeling in Enterprise Dynamics
Topic: Performance measures for inventory table
Replies: 8
Views: 4562

Performance measures for inventory table

Hi folks! :) In my simulation model of a replenishment system i'm using a table to store and continiously update the current inventory label for +100 products. It works great, but i dont know how to get the average inventory level for each product (each row in the table), as an output from each expe...
by Thore
Saturday 17 November, 2018 - 08:58
Forum: Enterprise Dynamics 4DScript
Topic: Iterative flow with duplciating an atom
Replies: 1
Views: 4892

Iterative flow with duplciating an atom

Hi :) I'm looking for a setup which can provide me the following functionality of duplicating atoms. It is something I have rutinely done in another simualtion program, but i'm not quite sure how to do it most effectively in ED: 1. One atom is genererated from a source 2. That atom goes into a queue...
by Thore
Thursday 15 November, 2018 - 20:20
Forum: Enterprise Dynamics 4DScript
Topic: Batch similar products in queue
Replies: 6
Views: 7826

Re: Batch similar products in queue

It works, thank you very much! :)
by Thore
Sunday 11 November, 2018 - 08:24
Forum: Enterprise Dynamics 4DScript
Topic: Batch similar products in queue
Replies: 6
Views: 7826

Re: Batch similar products in queue

The model is attached :)
by Thore
Thursday 08 November, 2018 - 20:37
Forum: Enterprise Dynamics 4DScript
Topic: Batch similar products in queue
Replies: 6
Views: 7826

Re: Batch similar products in queue

Hi Harry Thank you for your detailed answer :) I understand the logic in your suggestion and have tried to implement it, but I get an error regarding the second "count" whenever more than one atom is in the queue. The error is: 22 Access violation at address 0000000001C2BFBC in module 'EDS...
by Thore
Monday 29 October, 2018 - 18:36
Forum: Enterprise Dynamics 4DScript
Topic: Batch similar products in queue
Replies: 6
Views: 7826

Batch similar products in queue

Hi folks! I'm building a model where I have a server that is able to process x number of similar products with a constant processing time. Meaning that it does not matter wheter it is 1, 2...X number of products and the idea is therefore that all similar products in the queue should be "batched...