Search found 28 matches

by EvelineHermans
Wednesday 23 September, 2015 - 17:03
Forum: Enterprise Dynamics 4DScript
Topic: Assembler - flowtime
Replies: 12
Views: 12087

Re: Assembler - flowtime

Thank you! I now see where it went wrong.. :x

Kind regards,
Eveline
by EvelineHermans
Tuesday 22 September, 2015 - 09:45
Forum: Enterprise Dynamics 4DScript
Topic: Assembler - flowtime
Replies: 12
Views: 12087

Re: Assembler - flowtime

Hi Simon, Sorry for my late reply but this was exactly where I was looking for :). Thanks! Unfortunately I now discovered that I need to "feed" 5 different components in stead of 4. Although I did change every 4 into a 5, I initialized the 5th reservoir and I changed the BOM, I am not able...
by EvelineHermans
Thursday 10 September, 2015 - 09:15
Forum: Enterprise Dynamics 4DScript
Topic: Batch size server
Replies: 3
Views: 4865

Re: Batch size server

Thanks a lot! I now indeed see and understand where it went wrong..
by EvelineHermans
Thursday 03 September, 2015 - 14:25
Forum: Enterprise Dynamics 4DScript
Topic: Batch size server
Replies: 3
Views: 4865

Batch size server

Hello! I'm currently struggling with the batch size (B) in a server. I have two different products that can enter this server (red and blue) and they have to be converted from one barrel to an amount (in kgs). The red barrels consist of 75 kgs, while the blue barrels have 100 kgs. Using the Batch Ru...
by EvelineHermans
Monday 24 August, 2015 - 13:30
Forum: Enterprise Dynamics Atoms
Topic: Available time HumanResources
Replies: 10
Views: 14520

Re: Available time HumanResources

Thanks Bram, I indeed think that something like you suggest should work. However I tried to fix it myself, I really have no clue where to start. For now I wrote a function in a FunctionEditor atom that calls the HR-team depending on time, but I unfortunately don't know how to implement a kind of loo...
by EvelineHermans
Monday 24 August, 2015 - 09:54
Forum: Enterprise Dynamics 4DScript
Topic: Assembler - flowtime
Replies: 12
Views: 12087

Re: Assembler - flowtime

Hello Bram, No I have two different recipes and I recall these recipes in the Bill of Material (Assembler). Furthermore I have a table in where the flowtimes are defined so that they can be easily changed in future. These flowrates are defined in refFlows. Recipe 1: 1A + 20B + 5C + 2D Recipe 2: 1A +...
by EvelineHermans
Monday 24 August, 2015 - 09:16
Forum: Enterprise Dynamics Atoms
Topic: Available time HumanResources
Replies: 10
Views: 14520

Re: Available time HumanResources

Hi Bram, I now implemented the 3 HR-teams into your sample model, but unfortunately still only one team is called by the server. Although I created a reference for all HR-teams (refHumanResourceTeam), only one out of three teams is called and no tasks are given to the other teams. I attached the mod...
by EvelineHermans
Friday 21 August, 2015 - 16:16
Forum: Enterprise Dynamics Atoms
Topic: Available time HumanResources
Replies: 10
Views: 14520

Re: Available time HumanResources

Hi Bram, Thank you very much!! This is exactly what I needed :) Am I correct now that I just have to "copy & paste" the three atoms (time scheduele, availability control and HR-team) for each HR team that is involved in my model? Of course I will not forget to change cell-references to...
by EvelineHermans
Thursday 20 August, 2015 - 16:42
Forum: Enterprise Dynamics Atoms
Topic: Available time HumanResources
Replies: 10
Views: 14520

Re: Available time HumanResources

Yes sure. I have two atoms: HumanResourceTeam & HumanResourceScheduele. There are 9 HR team members in total and they are split up (3 by 3) into 3 schedueles (early, late and night shift). The shifts do not overlap each other. Kind regards, Eveline PS: Till now I do not initialize the HumanResou...
by EvelineHermans
Tuesday 18 August, 2015 - 10:41
Forum: Enterprise Dynamics Atoms
Topic: Available time HumanResources
Replies: 10
Views: 14520

Available time HumanResources

Hi, I've two reqestions regarding HumanResource. 1) I would like to monitor (using a Generic Monitor) the output per uptime_HumanResource. What code can I use to refer to the up-time of my HR-team? I now use this code for output / hour, but I would like to change "Time" to "Time_HR&qu...