Ediagseverity - Siemens Simatic S7-1500 Function Manual

Hide thumbs Also See for Simatic S7-1500:
Table of Contents

Advertisement

User interfaces (API)
7.8 Data types
7.8.7.18

EDiagSeverity

Description
This enumeration contains the severity of the diagnostic alarm (error, maintenance
demanded, maintenance required).
Table 7- 464 EDiagSeverity - Native C++
Syntax
Table 7- 465 EDiagSeverity - .NET (C#)
Syntax
7.8.7.19
ERackOrStationFaultType
Description
This enumeration contains the types of the RackOrStationFault event.
Table 7- 466 ERackOrStationFaultType - Native C++
Syntax
Table 7- 467 ERackOrStationFaultType - .NET (C#)
Syntax
346
enum EDiagSeverity
{
SRDS_SEVERITY_FAILURE = 0,
SRDS_SEVERITY_MAINTENANCE_DEMANDED = 1,
SRDS_SEVERITY_MAINTENANCE_REQUIRED = 2
};
enum EDiagSeverity
{
Failure = 0,
MaintDemanded = 1,
MaintRequired = 2
}
enum ERackOrStationFaultType
{
SR_RSF_FAULT = 0,
SR_RSF_RETURN = 1
};
enum ERackOrStationFaultType
{
Fault = 0,
Return = 1
}
S7-PLCSIM Advanced
Function Manual, 12/2017, A5E37039512-AB

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents