Search found 9 matches

by manuel
Thursday 19 December, 2013 - 11:57
Forum: Enterprise Dynamics 4DScript
Topic: change Dijkstra's algorithm
Replies: 3
Views: 4922

Re: change Dijkstra's algorithm

hi, i´m trying to get the fastest route (not the shortest). My advanced Transporter is really slow at corners, but the shortest route in the network consists of many corners. the advanced transporter would be much more faster, if he avoids this corners an drives an other route. I think i got to impl...
by manuel
Tuesday 17 December, 2013 - 16:59
Forum: Enterprise Dynamics 4DScript
Topic: adv. Transporter unload Problems
Replies: 6
Views: 5732

Re: adv. Transporter unload Problems

an idea for your second problem:

you could unload your first atom to the normal destination with the normal unload time and your second atom to a server, leading to your normal destination with a cycletime equal to your unloadtime for the second atom.
by manuel
Tuesday 17 December, 2013 - 16:43
Forum: Enterprise Dynamics 4DScript
Topic: adv. Transporter unload Problems
Replies: 6
Views: 5732

Re: adv. Transporter unload Problems

Hi,

you could try saving the channel you choose in the advanced transporter on a label on the product. then you can get the drop-off location by: out(Label([destination],i), atombyname([Destinator],model)). hope this helps
by manuel
Tuesday 17 December, 2013 - 10:59
Forum: Enterprise Dynamics 4DScript
Topic: change Dijkstra's algorithm
Replies: 3
Views: 4922

change Dijkstra's algorithm

Hi,

does anybody know how to change Dijkstra's algorithm? I´m trying to change the routing of my advanced transporters. If it isn´t possible to change the algorithm, does anybody have the programming code of it?
Thanks.

Manuel
by manuel
Friday 29 November, 2013 - 12:02
Forum: Enterprise Dynamics 4DScript
Topic: call a function in the Function Editor
Replies: 5
Views: 6624

Re: call a function in the Function Editor

thanks, it works now :-)

Another question: is there any possibility to end an infinite loop?
In Plant Simulation the infinite loop is stopped if you press three buttons on the keyboard.
Is there any similar option in ED?
by manuel
Thursday 28 November, 2013 - 11:04
Forum: Enterprise Dynamics 4DScript
Topic: call a function in the Function Editor
Replies: 5
Views: 6624

call a function in the Function Editor

Hi, I´m trying to call a function in a Function Editor with another function in the same Function Editor. It works properly, but if I save my model and open it again there is an error saying the function is not a valid expression. If I open the functions again and press OK the error is gone and i ca...
by manuel
Thursday 31 October, 2013 - 09:54
Forum: Enterprise Dynamics 4DScript
Topic: CalculateDistance
Replies: 4
Views: 3963

Re: CalculateDistance

it works :D Thank you Marlies
by manuel
Monday 28 October, 2013 - 17:07
Forum: Enterprise Dynamics 4DScript
Topic: CalculateDistance
Replies: 4
Views: 3963

Re: CalculateDistance

I´m trying to get the distance between the transporter and his target on a net. The transporter has to drive for a certain timespan and i want to calculate the speed according to the time and distance.
by manuel
Monday 28 October, 2013 - 10:54
Forum: Enterprise Dynamics 4DScript
Topic: CalculateDistance
Replies: 4
Views: 3963

CalculateDistance

Hi,

does somebody know, how to use the CalculateDistance function of the AdvancedTransporter atom?
The function isn´t in the help file and i don´t know which parameters i got to use.

Thanks
Manuel