Search found 7 matches

by carnm92
Monday 02 February, 2015 - 11:20
Forum: Enterprise Dynamics 4DScript
Topic: Channel problem 2
Replies: 1
Views: 3000

Channel problem 2

Hi! I'm here again with a question I can not solve, and i'm sure it's not so difficult. It's related to another post i've made recently. I have a robot with 3 possible outputs.I want it to send by channel 1 the atoms named 'mec' and other atoms by channels 2 and 3, but not in a random way, but to th...
by carnm92
Friday 30 January, 2015 - 12:18
Forum: Enterprise Dynamics 4DScript
Topic: Portal crane problems
Replies: 3
Views: 3632

Re: Portal crane problems

Hi, I'm posting my model (simplified) as you suggested. Atoms are named "original" after the first server "lectura" and then, the portal crane should take this atoms to server "Mecanizado1" or "Mecanizado2" (randomly). And then wait the cycle time to pick up t...
by carnm92
Friday 30 January, 2015 - 12:00
Forum: Enterprise Dynamics 4DScript
Topic: Coding question
Replies: 3
Views: 3753

Re: Coding question

Thanks Harry, but my point is that instead of sending atoms named "..." by channel 2, i want them to be sent by any of channels 2, 3, 4 or 5. I want to modify the order but it doesn't compile: If( CompareText(Name(first(c)), [...]) = true, 1, 2 3 4 5 ) (this is what i tried to do but it do...
by carnm92
Friday 30 January, 2015 - 11:35
Forum: Enterprise Dynamics 4DScript
Topic: Coding question
Replies: 3
Views: 3753

Coding question

Hello, I have a system with atoms with two different names and I'd like to send them from a server to five different channels. One type of atom by channel 1 and the other type by channels from 2 to 5. I don't know how to modify the option "By atom name: if the atom name of the 1st atom in the q...
by carnm92
Friday 30 January, 2015 - 11:24
Forum: Enterprise Dynamics 4DScript
Topic: Portal crane problems
Replies: 3
Views: 3632

Portal crane problems

Hello!! I'm trying to model a system in which some atoms have to be transported from a queue atom to one of 4 server atoms I have set, and after the cycle time, picked up and put in a final queue atom. I would like to use a portal crane to do this but I don't mind if there is another atom which does...
by carnm92
Thursday 22 January, 2015 - 12:01
Forum: Modeling in Enterprise Dynamics
Topic: Channel problem
Replies: 3
Views: 4057

Re: Channel problem

Hi Harry!
Thank you so much! That's what I was looking for! How couldn't I see it? haha

Thanks again!
by carnm92
Wednesday 21 January, 2015 - 10:58
Forum: Modeling in Enterprise Dynamics
Topic: Channel problem
Replies: 3
Views: 4057

Channel problem

Hello, I have a problem with my Queue atoms. I have set two queue atoms one next to the other, and i would like to send products from the first to the second one only if the second is not full (its capacity is 10 products). So, if Queue2 is not full yet, Queue1 sends products by channel1 to Queue2. ...