Bosch DCN Next Generation Bedienungsanleitung Seite 77

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 296
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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.
Seitenansicht 76
1 2 ... 72 73 74 75 76 77 78 79 80 81 82 ... 295 296

Kommentare zu diesen Handbüchern

Keine Kommentare