Jump to content

Recommended Posts

Posted

Hi,

We want to count the number of time an extra counter is opened in our model. We tried adding and assign step in the capacity-logic process with the New value to NumberCashier +1 which is our state variable name. We tried referencing to it in an output statistic but it showed 0. What are we doing wrong?

Apoteksimulering (1).spfx

Posted

Hi,

 

It seems your count work to count it amount of times it changes (NumberCashiers). (Also just try adding the 's', and/or just altering the expression of NumberCashier)

I would suggest using a state statistic element, that takes Cashier.CurrentCapacity as it state variable.  It will give you the average value of Cashier.CurrentCapacity over time.

 

Regards,

Willem

×
×
  • Create New...