Search found 4 matches

by GroepT
Wednesday 11 May, 2016 - 20:52
Forum: Enterprise Dynamics Atoms
Topic: Breakdown in Server
Replies: 2
Views: 18077

Breakdown in Server

Hi, I am building a model (in enterprise dynamics 9) with servers that sometimes needs help from human resources, this can be seen as a breakdown where the human resources needs to repair the server. My approach is to use breakdowns and set call on the resource in the trigger on breakdown and free t...
by GroepT
Thursday 28 April, 2016 - 19:35
Forum: Enterprise Dynamics 4DScript
Topic: Cycletime by condition
Replies: 1
Views: 7793

Cycletime by condition

Hi,

I am building a simulation model where I want an atom to stay in a server until another atom with a specific label (Label name "Type" with value 21) has reached a special queue, then I want the atom to leave the server.

Any ideas how I can model this?

Kind regards,
by GroepT
Tuesday 26 April, 2016 - 15:17
Forum: Enterprise Dynamics 4DScript
Topic: ExcelActiveX atom
Replies: 2
Views: 3743

Re: ExcelActiveX atom

Hi,

Thank you for the fast replay.

I used Input(c)+1 instead of 1 in the "inter-arrival time" box and in the "time till first product" i put MyTable(input(c),1) and it worked as I wanted.

Thanks again,
Kind regards
by GroepT
Monday 25 April, 2016 - 17:02
Forum: Enterprise Dynamics 4DScript
Topic: ExcelActiveX atom
Replies: 2
Views: 3743

ExcelActiveX atom

Hi, We have a question concerning the ExcelActiveX atom. We want to read the data in the Excel-file as inter-arrival times in the source atom. In total, we have 112 data (so 112 rows and 1 column). Now we say in the source atom in the inter-arrival time field that: MyTable(1,1) and MyTable is the al...