Search found 11 matches

by exoplanet
Sunday 19 February, 2023 - 08:51
Forum: Modeling in Enterprise Dynamics
Topic: Laggy software after the integration of a warehouse-atom
Replies: 2
Views: 9936

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 ...
by exoplanet
Sunday 05 February, 2023 - 14:03
Forum: Modeling in Enterprise Dynamics
Topic: Laggy software after the integration of a warehouse-atom
Replies: 2
Views: 9936

Laggy software after the integration of a warehouse-atom

Hello everyone, i've modeled the attached simulation model mainly consisting of a ground-storage and a warehouse with a transport newtork, using labels to store information of the product-atoms. Since I've integrated the warehouse the software is considerably slower (laggy) than before. Might the wa...
by exoplanet
Wednesday 07 December, 2022 - 10:45
Forum: Enterprise Dynamics 4DScript
Topic: Help needed in basic 4DS Programming
Replies: 4
Views: 10603

Re: Help needed in basic 4DS Programming

Hi Max, Welcome back to the forum! The problem lies in the consecutive if-functions in your SendTo. The results from the previous if-statements are overwritten later on. From the help: "Syntax: If(e1, e2 {, e3}) Parameter 1 (e1) is the test statement. If this test statement returns 1 (True) pa...
by exoplanet
Tuesday 06 December, 2022 - 21:55
Forum: Enterprise Dynamics 4DScript
Topic: Help needed in basic 4DS Programming
Replies: 4
Views: 10603

Re: Help needed in basic 4DS Programming

Hi Max, Welcome back to the forum! The problem lies in the consecutive if-functions in your SendTo. The results from the previous if-statements are overwritten later on. From the help: "Syntax: If(e1, e2 {, e3}) Parameter 1 (e1) is the test statement. If this test statement returns 1 (True) pa...
by exoplanet
Monday 05 December, 2022 - 17:46
Forum: Enterprise Dynamics 4DScript
Topic: Help needed in basic 4DS Programming
Replies: 4
Views: 10603

Help needed in basic 4DS Programming

Hello everyone, I'm currently trying to program some basic methods with 4DS and came to a point where I could use some help. My goal: A model consisting of a Product-, Source-, Queue-, Server-atom and four Sink-atoms, in which the source has an max. output of 40 products and the server atom should a...
by exoplanet
Wednesday 23 November, 2022 - 10:10
Forum: Modeling in Enterprise Dynamics
Topic: Sequence of placing products on a ground storage
Replies: 9
Views: 21485

Re: Sequence of placing products on a ground storage

Hi Max, Thank you for sharing the model. Whenever I run the model, I do not get any errors. There also is nothing placed on the exittrigger of the ground storage. Are you certain this is the model you are getting errors with? If so, can you send me your Enterprise Dynamics version so I can replicat...
by exoplanet
Monday 21 November, 2022 - 22:33
Forum: Modeling in Enterprise Dynamics
Topic: Sequence of placing products on a ground storage
Replies: 9
Views: 21485

Re: Sequence of placing products on a ground storage

Hi Max, Of course I can help again! It looks like there is code on the ExitTrigger of the GroundStorage which calls the attribute "ExitTrigger" of the product. An attribute with this name does not exist on the product, an hence you get an error. My advice would be to check the code on the...
by exoplanet
Saturday 19 November, 2022 - 22:46
Forum: Modeling in Enterprise Dynamics
Topic: Sequence of placing products on a ground storage
Replies: 9
Views: 21485

Re: Sequence of placing products on a ground storage

@Gabe-Hein hello again, could you please help me out a second time? As soon I'm modeling a default system with no changes on the triggers at all existing of source, transporter 1, ground storage, transporter 2 and queue I'm getting the error "Attribute with name "exittrigger".." ...
by exoplanet
Friday 11 November, 2022 - 20:33
Forum: Modeling in Enterprise Dynamics
Topic: Sequence of placing products on a ground storage
Replies: 9
Views: 21485

Re: Sequence of placing products on a ground storage

Hi Max, Welcome to the Enterprise Dynamics community! You already discovered that the basic assignment within the ground storage is done by setting the labels "row" and "column" on the products. If I understand your question correctly, you want to assign the columns based on the...
by exoplanet
Thursday 10 November, 2022 - 20:34
Forum: Modeling in Enterprise Dynamics
Topic: Sequence of placing products on a ground storage
Replies: 9
Views: 21485

Re: Sequence of placing products on a ground storage

ED-Frage1.JPG Hello dear ED-Team, I'm trying to simulate a part of an inbound logistic of an automotive manufacturer under the assumption of a just-in-sequence storage. Implemented should be one source which is creating four different products. For now I realized this with a Trigger on creation and...