Search found 4 matches

by Immo
Thursday 12 May, 2016 - 17:15
Forum: Modeling in Enterprise Dynamics
Topic: Transporter uses wrong load time after first round
Replies: 2
Views: 7249

Transporter uses wrong load time after first round

Dear Community, I attached a simple model with 3 advanced transporters moving with the same speed, load and unload times between a server and a sink. In the first cycle of the transportation all three Transporters respect the specified load time of 366 seconds. From the second transportation cycle t...
by Immo
Thursday 12 May, 2016 - 08:55
Forum: Modeling in Enterprise Dynamics
Topic: Advanced Transporters in Transport Chain
Replies: 2
Views: 3163

Re: Advanced Transporters in Transport Chain

Dear Harry, Thanks for the proposal. I figured out a similar solution using nearly the same code in the Trigger on Exit of the Advtrp: AdvancedTransporter_SetDestination(c, atombyname([Server3],Model)), I'm not using nodes, but it works fine for sending the transporters directly back to the excavato...
by Immo
Tuesday 10 May, 2016 - 08:38
Forum: Modeling in Enterprise Dynamics
Topic: Advanced Transporters in Transport Chain
Replies: 2
Views: 3163

Advanced Transporters in Transport Chain

Hello Community, I'm trying to model a transport chain between a server and a sink. The server acts as an excavator and the sink is the waste disposal site. For the Transportation I'm using advanced transporters, which are controlled by a Dispatcher being linked to the Server. The dispatch rule I ha...
by Immo
Thursday 27 November, 2014 - 16:15
Forum: Enterprise Dynamics 4DScript
Topic: Dead Source
Replies: 2
Views: 4123

Dead Source

I added a SOURCE, a CONVEYOR and a SINK to a new model. After that I declared a global variable in the init-statement of the SOURCE as follows: Dim([rr],vbvalue,2). Furthermore I added to the (on)reset-statement rr:=2 After this change the source doesn't produce products anymore. Everything seems to...