Anritsu Site Master S331D Instrukcja Użytkownika Strona 116

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 132
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 115
WriteToPort (SendScalePointer, 9);
// Expecting 1 byte back (give the unit 5 seconds to respond):
// 0xFF = success
// 0xE0 = parameter failure (invalid value)
// 0xEE = time-out (insufficient # of bytes received by SPA)
if(!ReadFromPort(1, ResponseBytes, 5))
{
return FAILURE;
}
else
{
if ( *ResponseBytes != 0xFF )
{
return FAILURE;
}
else
{
return SUCCESS;
}
}
} /* SetSPAScale */
110 Site Master PM
Przeglądanie stron 115
1 2 ... 111 112 113 114 115 116 117 118 119 120 121 ... 131 132

Komentarze do niniejszej Instrukcji

Brak uwag