Search found 200 matches
- Wednesday 06 April, 2011 - 11:07
- Forum: Enterprise Dynamics FAQ
- Topic: Cannot open Help files on Windows Vista and up
- Replies: 0
- Views: 49230
Cannot open Help files on Windows Vista and up
On computers running Windows Vista and up, you might exeprience problems displaying the help supplied with Enterprise Dynamics. This is because Windows Help (WinHlp32.exe) is no longer supplied with these versions. The message you receive will present you with a wizard that allows you to install the ...
- Tuesday 05 April, 2011 - 13:47
- Forum: Modeling in Enterprise Dynamics
- Topic: empirical distribution
- Replies: 3
- Views: 8950
Re: empirical distribution
The arrival time is something different. In the model, the cycletime is chosen based upon the provided emp.distr.
I understand form your remark that there is a relation from the arrivaltime and processtime?
I understand form your remark that there is a relation from the arrivaltime and processtime?
- Friday 01 April, 2011 - 12:40
- Forum: Enterprise Dynamics 4DScript
- Topic: special product
- Replies: 8
- Views: 11444
Re: special product
When there is no processtime left, the waittime label contains the total processtimes of all re-entries.
Seems that this is what you were looking for.
Seems that this is what you were looking for.
- Friday 01 April, 2011 - 12:13
- Forum: Modeling in Enterprise Dynamics
- Topic: empirical distribution
- Replies: 3
- Views: 8950
Re: empirical distribution
When using the empirical distribution atom, you can choose a distribution name. This name becomes a global 4DScript that can be used throughout the model without having to connect any channels.
Attached the example model from ED. I revised it so the server now takes the values from a new Empirical ...
Attached the example model from ED. I revised it so the server now takes the values from a new Empirical ...
- Tuesday 08 March, 2011 - 11:04
- Forum: Modeling in Enterprise Dynamics
- Topic: Moving atoms from one queue to another
- Replies: 2
- Views: 5432
Re: Moving atoms from one queue to another
This code and the mentioned location (User Events) suggests overruling of the channel principles of ED. You define the time when an event (the userevent) has to be executed and move the atoms from one queue to another. Because of the open structure of ED, it is possible to program this but results ...
- Tuesday 22 February, 2011 - 15:20
- Forum: Enterprise Dynamics 4DScript
- Topic: Number of Atoms in Model or Library
- Replies: 0
- Views: 26114
Number of Atoms in Model or Library
In Enterprise Dynamics, large models are one of the unique features. There is however, not a simple button to tell the user how many atoms there are in a model. The following code simply returns the number of Atoms in the model.
Do(
var([atmCounter], vbValue, 0),
ForAtomTreeUnder(Model, inc ...
Do(
var([atmCounter], vbValue, 0),
ForAtomTreeUnder(Model, inc ...
- Wednesday 08 December, 2010 - 17:10
- Forum: Enterprise Dynamics FAQ
- Topic: Write error of ed.his under windows Vista or Windows 7
- Replies: 0
- Views: 61073
Write error of ed.his under windows Vista or Windows 7
This is a known problem under windows Vista or Windows 7.
We are still researching the best solution for this problem.
There are several workarounds possible for this problem.
Disabling UAC does solve the problem.
Also, running ED as administrator does
as does manually changing the folder rights ...
We are still researching the best solution for this problem.
There are several workarounds possible for this problem.
Disabling UAC does solve the problem.
Also, running ED as administrator does
as does manually changing the folder rights ...
- Wednesday 08 December, 2010 - 17:09
- Forum: Enterprise Dynamics FAQ
- Topic: Windows User Account Control (UAC)
- Replies: 1
- Views: 40081
Windows User Account Control (UAC)
At this time, Enterprise Dynamics is compatible with Windows Vista and Windows 7.
However, Enterprise Dynamics currently requires full, elevated administrative rights or UAC disabled.
To do this, make your user account member of the Administrators group.
To disable UAC go to the Control Panel and ...
However, Enterprise Dynamics currently requires full, elevated administrative rights or UAC disabled.
To do this, make your user account member of the Administrators group.
To disable UAC go to the Control Panel and ...
- Wednesday 08 December, 2010 - 17:07
- Forum: Enterprise Dynamics FAQ
- Topic: GetLastError 1073278755
- Replies: 1
- Views: 50802
GetLastError 1073278755
When you have installed Enterprise Dynamics on Windows Vista and receive the following error:
Could not share rendering context. GetLastError() = -1073278755 (CreateModelLayout)
This is a problem related to Graphics of Windows Vista.
We have encountered this problem several times and all errors ...
Could not share rendering context. GetLastError() = -1073278755 (CreateModelLayout)
This is a problem related to Graphics of Windows Vista.
We have encountered this problem several times and all errors ...
- Wednesday 08 December, 2010 - 17:03
- Forum: Enterprise Dynamics FAQ
- Topic: Enterprise Dynamics System requirements
- Replies: 0
- Views: 50832
Enterprise Dynamics System requirements
Operating System
In order to run Enterprise Dynamics®, you require the Microsoft Windows operating system. Enterprise Dynamics is proven compatible with:
Microsoft Windows Vista
Microsoft Windows 7
Microsoft Windows 8
Enterprise Dynamics is a 32-bit application and will run without problems in ...
In order to run Enterprise Dynamics®, you require the Microsoft Windows operating system. Enterprise Dynamics is proven compatible with:
Microsoft Windows Vista
Microsoft Windows 7
Microsoft Windows 8
Enterprise Dynamics is a 32-bit application and will run without problems in ...