Puesta en marcha en STEP 7
5.11 Carga del sistema PC
4. Continúe el proceso de carga de la CPU.
Con el siguiente código puede asegurarse de que el proceso de carga de la estación PC
ha concluido:
DownloadResult downloadResult = null;
try
{
preDownloadForPcStation, postDownloadForPcStation, DownloadOptions.Hardware);
}
catch (EngineeringTargetInvocationException e)
{
}
downloadResult = null;
try
{
downloadProviderSwCpu.Download(targetConfiguration,preDownloadForSwCpu,
postDownloadForWinac, DownloadOptions.Hardware |DownloadOipftions.Software);
}
catch
{
}
Resultado
El sistema PC se ha descargado y el sistema de destino se ha reiniciado automáticamente.
64
//WE FIRST DOWNLOAD PC-STATION
downloadResult = downloadProviderStationManager.Download(targetConfiguration,
if (DownloadResultState.Error != downloadResult.State)
{
Console.WriteLine("The download is successful for pc-station");
}
Console.WriteLine("Exception Thrown, Message: " + e.Message.ToString());
downloadResult =
if (DownloadResultState.Error != downloadResult.State)
{
Console.WriteLine("The download is successful for SW-CPU");
}
Console.WriteLine("Exception Thrown, Message: " + e.Message.ToString());
CPU 1505SP (F/T/TF), CPU 1507S (F), CPU 1508S (F) versión 2.6
Instrucciones de servicio, 09/2018, A5E32565337-AE