Search found 21 matches

by Markus Holzner
Tuesday 07 February, 2017 - 09:20
Forum: Modeling in Enterprise Dynamics
Topic: Controlling the product quantity leaving multiple warehouses
Replies: 1
Views: 3029

Re: Controlling the product quantity leaving multiple warehouses

Hi Vassilis, I have seen that the atom "ProductionDetails" was missing in your model. Therefore I created a new one based on the idea that I got from your explanation. I hope that works for you. I have a table (atom "ProductionDetails") with 3 rows for each warehouse one row and ...
by Markus Holzner
Monday 06 February, 2017 - 15:21
Forum: Enterprise Dynamics 4DScript
Topic: Controlling the product quantity leaving multiple warehouses
Replies: 1
Views: 3890

Re: Controlling the product quantity leaving multiple warehouses

Hi Vassilis, I have seen that the atom "ProductionDetails" was missing in your model. Therefore I created a new one based on the idea that I got from your explanation. I hope that works for you. I have a table (atom "ProductionDetails") with 3 rows for each warehouse one row and ...
by Markus Holzner
Tuesday 03 November, 2015 - 23:09
Forum: Modeling in Enterprise Dynamics
Topic: Pull-System
Replies: 6
Views: 6845

Re: Pull-System

Hi Jaroslav, you are right, if you want to use it within your model you have to create that function first. I'm not sure what kind of softare version you have. If you have a developer version than you have access to the Atom Editor. You can find the Atom Editor under menu "Tools" > "A...
by Markus Holzner
Monday 02 November, 2015 - 19:35
Forum: Modeling in Enterprise Dynamics
Topic: Pull-System
Replies: 6
Views: 6845

Re: Pull-System

Hi Jaroslav, the issue for the pull strategy is that the predefined strategy "TransferCarController__TransferStrategy_ByUser" (see user interface sheet: Transfer strategies > Order sequence) is specially created for the demo pull model (fitted for current pick-up and place locations). Ther...
by Markus Holzner
Monday 26 October, 2015 - 18:02
Forum: Modeling in Enterprise Dynamics
Topic: Pull-System
Replies: 6
Views: 6845

Re: Pull-System

Hi Jaroslav,

can you please attach your model to your topic so that I (and also others who are interested in that topic) can have a look at it.
Afterwards, I will fix and return your model. Is that a way to go for you?

Regards,
Markus
by Markus Holzner
Friday 20 December, 2013 - 11:08
Forum: Enterprise Dynamics Atoms
Topic: RoadElement Curve {.~1|.}~1
Replies: 1
Views: 2706

Re: RoadElement Curve {.~1|.}~1

That can happen indeed when using 4DScript (4DS) code consisting of multiple lines and/or comments within. This is a known problem for SmartEditField GUI components like the "SendTo". Because of its smart features, the comments for example are lost when coding 4DS. As a workaround (for sub...
by Markus Holzner
Wednesday 18 September, 2013 - 11:48
Forum: Enterprise Dynamics Atoms
Topic: 3D of Suspension Track
Replies: 1
Views: 3828

Re: 3D of Suspension Track

Hello Fabio, the 3D animation of the suspension track is made of 4dScript commands. The animation is linked to the atoms within our suspension track library. I could give you the code but there are attributes to used and you have to make sure that you have those attributes in your atoms. What atoms ...
by Markus Holzner
Friday 16 November, 2012 - 12:05
Forum: Enterprise Dynamics Atoms
Topic: Ground Storage
Replies: 12
Views: 12012

Re: Ground Storage

Hi, ok, I guess by scaling the time you mean to go fast forward to the point of 160 hours. As you call events during that time (production) you probably can not simply skip that part. So, we need to speed up the model first. I accomplished that by replacing the Ground Storage atoms with Queue atoms....
by Markus Holzner
Friday 09 November, 2012 - 14:43
Forum: Enterprise Dynamics Atoms
Topic: Ground Storage
Replies: 12
Views: 12012

Re: Ground Storage

Hi, ok, I suppose I got the point. It is about demand driven replensihment. But let's start somewhere else first. In the SendTo statement of the Ground Control7 atom there can be a 4dSript command but the result of it needs to be a value that matches your output channels (in your case a valid return...
by Markus Holzner
Thursday 08 November, 2012 - 18:22
Forum: Enterprise Dynamics Atoms
Topic: Ground Storage
Replies: 12
Views: 12012

Re: Ground Storage

Hi, I have to admit that I do not really get your intentions. Can you therefore please give me more details on what you plan to do? How does the basic material flow look like? What should be done when? What atoms trigger which actions? What and where is the re-order point? What quantities do you mea...