Search found 23 matches

by Katinka
Tuesday 02 October, 2012 - 13:19
Forum: Modeling in Enterprise Dynamics
Topic: Advanced Transporter doesn't travel to desired location
Replies: 4
Views: 5345

Re: Advanced Transporter doesn't travel to desired location

I found out that the teleporting-problem occurred at multiple locations: exactly the same thing was happening for outbound pallets. When I added your piece of code also to the statements involved with outbound pallets, all errors disappeared (including the errors related to inbound pallets)! :D So, ...
by Katinka
Tuesday 02 October, 2012 - 13:02
Forum: Modeling in Enterprise Dynamics
Topic: Advanced Transporter doesn't travel to desired location
Replies: 4
Views: 5345

Re: Advanced Transporter doesn't travel to desired location

Hello Marvin, Thanks for all your efforts! I wasn't aware of the fact that it had to do with the way I implemented dwell-locations and not with the way I designed inbound. So I'm sorry you had to 'decipher' a lot of my codes, because my model is quite extended and at times I'm questioning the readab...
by Katinka
Thursday 27 September, 2012 - 09:52
Forum: Modeling in Enterprise Dynamics
Topic: Advanced Transporter doesn't travel to desired location
Replies: 4
Views: 5345

Advanced Transporter doesn't travel to desired location

Hello, I'm back again ;) Yesterday I was watching my model in 2D and I saw something strange happening. Sometimes, when an Advanced Transported picked up a product, this product suddenly disappeared and the transporter became idle? After performing some checks, it turned out that the product did not...
by Katinka
Thursday 30 August, 2012 - 12:52
Forum: Enterprise Dynamics 4DScript
Topic: CreateAtom (CreateAtomCopy)
Replies: 2
Views: 3641

Re: CreateAtom (CreateAtomCopy)

Hello Marvin, I indeed went for the first option. In the 4DScript overview concerning CreateAtom, I read the Copy is "moved into atom e2 at the end of its queue". Therefore, I was thinking 'better send it there right away, then first put it somewhere else (the Model) and afterwards move it...
by Katinka
Wednesday 29 August, 2012 - 17:00
Forum: Enterprise Dynamics 4DScript
Topic: CreateAtom (CreateAtomCopy)
Replies: 2
Views: 3641

CreateAtom (CreateAtomCopy)

Hello, I would like to make a copy of a Product Atom (which is located in a Warehouse Atom). Unfortunately, I can't make use of the Splitter Atom, so I used the 4D Script function: "CreateAtom". Indeed a copy was created, including all desired attributes, but this Copy is 'doing nothing', ...
by Katinka
Thursday 23 August, 2012 - 14:07
Forum: Modeling in Enterprise Dynamics
Topic: Experiment Wizard
Replies: 2
Views: 3917

Re: Experiment Wizard

Hi Nienke, Thanks for your reply. After some thinking I decided to design a label which keeps track of the cumulative number of occupied buffer locations (measured every x seconds). Then, in the Experiment Wizard, this number is divided by the number of observations. Since the intermediate occupancy...
by Katinka
Wednesday 22 August, 2012 - 10:06
Forum: Modeling in Enterprise Dynamics
Topic: Experiment Wizard
Replies: 2
Views: 3917

Experiment Wizard

Hello again, My simulation is almost ready and now I'm trying to obtain useful output values. I use the Experiment Wizard to come up with results, but I'm struggling on the following point: In my model there exist several labels and I would like to get information about these labelvalues.. The quest...
by Katinka
Thursday 02 August, 2012 - 16:40
Forum: Modeling in Enterprise Dynamics
Topic: Function Editor
Replies: 8
Views: 6670

Re: Function Editor

Thank you both for your help!
by Katinka
Friday 27 July, 2012 - 12:00
Forum: Modeling in Enterprise Dynamics
Topic: Function Editor
Replies: 8
Views: 6670

Re: Function Editor

The weirdest (or annoying) thing is that these errors only occur after closing and restarting ED and not while working in the current file. If I open a file of yesterday morning, the errors are already there, but yesterday I could still perfectly work with it.
by Katinka
Friday 27 July, 2012 - 10:57
Forum: Modeling in Enterprise Dynamics
Topic: Function Editor
Replies: 8
Views: 6670

Re: Function Editor

Hi Marlies, After adjusting the code, everything worked well in my sample model :) I also used the Function Editor in my 'real' model and everything seemed to go well, until now.. After opening my model, I received errors about references in the Function Editor being invalid. These references were p...