|
Hey,
I'm designing a model for Workforce Sceduling using SimEvents and I've 3 problems:-
1. I want that 2 diff. N-servers (N-server representing pool of similar people) should be working at different times.
example- A N-servers works from 9 am to 5 pm & another works from 12pm to 9 pm and so on.
I can't figure out how to do this.
2. I want to do succesive sum of a signal i.e. it should add/subtract the incoming signals, store the value at the point and add/subtract it to the new incoming signal.
3. I also want to export the incoming signal to excel with corresponding time
example- if wen have signal for queue length, i want to export to it to excel with the corresponding time.
|