Siemens SIMATIC S7/HMI Guía De Usuario página 112

Ocultar thumbs Ver también para SIMATIC S7/HMI:
Tabla de contenido

Publicidad

API de la SIMATIC Automation Tool para .NET framework
7.6 Clase IProfinetDeviceCollection
El siguiente código escanea la red y a continuación agrega manualmente un dispositivo con
información específica:
IProfinetDeviceCollection scannedDevices = new IProfinetDeviceCollection();
retVal = network.ScanNetworkDevices(out scannedDevices);
if (!retVal.Succeeded)
return;
String orderNumber = @"6ES7 214-1AG40-0XB0";
String version = @"V4.2";
ulong missingMAC = 0x112233445566;
uint missingDeviceIPAddress = 0xC0A80001;
uint missingDeviceSubnetAddress = 0xFFFFFF00;
uint missingDeviceGatewayAddress = 0xC0A80021; // 192.168.0.33
String profinetName = @"PLC_1";
retVal = scannedDevices.AddOfflineDevice(orderNumber, version, missingMAC,
112
// "11:22:33:44:55:66"
// 192.168.0.1
// 255.255.255.0
missingDeviceIPAddress,
missingDeviceSubnetAddress,
missingDeviceGatewayAddress,
profinetName);
Guía de usuario de SIMATIC Automation Tool V3.0
Manual de producto, V3.0, 06/2017, A5E41848985-AA

Publicidad

Tabla de contenido
loading

Tabla de contenido