Search found 200 matches

by MatthijsJongboer
Friday 29 June, 2012 - 10:26
Forum: Enterprise Dynamics Atoms
Topic: Warehouse atom
Replies: 10
Views: 11111

Re: Warehouse atom

Hello Katinka, It could be that when you use Windows Vista or Windows 7, the Virtual Store is the problem here. Have a look at the following location (similar to where you installed ED) to see if the file is also there: C:\Users\useraccount\AppData\Local\VirtualStore\Program Files\... When it is the...
by MatthijsJongboer
Wednesday 13 June, 2012 - 15:12
Forum: Modeling in Enterprise Dynamics
Topic: atoms/connections missing
Replies: 5
Views: 4473

Re: atoms/connections missing

I hope it will not fail anymore. Another tip is to continue using "save file as" to have fall back versioning (with different filenames).
by MatthijsJongboer
Tuesday 12 June, 2012 - 15:04
Forum: Modeling in Enterprise Dynamics
Topic: atoms/connections missing
Replies: 5
Views: 4473

Re: atoms/connections missing

The ED save routine has straight forward write-lines in readable text. I have never heard of the routine being aborted and ending the way your file does. Something seems to be influencing the save routine. There could be numerous reasons for this to happen: Full or limited disk access, speed, file l...
by MatthijsJongboer
Tuesday 12 June, 2012 - 13:49
Forum: Enterprise Dynamics Atoms
Topic: Problems with Notify Router
Replies: 1
Views: 3328

Re: Problems with Notify Router

Hello Nina,
The Condition Control needs a single input channel to listen to atoms. That's why the Notify Router is used to channel these. I've demonstrated the use in the attached example.
by MatthijsJongboer
Tuesday 12 June, 2012 - 12:48
Forum: Modeling in Enterprise Dynamics
Topic: atoms/connections missing
Replies: 5
Views: 4473

Re: atoms/connections missing

Hi simulationsgroup, I looked at your model and it is a problem with the model file itself. At almost line 18000 the file is interrupted and an unreadable format takes over. To better understand what happened can you give more details about what you did? (what version of ED are you using, where did ...
by MatthijsJongboer
Monday 11 June, 2012 - 13:37
Forum: Installation
Topic: History file
Replies: 2
Views: 16771

Re: History file

This is related to the problem as described in this topic: http://community.incontrolsim.com/write-error-of-ed-his-under-windows-vista-or-windows-7-t5.html In particular, changing the directory rights solve the problem but you can also select a different (with read-write access) workdirectory. You c...
by MatthijsJongboer
Wednesday 23 May, 2012 - 14:43
Forum: Enterprise Dynamics Atoms
Topic: Conveyor with Speed -1 / backward transportation?
Replies: 1
Views: 3523

Re: Conveyor with Speed -1 / backward transportation?

Hello ptis,
Since the developments of the bi-directional conveyor have not reached their implementation in Enterprise Dynamics (yet), you can work with the second best solution.
I suggest to place 2 conveyors over each other where one is turned 180° for the round trip.
by MatthijsJongboer
Monday 14 May, 2012 - 10:18
Forum: Modeling in Enterprise Dynamics
Topic: Error during saving
Replies: 3
Views: 3668

Re: Error during saving

A sharing violation means that another program or process has locked the file. What you can try is to execute ed.exe in windows xp compatibility mode.
by MatthijsJongboer
Friday 11 May, 2012 - 15:33
Forum: Modeling in Enterprise Dynamics
Topic: Error during saving
Replies: 3
Views: 3668

Re: Error during saving

The error is a system I/O error. The error indicates a sharing violation. I've seen this error once before. At that time we could not explain the reason for this to happen. A clean install to a new directory solved the problem then. It could be worth a try when you receive the error constantly. But ...
by MatthijsJongboer
Thursday 26 April, 2012 - 13:25
Forum: Enterprise Dynamics 4DScript
Topic: Atom attributes initialization
Replies: 2
Views: 3117

Re: Atom attributes initialization

Hi Noel, There are several ways to initialize your model. Indeed, a table (possibly linked to excel) is a good way of having your parameters in a central location. Furthermore, you can also choose to use the initialize atom or reference the table cell in the attribute. You could have a table (e.g. w...