Search found 9 matches

by Pirkule
Tuesday 15 April, 2014 - 17:14
Forum: Enterprise Dynamics Atoms
Topic: Dispatcher not working with 5 outputs
Replies: 3
Views: 4633

Re: Dispatcher not working with 5 outputs

Hi marlies, Thanks for your reply. That solved my problem! It didn't occur me at all to check the code behind that sendto statement. That should have been the obviuos place to look at as the transporter had only 4 outputs channel and error was accuring after the fifth channel was activated. Better t...
by Pirkule
Monday 14 April, 2014 - 18:51
Forum: Enterprise Dynamics Atoms
Topic: Dispatcher not working with 5 outputs
Replies: 3
Views: 4633

Re: Dispatcher not working with 5 outputs

Oops! Some typos.... I ment with "Queue5 (which is connected via dispatchers output channel 5)" that queue5 is connected to destinator's output channel 5. and.... destination value is not defined in source's trigger on exit but on queue's after it. I didn't find any reference to this probl...
by Pirkule
Wednesday 09 April, 2014 - 19:20
Forum: Enterprise Dynamics Atoms
Topic: Dispatcher not working with 5 outputs
Replies: 3
Views: 4633

Dispatcher not working with 5 outputs

Hi, I have a small problem in my model with dispatcher atom. In my model there is 1 Source atom, queue after the source, advanced transporter with destinator and dispatcher, 5 Queue atoms where products should be transported. I'm using Label "destination" in source atom's trigger on exit t...
by Pirkule
Monday 10 March, 2014 - 18:18
Forum: Enterprise Dynamics 4DScript
Topic: AdvancedTransporter_PickAtom , picking up several atoms
Replies: 3
Views: 4520

Re: AdvancedTransporter_PickAtom , picking up several atoms

Hi Nick, I tried to use code if( content(c)=2, Do( CloseOutput(in(1, c)), Label([BatchSize],i) := content(c), LoopUntil( Content(c) = 0, AdvancedTransporter_PickAtom(Atombyname([Transporter], model), Atombyname([Queue], model), First(c))) ) ) in my queue's trigger on entry. What it should do as soon...
by Pirkule
Sunday 09 March, 2014 - 00:56
Forum: Enterprise Dynamics 4DScript
Topic: AdvancedTransporter_PickAtom , picking up several atoms
Replies: 3
Views: 4520

AdvancedTransporter_PickAtom , picking up several atoms

Hi, Does anyone know how to use 4DScritp: AdvancedTransporter_PickAtom to pick up more than just one atom inside from other atom? I need to modify 4Dscritp: AdvancedTransporter_PickAtom(Atombyname([Transporter], model), Atombyname([Queue2], model), First(in(2,c)) ) so that i can pick up the whole co...
by Pirkule
Tuesday 04 March, 2014 - 22:26
Forum: Enterprise Dynamics 4DScript
Topic: Assembler and advanced transporter
Replies: 5
Views: 5676

Re: Assembler and advanced transporter

Hi Nick, Sorry i think my last question was poorly formed. The scenario i'm trying to simulate has 3 assemblers , each of them has to work like the assembler where the ad.transporter's arrival to queue after assembler triggered the assembling. Now when i use the model you posted before (Example_Dyna...
by Pirkule
Saturday 01 March, 2014 - 14:03
Forum: Enterprise Dynamics 4DScript
Topic: Assembler and advanced transporter
Replies: 5
Views: 5676

Re: Assembler and advanced transporter

Hi Nick, Thanks for your advice. I got my model working with one assembler by move request on the OCready of the Queue. Now the problem is that the scenario i'm trying to simulate has multiple assembler groups where the same ad.tranporster needs to pick-up assembled containers. Ad.tranporter needs f...
by Pirkule
Tuesday 25 February, 2014 - 15:24
Forum: Enterprise Dynamics 4DScript
Topic: Assembler and advanced transporter
Replies: 5
Views: 5676

Re: Assembler and advanced transporter

I think i found how i can get around the problem of assembler not packing it's content if the amount of product isn't same as predefined in assemblers B.O.M tabble by making the assembler to set it's B.O.M table dynamic and by using closeoutput/openoutput commands in queues before assembler. Now i s...
by Pirkule
Wednesday 19 February, 2014 - 17:39
Forum: Enterprise Dynamics 4DScript
Topic: Assembler and advanced transporter
Replies: 5
Views: 5676

Assembler and advanced transporter

Hi, I’m newbie in this 4D script coding and having a problem to get result I’m looking for. Is there a way to create an event, where arrival of advanced transporter to queue after assembler, triggers assembler (with 2 input channels) do the assembling regardless of maximum product needed in input ch...