Search found 14 matches

by Yfke
Monday 11 June, 2018 - 11:15
Forum: Enterprise Dynamics 4DScript
Topic: 3D
Replies: 6
Views: 6801

Re: 3D

Thanks Harry,

I figured it out with your suggestions
by Yfke
Friday 08 June, 2018 - 09:15
Forum: Enterprise Dynamics 4DScript
Topic: 3D
Replies: 6
Views: 6801

Re: 3D

Sorry, I ment the label "Rush" instead of the label "Type", of course.
by Yfke
Friday 08 June, 2018 - 09:14
Forum: Enterprise Dynamics 4DScript
Topic: 3D
Replies: 6
Views: 6801

Re: 3D

On this way, the colour of the icon will be changed. But not in 3D. Do you know how I can change colours of product in 3D? I hope it is clear now.
by Yfke
Friday 08 June, 2018 - 09:12
Forum: Enterprise Dynamics 4DScript
Topic: 3D
Replies: 6
Views: 6801

Re: 3D

Hi Harry,

Everytime when a product leaves a server, I would like to change to colour in 3D if the label called "type" is equal to 1.
I added in the trigger to exit of the server the following code:
If(Label([Rush], i) := 1, Icon(i) := IconByName([circlered]))
by Yfke
Thursday 07 June, 2018 - 17:13
Forum: Enterprise Dynamics Atoms
Topic: Queue Capacity
Replies: 2
Views: 13140

Re: Queue Capacity

Thank you Harry! :D
by Yfke
Thursday 07 June, 2018 - 16:29
Forum: Enterprise Dynamics 4DScript
Topic: 3D
Replies: 6
Views: 6801

3D

Hi! I would like to move products in slow motion by a conveyor from one server to the other, without this being at the expense of calculations with realtime Does anyone know if this is possible? I also would like to assign different product colours, to different routing products. I can change the co...
by Yfke
Thursday 07 June, 2018 - 16:25
Forum: Enterprise Dynamics Atoms
Topic: Queue Capacity
Replies: 2
Views: 13140

Queue Capacity

Hi! I would like to simulate in 3D. When the capacity of my queues is equal or smaller than 10, I can see all the product in the queue. That is what I want. But if I change my queue capacity to more than 10, I can only see one product in the queue. I need to change the queue capacity to more than 10...
by Yfke
Tuesday 01 May, 2018 - 13:56
Forum: Modeling in Enterprise Dynamics
Topic: Human resource priority
Replies: 2
Views: 2420

Re: Human resource priority

Hi Gerben!

Thanks, but this is unfortunately not working in combination with walking.
Do you know how this will work?

Kind regards,
Yfke
by Yfke
Monday 30 April, 2018 - 10:07
Forum: Modeling in Enterprise Dynamics
Topic: Human resource priority
Replies: 2
Views: 2420

Human resource priority

Hi there! I have two queues and one server. If there is a product in queue 2, then should the human resource bring this order to the server. If not, then should this human recourse bring the product from queue 1 to the server. I tried with callhumanresource but it doesn't work. Could someone help me...
by Yfke
Thursday 19 April, 2018 - 10:05
Forum: Modeling in Enterprise Dynamics
Topic: Connection Arrival list and Excel
Replies: 2
Views: 2320

Connection Arrival list and Excel

Hello, I would like to read data from Excel and add it automatically in the Arrival list atom. I know how to read data from Excel, but I don't know how I can connect this table with the Arrival atom. (The use of the Source Atom is not an option.) Does anyone know if this is possible? Thanks in advan...