Bosch DCN Next Generation Instrukcja Użytkownika Strona 77

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 296
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 76
DCN Next Generation Open Interface Release 2.4 Config Install and Database
en | 77
Bosch Communications Systems | 2007 February | SRS_SCSIINF | Du010934
/* do error handling */
}
/* Let the operater determine which seat should be assigned to the
selected
unit. Normally the operator will view which unit is flashing, checks
the
seat-number and pass the seat-number found to the remote controller.
The seat-number is stored in the variable ‘wSeatNumber’
*/
/* assign the current seat to the unit */
MyAssignSeat (wSeatNumber, wUnitId);
/* assignment finished, deselect the unit */
error = SI_Select_Unit (wUnitId, FALSE);
if (error != SI_E_NOERROR)
{
/* do error handling */
}
}
After this sequence handling the newly added units are again assigned to seats. This also
finished the operational installation mode, so we can leave the installation mode.
error = SI_Stop_Install ();
if (error != SI_E_NOERROR)
{
/* do error handling */
}
The remote controller can now continue with operation.
Przeglądanie stron 76
1 2 ... 72 73 74 75 76 77 78 79 80 81 82 ... 295 296

Komentarze do niniejszej Instrukcji

Brak uwag