Jump to content

Recommended Posts

Posted

Hi,

I have a source with a rate table, it is set to make an output of 100 entities every day. The problem is that the entities comes out one at a time trough that day, but they should all arrive together at the start of the day, so that the servers has the whole day to process them.

Posted

Sry i said it should be 100 each day, that was just a mean which i dont want to use. 
I would like the rate table to make 100 day one, 98 day two and 102 day tree, and a mean cant be used, cause i need to model the reality in the process. 
And as mentioned before, should the source make all the entities from the table at ones (when the workday starts).

Posted (edited)

Ok, in this case, I tried to solve it using a regular Data Table. Maybe not the prettiest solution, but check the attached model.

I used the TimeNow expression to check what day is it and assigned the Entities per Arrival property to that day's row of the data table.

Arrival.spfx

Edited by GFurtado
×
×
  • Create New...