Search found 16 matches

by JeroenSteenbakkers
Thursday 27 November, 2014 - 10:29
Forum: Modeling in Pedestrian Dynamics
Topic: Modelling conveyor belts
Replies: 1
Views: 3707

Re: Modelling conveyor belts

Dear simon, unfortunatily PD does not offer the modelling of conveyor belts. The focus of the software lies with the modelling of passengers flows. In PD the conveyor can be modelled as a "black-box" process at which the passenger has to wait, until he receive his/her suitcase. if you real...
by JeroenSteenbakkers
Wednesday 22 May, 2013 - 11:44
Forum: Modeling in Enterprise Dynamics
Topic: Transport rotation
Replies: 3
Views: 4605

Re: Transport rotation

Dear LAC-Bursi,

a quick solutions could be to use the conveyors as a "track" for the transfer cars. in this way you will have the effect of a turning train.

kind regards,
Jeroen
by JeroenSteenbakkers
Monday 17 October, 2011 - 16:28
Forum: Enterprise Dynamics 4DScript
Topic: Using ReadwriteExcel to send products to a Server.
Replies: 3
Views: 4989

Re: Using ReadwriteExcel to send products to a Server.

Stimper, I do not understand your question. could you explain it a bit more detailed. thanks
by JeroenSteenbakkers
Wednesday 25 May, 2011 - 15:56
Forum: Enterprise Dynamics 4DScript
Topic: Robot pick-and-place
Replies: 10
Views: 9533

Re: Robot pick-and-place

hello rabi, what i propose is that you use label. on the exit trigger of the station you can use for instance: label([counter], i) := 2 Based on this label you can then send it to the right output channel of the robot, for instance: if( label([counter], first(c)) = 2, 3, 2 ) the code means, if the l...
by JeroenSteenbakkers
Wednesday 25 May, 2011 - 15:55
Forum: Modeling in Enterprise Dynamics
Topic: Robot pick-and-place
Replies: 1
Views: 3121

Re: Robot pick-and-place

hello rabi, what i propose is that you use label. on the exit trigger of the station you can use for instance: label([counter], i) := 2 Based on this label you can then send it to the right output channel of the robot, for instance: if( label([counter], first(c)) = 2, 3, 2 ) the code means, if the l...
by JeroenSteenbakkers
Monday 23 May, 2011 - 14:12
Forum: Modeling in Enterprise Dynamics
Topic: Lateral Shipments
Replies: 2
Views: 4314

Re: Lateral Shipments

hello giannis, i understand you situation. there are some reasons that is not working properly. its correct that you are doing 15 move requests. but you are doing this for the same atom every time. namely the first atom in the Queue (with the maximum stock). all the moverequests will be handled afte...
by JeroenSteenbakkers
Tuesday 05 April, 2011 - 17:45
Forum: Modeling in Enterprise Dynamics
Topic: Easier way to model when connecting 400+ channels?
Replies: 2
Views: 4171

Re: Easier way to model when connecting 400+ channels?

ron,

regarding you second questions. this will work as you mentioned. However you should fill in a quantity for the arrival.
by JeroenSteenbakkers
Tuesday 05 April, 2011 - 17:43
Forum: Modeling in Enterprise Dynamics
Topic: Easier way to model when connecting 400+ channels?
Replies: 2
Views: 4171

Re: Easier way to model when connection 400+ channels?

hello ron, at first i would like to give you a tip: if you press the right mouse button on the central channel (the yellow one ) you will see all the connections. if you would like to connect many channel you can use a code for this in the interact windows (shift + F6). if you select one or more ato...
by JeroenSteenbakkers
Monday 04 April, 2011 - 18:21
Forum: Enterprise Dynamics 4DScript
Topic: Using ReadwriteExcel to send products to a Server.
Replies: 3
Views: 4989

Re: Using ReadwriteExcel to send products to a Server.

hello ron,

i included a model that contains the solution to you problem.

what i did is release order based on the arrival list and connect these order to your product. in the silo allocator queue a label is placed on the order in which silo it can find the order.

good luck
by JeroenSteenbakkers
Monday 28 March, 2011 - 15:33
Forum: Enterprise Dynamics 4DScript
Topic: doorlooptijd per type
Replies: 2
Views: 5087

Re: doorlooptijd per type

i would like to add something to mij previous post.

i said
on the entry trigger of the model we now calculated the througput time by
this has to be the entry trigger of the sink atom in the model...