Edirection - Siemens Simatic S7-1500 Function Manual

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

Advertisement

Table 7- 459 EProcessEventType - .NET (C#)
Syntax
7.8.7.16

EDirection

Description
This enumeration contains properties of the diagnostic alarm.
Table 7- 460 EDirection - Native C++
Syntax
Table 7- 461 EDirection - .NET (C#)
Syntax
7.8.7.17
EDiagProperty
Description
This enumeration contains the incoming/outgoing information of the diagnostic alarm.
Table 7- 462 EDiagProperty - Native C++
Syntax
Table 7- 463 EDiagProperty - .NET (C#)
Syntax
S7-PLCSIM Advanced
Function Manual, 12/2017, A5E37039512-AB
enum EProcessEventType
{
Undefined = 0,
RisingEdge = 1,
FallingEdge = 2,
Limit_1_Underrun = 3,
Limit_1_Overrun = 4,
Limit_2_Underrun = 5,
Limit_2_Overrun = 6
}
enum EDirection
{
SRD_DIRECTION_INPUT = 0,
SRD_DIRECTION_OUTPUT = 1
};
enum EDirection
{
Input = 0,
Output = 1
}
enum EDiagProperty
{
SRP_DIAG_APPEAR = 1,
SRP_DIAG_DISAPPEAR = 2
};
enum EDiagProperty
{
Appear = 1,
Disappear = 2
}
User interfaces (API)
7.8 Data types
345

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents