Process interfacing via an automation system (PLC, PC)
9.8 SNMP
SIMATIC MV500
Operating Instructions, 06/2018, C79000-G8976-C494-01
167
// Get response data
int response = myHttpWebResponse.GetResponseStream().ReadByte();
if (response != -1)
{
Char value = (Char)response;
if (value.Equals('1'))
Console.WriteLine("XML restore succeeded, device is restarting...");
else if (value.Equals('2'))
Console.WriteLine("XML restore succeeded only partially, not all programs
could be imported. Device is restarting. Please retry via graphical user interface
for more information.");
else
Console.WriteLine("XML restore failed. Please retry via graphical user
interface for detailed error description.");
}
// Close response
myHttpWebResponse.Close();
}
catch (System.Net.WebException we)
{
Console.WriteLine("NO PERMISSION FOR XML RESTORE!");
Console.WriteLine(we.Status.ToString());
Console.WriteLine(we.ToString());
}
catch (Exception e)
{
Console.WriteLine(e.ToString());
}
9.8
SNMP
Simple Network Management Protocol (SNMP) is a protocol for managing networks and
devices in the network. To transmit data, SNMP uses the connectionless "UDP" protocol.
Information about the properties of SNMP-enabled devices is stored in Management
Information Base (MIB) files.
You can find basic information on this topic in the "Diagnostics and configuration with SNMP"
manual on the Web pages of the Siemens Industry Online Support
https://support.industry.siemens.com/cs/ww/en/view/103949062
Содержание SIMATIC MV540 H
Страница 24: ...Description 1 7 Functional description SIMATIC MV500 24 Operating Instructions 06 2018 C79000 G8976 C494 01 ...
Страница 194: ...Service and maintenance 10 3 Replacing a module SIMATIC MV500 194 Operating Instructions 06 2018 C79000 G8976 C494 01 ...
Страница 232: ...Appendix A 3 Alternative user interfaces SIMATIC MV500 232 Operating Instructions 06 2018 C79000 G8976 C494 01 ...
Страница 236: ...List of abbreviations SIMATIC MV500 236 Operating Instructions 06 2018 C79000 G8976 C494 01 ...
Страница 238: ...Service Support SIMATIC MV500 238 Operating Instructions 06 2018 C79000 G8976 C494 01 ...