Jump to content

create 3 entities simultaneously


Recommended Posts

Hello


I want to know if there is a way to create 2 different entities at the same source at the same time. I want my source to pick between 3 sets of entities when creating new entities.

I have seen something similar in a simulation, where a man and woman was created simultaneously and the woman was assigned to a que while the man went to a server, but I can't find this simbit now.


Please help me, thank you very much

Link to comment
Share on other sites

  • 2 weeks later...

You could create multiple entity types through a single Source by using data tables and product mix- see the SimBit titled EntityFollowsSequenceWithTable.spfx. This would create entities based on the product mix specified in the JobTable data table.



To create multiple of a specific type (man/woman) entering at a single time in a source, you could just simply create one type (man) and then use add-on process logic and a Create step to create the other type (woman) and have them continue processing.

Link to comment
Share on other sites

  • 2 months later...
×
×
  • Create New...