Search found 22 matches

by Fred
Friday 17 May, 2013 - 21:26
Forum: Enterprise Dynamics 4DScript
Topic: Socket Communication
Replies: 7
Views: 6708

Re: Socket Communication

Hi Chiara,

Have you also looked at the Robot example I gave you?

ED has 2 ways of working with TCP/IP communication. The Socket atoms, but there are also some different 4DScript commands that you can use. The Robot example uses the 4DScript commands.

Gr. Fred...
by Fred
Friday 17 May, 2013 - 21:24
Forum: Enterprise Dynamics 4DScript
Topic: Socket Communication
Replies: 7
Views: 6708

Re: Socket Communication

Hi Chiara,

Can you explain what you did in the command prompt? What command/program did you use?

I would like to duplicate what you are trying to see what is going wrong.

Gr. Fred...
by Fred
Friday 17 May, 2013 - 15:33
Forum: Enterprise Dynamics 4DScript
Topic: Socket Communication
Replies: 7
Views: 6708

Re: Socket Communication

Hi Chiara, Have you checked your Firewall settings? I once clicked too fast and it made sure Enterprise Dynamics was not capable of sending and/or receiving any messages. On my new computer the Firewall dialog automatically popped up when I tried to test a Socked Listen in combination with A Socket ...
by Fred
Monday 13 August, 2012 - 22:46
Forum: Enterprise Dynamics 4DScript
Topic: Error in stop model with 4D Script in Source
Replies: 7
Views: 8119

Re: Error in stop model with 4D Script in Source

Hi Heimann, This is indeed caused by the version difference. The model opens fine in version 8.2.5. And in relation to the error messages, we indeed incorporated a number of updates which result in the error messages you receive. Is it possible for you to upgrade to 8.2.5? Anyway I quickly rebuild t...
by Fred
Sunday 12 August, 2012 - 00:07
Forum: Enterprise Dynamics Atoms
Topic: Change 2D Icon & 3D Icon
Replies: 1
Views: 3327

Re: Change 2D Icon & 3D Icon

Hi Heimann, Please have a look at the menu Windows->Resources Manager. Via the Resources Manager you can add additional icons, bitmaps or any other kind of images to the system which you can use in your simulation model. You can use your own images or you can use any of the images we have shipped wi...
by Fred
Monday 11 July, 2011 - 15:50
Forum: Modeling in Enterprise Dynamics
Topic: Access violation problem
Replies: 2
Views: 4022

Re: Access violation problem

Hi, I am sorry to see that you ran into this problem. Based on your description ED should not have given an Access violation to begin with due to missing an icon. We will certainly look into this issue and come up with a better warning. Secondly the difference in behavior between normal run and debu...
by Fred
Wednesday 06 April, 2011 - 11:26
Forum: Enterprise Dynamics FAQ
Topic: How can I develop a new atom?
Replies: 0
Views: 38616

How can I develop a new atom?

With Enterprise Dynamics you are not bound to existing atoms alone. You are also able to modify existing atoms or create entirely new atoms. We have written a small introduction in developing new atom. You can find this document at the resource page of the ED Academy website: http://www.incontrolsim...
by Fred
Wednesday 16 March, 2011 - 10:04
Forum: Enterprise Dynamics 4DScript
Topic: Error message when loading model
Replies: 6
Views: 6239

Re: Error message when loading model

You are right.

The sequence of the atoms in the tree is important in this case. Make sure that the initialize atom that defines the variables is before the initialize atom that uses the variable in the tree.
by Fred
Monday 13 December, 2010 - 13:55
Forum: Enterprise Dynamics FAQ
Topic: Text in editor is blur / not displaying correctly
Replies: 0
Views: 34232

Text in editor is blur / not displaying correctly

In Windows installations with non-latin languages it can happen that the text in the 4DScript editor is displayed either blur or simply out of focus. Sometimes it helps to switch fonts (from non true-type to true-type or vice versa). If that does not help you can also disable the coloring of the tex...
by Fred
Monday 13 December, 2010 - 13:19
Forum: Enterprise Dynamics FAQ
Topic: Automatically start an ED application
Replies: 0
Views: 33819

Automatically start an ED application

Can I change the way ED starts? Yes! In the program directory of Enterprise Dynamics a file named ED.app exists. This file is executed first and contains the code to initiate the startup process. If you look at this file you can see that it contains something like this: { load suite } if(1, {CmdLin...