java - How to execute custom task when agent type differs from previous agent type in the resource in anylogic? -


i'm building multi product manufacturing system anylogic 7.

there multiple resource pools, each different number of resources. there multiple types of products - agent various parameters, 1 of them being producttype (string).

i'm trying execute setup task (consisting on delay) whenever specific resource changes type of agent operating.

if given resource finished operating product of type , receives product of type b operate, should execute setup task (toolkit changeover).

i've tried using custom tasks trigger time or schedule based.

any idea on how execute such function?

thank in advance,

luís

have played around preparation , wrap-up branches? sounds wrap-up task resource should do: enter image description here

hope puts in right direction...


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -