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...
Search found 22 matches
- Friday 17 May, 2013 - 21:26
- Forum: Enterprise Dynamics 4DScript
- Topic: Socket Communication
- Replies: 7
- Views: 8840
- Friday 17 May, 2013 - 21:24
- Forum: Enterprise Dynamics 4DScript
- Topic: Socket Communication
- Replies: 7
- Views: 8840
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...
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...
- Friday 17 May, 2013 - 15:33
- Forum: Enterprise Dynamics 4DScript
- Topic: Socket Communication
- Replies: 7
- Views: 8840
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 ...
- Monday 13 August, 2012 - 22:46
- Forum: Enterprise Dynamics 4DScript
- Topic: Error in stop model with 4D Script in Source
- Replies: 7
- Views: 10261
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 ...
- Sunday 12 August, 2012 - 00:07
- Forum: Enterprise Dynamics Atoms
- Topic: Change 2D Icon & 3D Icon
- Replies: 1
- Views: 4084
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 ...
- Monday 11 July, 2011 - 15:50
- Forum: Modeling in Enterprise Dynamics
- Topic: Access violation problem
- Replies: 2
- Views: 5011
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 ...
- Wednesday 06 April, 2011 - 11:26
- Forum: Enterprise Dynamics FAQ
- Topic: How can I develop a new atom?
- Replies: 0
- Views: 45285
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 ...
- Wednesday 16 March, 2011 - 10:04
- Forum: Enterprise Dynamics 4DScript
- Topic: Error message when loading model
- Replies: 6
- Views: 7608
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.
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.
- Monday 13 December, 2010 - 13:55
- Forum: Enterprise Dynamics FAQ
- Topic: Text in editor is blur / not displaying correctly
- Replies: 0
- Views: 41328
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 ...
- Monday 13 December, 2010 - 13:19
- Forum: Enterprise Dynamics FAQ
- Topic: Automatically start an ED application
- Replies: 0
- Views: 41014
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 ...