Advantech PCM-3353 Instrukcja Użytkownika Strona 62

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 70
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 61
PCM-3353 User Manual 54
int 15h
;3. Check GPI 1,3,5,7 value
pop cx ;restore NO. of GPIO chip
push cx ;save NO. of GPIO chip
mov ax,5e87h
mov bx,03FFh
int 15h
pop cx ;restore NO. of GPIO chip
push cx ;save NO. of GPIO chip
dec cx
mov al,Fail_lenght
mul cl
lea dx, Fail_Str
add dx,ax
cmp bl,00
jne test_result
;4. Set GPIO 0,2,4,6 Output differential
pop cx ;restore NO. of GPIO chip
push cx ;save NO. of GPIO chip
mov ax,5e87h
mov bx,0411h
int 15h
;5. Check GPI 1,3,5,7 value
pop cx ;restore NO. of GPIO chip
push cx ;save NO. of GPIO chip
mov ax,5e87h
mov bx,03FFh
int 15h
pop cx ;restore NO. of GPIO chip
push cx ;save NO. of GPIO chip
dec cx
mov al,Fail_lenght
mul cl
lea dx, Fail_Str
add dx,ax
cmp bl,33h
jne test_result
cmp al,00h
Przeglądanie stron 61
1 2 ... 57 58 59 60 61 62 63 64 65 66 67 68 69 70

Komentarze do niniejszej Instrukcji

Brak uwag