Time measurements across several blocks
  
    - Total waiting time in several queues
      
	- in SimEvents: only time between two points
 
	- solution: accumulation of several waiting times in an
	  attribute
 
      
     
    - New timer components for Start/Pause/Continue/Read
      
	
 
	- submodell PauseCTimer
 
      	
  
      
     
    - Time measurement across several queues
      
	- problem with null server when accumulating between
	  queue and server
 
      
     
    - Workaroud
      
	- measure tQ+S and tS
 
	
	- accumulate behind server (= before next queue)
	tQ = tQ+S - tS