Search found 21 matches

by Markus Holzner
Wednesday 10 January, 2024 - 10:34
Forum: Modeling in Enterprise Dynamics
Topic: Portal crane assembly
Replies: 1
Views: 7147

Re: Portal crane assembly

Hi, I made some changes to your model (see my model attached). The changed part is on the right side (I basically first copied your existing model part). The changes I made are: - removing the 'void' part - minor adjustments like connections and label values (e.g. the label Channel). - slightly adju...
by Markus Holzner
Friday 16 June, 2023 - 12:11
Forum: Modeling in Enterprise Dynamics
Topic: Advanced Transporter
Replies: 1
Views: 11922

Re: Advanced Transporter

Hi Niklas, the Adv. Transporter always tries to transport products (box, pallet, etc.) if those are available. Therefore, an option to prevent that is to control the material flow by using CloseOutput, CloseInput, OpenOutput and OpenInput commands. I have attched a simple model that should demonstra...
by Markus Holzner
Friday 05 March, 2021 - 14:54
Forum: Modeling in Enterprise Dynamics
Topic: Customer orders to take products from a warehouse
Replies: 3
Views: 12784

Re: Customer orders to take products from a warehouse

Hi Sebastian, I have added a model that might match your issue. I create products with label "type" with random value from 1 to 5 and store these in the warehouse. Then I create orders also with a label "type" with value from 1 to 5 randomly and send these to the Queue_Order. Her...
by Markus Holzner
Tuesday 08 May, 2018 - 08:36
Forum: Enterprise Dynamics 4DScript
Topic: Experiment wizard settings
Replies: 8
Views: 9419

Re: Experiment wizard settings

Hi Nick, I created a small demo to get the average content for a period of time. I used an existing command for that called "averagecontent(<atmResource>, <valStartTime>, <valEndTime>). That way you can extract the average content from stored data and you don't need to calculate it yourself but...
by Markus Holzner
Friday 04 May, 2018 - 16:04
Forum: Enterprise Dynamics 4DScript
Topic: Experiment wizard settings
Replies: 8
Views: 9419

Re: Experiment wizard settings

Dear Nick, you want to have the results for a certain period of time like every one hour to see peak times during the day, right? Unfortunately, that does not yet work with the Experiment Wizard. You can use warum-up period to cut some time off, but that is not what you want, as far as I understood....
by Markus Holzner
Friday 04 May, 2018 - 15:10
Forum: Enterprise Dynamics 4DScript
Topic: Create labels based on arrival list
Replies: 1
Views: 3445

Re: Create labels based on arrival list

Dear Nickdendrijver, I do not fully understand your intention - maybe it would help if you could attach a model or maybe even a part of the model related to your topic. Nevertheless, you should have a look at the Empirical Distribution atom. Please, also check the Help and maybe the example model &q...
by Markus Holzner
Tuesday 17 October, 2017 - 15:35
Forum: Enterprise Dynamics Atoms
Topic: automatic small parts warehouse
Replies: 1
Views: 12675

Re: automatic small parts warehouse

Hi Skiff, concerning your questions about the ASRS, I have to tell you unfortunately that the ASRS can not handle these things by default. Of course, you can modify that atom that way, if you first have access to the Atom Editor and if you are familiar with the 4DScript language. I have attached a s...
by Markus Holzner
Wednesday 15 March, 2017 - 15:23
Forum: Enterprise Dynamics 4DScript
Topic: Changing arrival pattern
Replies: 1
Views: 3795

Re: Changing arrival pattern

Dear Helbe, there are of course many ways to do that. Your solution with the "if" statements is fine (you could also use "case" and "whichistrue"). Maybe you want to be more flexible when you change something (times or distribution) and that way to do it with a table is...
by Markus Holzner
Thursday 09 March, 2017 - 12:18
Forum: Modeling in Enterprise Dynamics
Topic: Walking Workers
Replies: 3
Views: 4174

Re: Walking Workers

Hi Andrew, no problem. Ok, I set up a new model in ED 8.2.5 with the operator atom. The basic idea of switching the "walk" option is still valid. Also, the modifications are pretty much the same. The "Action when freed" trigger of the operator is used to switch the "walk&quo...
by Markus Holzner
Wednesday 08 March, 2017 - 16:17
Forum: Modeling in Enterprise Dynamics
Topic: Walking Workers
Replies: 3
Views: 4174

Re: Walking Workers

Hi Andrew, yes, that is indeed interesting. First, I assume you are working with our latest version of Enterprise Dynamics ED 10. If not please let me know as the attached demo model won't work for you. The HumanResource (HR) atom is by default intended to either use the "walk" option, the...