Hi Maros,
According to your requirement, following tips might be helpful:
1. Calendar: you should create 2 calendars PEAK_HOUR, OFFPEAK_HOUR.
Ref:
http://www.sparxsystems.com.au/enterprise_architect_user_guide/12.1/business_engineering/bpsim_ui_components.html 2. Then you setup the "Control | InterTriggerTimer" parameter for the start event:
3 minutes, calendar choose to PEAK_HOUR
20 minutes, calendar choose to OFFPEAK_HOUR
some dummy like 99 minutes, calendar choose to empty "----" (It is a must to set the default non-calendar item, otherwise it won't work. If this is not set and you
click "Validate", this important error will be picked up by validator and report in the System Output window)
3. Set the "Control | TriggerCount" to be 4000
4. Make sure the "Duration" parameter is big enough, e.g. 9999 000:00:00
Note: If the Duration is too short while TriggerCount is set to large number, the simulation will terminate early because of "timeout".
If you want some further realistic randomness, you can use distribution type of parameter for the
InterTriggerTimer (the calendars could remain the same setting as above).
Note: The time unit on distribution page is not supported at the moment, Data is ignored and the basetimeUnit specified in the scenario is used.
Have a look at this webinar, in which a "Poisson distribution" is used to initialize the "numberOfIssues" property. (you may use many other type of distributions).
Simulation and Decision Making in Enterprise Architect 12.1http://www.sparxsystems.com/resources/webinar/release/ea121/specification/specification-simulation-using-enterprise-architect-121.htmlHope that helps
MMA