National-instruments Touch Panel Computer TPC-2012 Manuel d'utilisateur Page 32

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 49
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 31
Appendix C Watchdog Timer Programming
TPC-2012/TPC-2512 User Manual C-6 ni.com
Example 3: Enable the Mouse to Reset the Watchdog Timer
;-----------------------------------------------------------
Mov dx,2eh ; unlock W83627H
Mov al,87h
Out dx,al
Out dx,al
;-----------------------------------------------------------
Mov al,07h ; Select registers of watchdog timer
Out dx,al
Inc dx
Mov al,08h
Out dx,al
;-----------------------------------------------------------
Dec dx ; Enable the function of watchdog timer
Mov al,30h
Out dx,al
Inc dx
Mov al,01h
Out dx,al
;-----------------------------------------------------------
Dec dx ; Enable watchdog timer to be reset by mouse
Mov al,0f7h
Out dx,al
Inc dx
In al,dx
Or al,80h
Out dx,al
;-----------------------------------------------------------
Dec dx ; lock W83627HF
Mov al,0aah
Out dx,al
Vue de la page 31
1 2 ... 27 28 29 30 31 32 33 34 35 36 37 ... 48 49

Commentaires sur ces manuels

Pas de commentaire