Search found 41 matches

by LAC-Bursi
Thursday 28 April, 2016 - 11:26
Forum: Modeling in Enterprise Dynamics
Topic: Advanced Transporter: variant of turning mode
Replies: 1
Views: 3142

Advanced Transporter: variant of turning mode

Hi community, I need to set a new variant of the turning mode od the Advanced Transporter. I depitched below the behaviour that the AT has to follow: [img] ED_AT.PNG [/img] When the AT arrives at a certain node and has to turn more or equal to 90 degrees, the AT has to wait for X seconds and then ha...
by LAC-Bursi
Monday 09 November, 2015 - 11:53
Forum: Enterprise Dynamics 4DScript
Topic: C# windows form error: COM class retrieving failed
Replies: 4
Views: 6440

Re: C# windows form error: COM class retrieving failed

Hello Matthijs, Your solution works well for some target machines, but not for all. I need to register EDDev.exe (I mean the ActiveX object) on the target machine. I try to execute regsvr32 EDDev.exe but returns this error: The module "EDDev.exe" waas loaded but entry-point DllRefisterServ...
by LAC-Bursi
Tuesday 27 October, 2015 - 16:03
Forum: Enterprise Dynamics 4DScript
Topic: C# windows form error: COM class retrieving failed
Replies: 4
Views: 6440

Re: C# windows form error: COM class retrieving failed

Hello Matthijs, You got it!!!! :D :D :D The problem was that the target machines don't have the administrative rights on my project and they aren't able to run it. add in the app.manifest this instruction: <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> ...
by LAC-Bursi
Monday 26 October, 2015 - 17:21
Forum: Enterprise Dynamics 4DScript
Topic: C# windows form error: COM class retrieving failed
Replies: 4
Views: 6440

C# windows form error: COM class retrieving failed

Hello community, I'm developing a project in which I have to open Enterprise Dynamics 9 from a windows form written in C# language and developed on Visual Studio 2012 environment. Should I distribute this project to other PCs in which the ED license is installed, but not Visual Studio 2012. Have you...
by LAC-Bursi
Tuesday 19 May, 2015 - 10:03
Forum: Modeling in Enterprise Dynamics
Topic: How to create a dynamic network?
Replies: 0
Views: 42352

How to create a dynamic network?

Hi community, I need to develop a model with a dynamic network. With a dynamic network I mean that, given a fleet of advanced transporters (AT), each AT can use every segment of the network if is in a certain status. If the is in another status, it can use a restricted subset of the segments of the ...
by LAC-Bursi
Friday 13 February, 2015 - 10:19
Forum: Enterprise Dynamics Atoms
Topic: Connect C# to ED
Replies: 3
Views: 16767

Connect C# to ED

Hi community, I would like to connect C# to ED. I create a project C# with a Socket Client. I have to send and receive message between this two application (C# and ED). When I try to send messages from C# to ED, everything works well. ED receives message from [127.0.0.1],[7122] However, when ED trys...
by LAC-Bursi
Friday 06 February, 2015 - 11:14
Forum: Enterprise Dynamics Atoms
Topic: How to send hexadecimal message from the Socket atom to another software
Replies: 0
Views: 40114

How to send hexadecimal message from the Socket atom to another software

Hi community, I need to send from the socket atom to another program some messages. These message contain hexadecimal values (I need to use 8 bit for each value). This is an example of message to send: 87, CD, 00, 08, 00, 20, 00, 01, 00, 61, 00, 1C, 00, C7, 00, 01, 00, 00, 00, 00, 00, 00, 00, 00, 00...
by LAC-Bursi
Tuesday 17 September, 2013 - 10:51
Forum: Enterprise Dynamics Atoms
Topic: 3D of Suspension Track
Replies: 1
Views: 3771

3D of Suspension Track

Good morning,
I saw on your website a demo that you can find here (http://www.incontrolsim.com/en/ed-logistics/demo.html).
Could I have the code of the 3D graphic of suspension track and nodes?

Thanks for your commitment
Fabio
by LAC-Bursi
Monday 20 May, 2013 - 12:53
Forum: Modeling in Enterprise Dynamics
Topic: Transport rotation
Replies: 3
Views: 4583

Re: Transport rotation

I think the first option is the same as mine, how can I implement it?

Thanks
Fabio
by LAC-Bursi
Friday 10 May, 2013 - 17:02
Forum: Modeling in Enterprise Dynamics
Topic: Transport rotation
Replies: 3
Views: 4583

Transport rotation

Good evening,
my problem is as follows:

I have a transport atom (like the advanced transport) with wagons attached, when this "train" turns I have to turn the wagons in the following way:

Image

How could I do it?

Thank in advance
Fabio