Magnavox W-10CR Guía de instalación Pagina 172

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 322
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 171
156 Programming Commands
TIMER Time Function
ACTION: Sets or read the Timer value in seconds.
PROGRAM SYNTAX: TIMER - used in an expression
TIMER=expression
TIMER1 - used in an expression
TIMER1=expression
REMARKS: The Timer should be set to a value at the beginning of the task in which
it is used.
The Timer is incremented every millisecond.
EXAMPLES: TIMER=0 ‘set the timer to zero
DO
statements
WHILE TIMER < 1.0 ‘ do the loop for 1 second
TIMER2 Time Function
ACTION: Sets or read the Timer2 value in seconds.
PROGRAM SYNTAX: TIMER2 - used in an expression
TIMER2=expression
REMARKS: The Timer should be set to a value at the beginning of the task in which
it is used.
The Timer is incremented every millisecond.
EXAMPLES: TIMER2=0 ‘set the timer to zero
DO
statements
WHILE TIMER2 < 1.0 ‘ do the loop for 1 second
Vista de pagina 171
1 2 ... 167 168 169 170 171 172 173 174 175 176 177 ... 321 322

Comentarios a estos manuales

Sin comentarios