Search found 3 matches

by Logvykat
Friday 21 February, 2014 - 09:41
Forum: Enterprise Dynamics Atoms
Topic: feeder bowl
Replies: 7
Views: 8109

Re: feeder bowl

It works! Thanks a lot :)
by Logvykat
Wednesday 19 February, 2014 - 11:10
Forum: Enterprise Dynamics Atoms
Topic: feeder bowl
Replies: 7
Views: 8109

Re: feeder bowl

I tried to use this code for onenter trigger

Code: Select all

Do(  closeoutput(c),
 While(content(c) < att([Capacity], c), 
openoutput(c)))	
But ED just simply shut :(
by Logvykat
Wednesday 19 February, 2014 - 10:51
Forum: Enterprise Dynamics Atoms
Topic: feeder bowl
Replies: 7
Views: 8109

Re: feeder bowl

Hello! I have alike problem, help me please. I have ? queue between 2 servers.When the amount of products in queue is less than 100, its output channels have to be closed (till it collect right amount). When the amount of products is 100, the output channels have to be open and the input channels ha...