Siemens CPU 1505SP F Instrucciones De Servicio página 63

Tabla de contenido

Publicidad

3. Una vez descargada la estación PC se reinicia el sistema de destino. Para descargar la
CPU automáticamente después del reinicio, elija la opción "WaitOnReboot".
Ejemplo de código para la opción "WaitOnReboot":
//Post Download Configuration Delegate
DownloadConfigurationDelegate postDownloadForPcStation = downloadConfiguration =>
{
};
CPU 1505SP (F/T/TF), CPU 1507S (F), CPU 1508S (F) versión 2.6
Instrucciones de servicio, 09/2018, A5E32565337-AE
WaitOnReboot waitOnReboot = downloadConfiguration as WaitOnReboot;
if (waitOnReboot != null)
{
//In case user does not want to wait...
waitOnReboot.CurrentSelection = WaitOnRebootSelections.NoAction;
//In case user wants to wait... This is the default option anyway...
//waitOnReboot.CurrentSelection = WaitOnRebootSelections.Wait; return;
}
Puesta en marcha en STEP 7
5.11 Carga del sistema PC
63

Publicidad

Tabla de contenido
loading

Tabla de contenido