Denso RC5 Spécifications Page 336

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 692
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 335
12-60
12.5 Time Control
DELAY (Statement) [Conforms to SLIM]
Function
Suspends program processing for a designated period time.
Format
DELAY <Delay time>
Explanation
The program processing stops until the time designated by <Delay time>
elapses.
<Delay time> is expressed in ms, however, the actual delay time changes in
increments of 1/60. If multiple tasks are processed at the same time, the delay
time may possibly be longer than the designated value.
Related Terms
HOLD, WAIT
Example
DIM li1 As Integer
DELAY 100 'Waits until 100ms(0.1s) elapses.
DELAY li1 + 10 'Waits until time of (li1 + 10) elapses.
Notes
When using delay time, if an instantaneous stop during execution of an
instruction is executed and the system is restarted, the delay time will elapse
even during suspension.
Vue de la page 335
1 2 ... 331 332 333 334 335 336 337 338 339 340 341 ... 691 692

Commentaires sur ces manuels

Pas de commentaire