TIMING SOFTWARE 
    Commands 
     
    RTC 
    RTA 
    CNTK00-CNTK30 
    CNTMILLI-CNTDAYS 
    TIMER0-TIMER19 
    WAIT(var_millisecs); 
     
    Update 
    information is provided at  
    the end of each command section | 
    These commands 
    relate to timing and counting functions. 
    The built in real time clock provides accuracy of 5 minutes per year 
    The real time alarm can be set for repetition or a 'one shot' alarm 
    Automatic counters CNTK00-CNTK30 are provided on all I/O lines 
    The CPU clock also provides a general purpose counter with CNTMILLI to 
    CNTDAYS  
    20 independent timers with associated interrupts provide efficient 
    repetitive tasks.  
     
     
    Examples: 
    
    
     
    LOAD(RTC,"yyyy:mm:dd:hh:mm:ss"); 
    LOAD(RTA,":::",hour,":",min,":0"); 
  |