Jump to content

Mirek

Members
  • Posts

    14
  • Joined

  • Last visited

About Mirek

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Mirek's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I found a quite nice solution (attached). Thanks again for your help, really appreciated Create Entities of certain part of ArrivalTable.spfx
  2. Thank you gocken. The only problem is, that I have to look for the IntegerProperty1 in table 1, because Entities can be mixed within these parts. I can't just look for one EntityType, but release all entity of that particular stream.
  3. "And, in facility layout you can set date time property of the model to 11.5.2020 00:00:00 for generating entity A or 11.5.2020 00:00:01 for generating entity B" how do you mean that?
  4. Hi gocken, I think the second approach will be impossible with my huge DataTable. I think I need to find a way to point to the right row or try with the interarrival time mode. At first I thought of implementing a further Table with a Column key = IntegerProperty1 and then in a process Set the row in this table to IntegerProperty1. I thought in this case it should only point to the right rows in Table1.
  5. Thanks again for your help. There you have the attached model. There you should see that the refernce to the TaskSequenceTable does not work. The right Entity (B) gets created but it points to the TaskSequence of Entity (A) Create Entities of certain part of ArrivalTable.spfx
  6. 1) ProductMix 2) Orders, where I want to pick one OrderStatus with your approach 3) Each Entity has its own TaskSequences listed in this Table It seems that the approach is working to pick the correct Entity, but it seems like the references to Table 3) are incorrect since the Entity C somohow gets the TaskSequences of Entity A.
  7. Hi gocken, thanks for your help. What if The EntityInstanceProperty1 is a foreign key in my case. What to reference instead of: Table1[generated_index].EntityInstanceProperty1 ? I referenced the the table with the primary key at 'EntityType'.
  8. Hello, I have a Arrival Table, but I only want to create Entities of a specific part of the Table based on a property. IntCol Entity 0 A 0 C 1 B 1 c So, the source should create all entities with a certain integer in column 'IntCol'. The integer value is assigned by a referenced property that I can experiment with different parts of the ArrivalTable For example: If Property == 0 , create only A and C in the source. How can I do that? All the best
  9. Hello together, would be very thankful for any advice: I have a sequence table with sequences according to their workstations: A - B - C - D If I only have one operator, they can just be done one after another. If I have 2 Operators A and B can be done simultaneously to C. How can I model this? The problem is probably, that the entity (batch) has to be splitted to let workstation A and C run at the same time. I tried it with process-add-ons like creating a second entity and transfer it to Station C. There might be a much easier solution?! Thank you in advance!
×
×
  • Create New...