Search found 9 matches

by Deena
Thursday 28 March, 2024 - 10:11
Forum: Enterprise Dynamics Atoms
Topic: Data recorder Variable in Experiment Wizard
Replies: 2
Views: 31

Re: Data recorder Variable in Experiment Wizard

Hi,
You can do it using a 4D script in the exit trigger of the sink by updating the label that is used to calculate the lead time of the product in the system.
Then you can use this label in the Experiment manager.
Hope this helps your question.
Image


Kind Regards,
Deena
by Deena
Tuesday 31 October, 2023 - 10:53
Forum: Modeling in Enterprise Dynamics
Topic: How do I ship a fixed number of products to different locations.
Replies: 1
Views: 6231

Re: How do I ship a fixed number of products to different locations.

Hello Willem, Thank you for your question and the model. I had a look at your model. The predefined Sendto statements will not be helpful in the given case directly. I would suggest you to write your own 4-DScipt code to implement the logic. There are multiple ways to implement this. One of the way ...
by Deena
Friday 10 February, 2023 - 12:03
Forum: Modeling in Enterprise Dynamics
Topic: Laggy software after the integration of a warehouse-atom
Replies: 2
Views: 9602

Re: Laggy software after the integration of a warehouse-atom

Hi Max! Thank you for the question. It was really helpful that you shared the model. I can see the you have limited the product to be generated at 'Wareneingang' as 40. Is that what you intend to do? Because once the 40 products are created no more products are created. That what shows to you that t...
by Deena
Thursday 19 January, 2023 - 12:28
Forum: Modeling in Enterprise Dynamics
Topic: Automatically stop server from manufacturing
Replies: 1
Views: 8539

Re: Automatically stop server from manufacturing

Hi Maxim! Thank you for your question. Sorry for the late reply, I think I somehow missed this question of yours. Yes that is true Stop command would not work here in this scenario. As per my suggestion, you could close the Input channel of the server on exit of atom and open the input at entry trig...
by Deena
Thursday 19 January, 2023 - 11:24
Forum: Enterprise Dynamics Atoms
Topic: Is Human Resource capable of Round Robin in Server Atom?
Replies: 1
Views: 13112

Re: Is Human Resource capable of Round Robin in Server Atom?

Hi Alex! Thank you for your question. If I understood your question well, you would like to call the HR atom to complete the task at the server. The server setting of round robin should not be any different for this case. Is it possible to share your model? It would be more clear to see the implemen...
by Deena
Thursday 12 January, 2023 - 12:13
Forum: Enterprise Dynamics 4DScript
Topic: Need help with Calling and freeing Human Resource
Replies: 3
Views: 9817

Re: Need help with Calling and freeing Human Resource

Hi Maxim, The code you are implementing seems correct. I would like to know if you have attached the human resource to the team? You can do that by clicking the Human Resource team atom and setting the team configuration in the Team Members tab (Ref the screenshot attached). In case this does not re...
by Deena
Tuesday 03 January, 2023 - 16:29
Forum: Enterprise Dynamics 4DScript
Topic: Need help with Calling and freeing Human Resource
Replies: 3
Views: 9817

Re: Need help with Calling and freeing Human Resource

Hi Maxim1, Thank you for the question. As per the information given by you, I have a suggestion that you can use the functions " CallHumanResources and FreeHumanResources" . The parameters required for the function can be viewed under the Help Tab, under the following sequence: Atom Refere...
by Deena
Monday 02 January, 2023 - 17:11
Forum: Modeling in Enterprise Dynamics
Topic: Modeling a dual-working CNC Machine
Replies: 1
Views: 8409

Re: Modeling a dual-working CNC Machine

Hi Maxim Gaule, Thank you for the question. Yes, this model can be built using a single server. There are many ways to model this. I can make a simple suggestion for you where, you can use a arrival list atom instead of source atom and use label for product1 and product 2 to segregate them for the a...
by Deena
Monday 21 November, 2022 - 11:54
Forum: Enterprise Dynamics Atoms
Topic: Script for atom status
Replies: 2
Views: 8987

Re: Script for atom status

Hi aandueza_, Welcome to the Enterprise Dynamics community! Yes! you are right, you would have to create a 'virtual queue'. In order to do this, you might want to look at the basic Enterprise Dynamics functions in the Help. You can open the Help by pressing F1. You can look into functions like "...