Hello,
I have created pretty complex Flexsim model using list in PF with priorities logic. I have found out that when there are more than 100 tasks on the list the model is slowing down pretty significantly. I think the problem is that my Expression Field is ,,Dynamic" as below on the screen.
I can't switch this off because in that case the model will do the math with this code when the item is pushed on the list while I need the exact data when the item is pulled from the list.
Is there an option that my code will be calculated only when the items are pulled from the list ? Unfortuanatelly I can't upload my model on public QA.
My code is also using a puller to get the distance to the task.
int distance = (distancetotravel(puller,bufor))/10000;