
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.
Komentarze do niniejszej Instrukcji