Sconfiguredprocessevents - Siemens Simatic S7-1500 Function Manual

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

Advertisement

7.8.6.16

SConfiguredProcessEvents

Description
This structure contains information about the configured process events.
Table 7- 422 SConfiguredProcessEvents - Native C++
Syntax
Member
Table 7- 423 SConfiguredProcessEvents - .NET (C#)
Syntax
Member
S7-PLCSIM Advanced
Function Manual, 12/2017, A5E37039512-AB
struct SConfiguredProcessEvents
{
UINT16 HardwareIdentifier;
UINT16 Channel;
EProcessEventType ProcessEventType;
WCHAR Name[DPROCESS_EVENT_NAME_MAX_LENGTH];
};
UINT16 HardwareIdentifier:
The HW identifier
UINT16 Channel:
The channel of the IO module which generates the process event.
EProcessEventType ProcessEventType:
The type of the configured process event
WCHAR Name[DPROCESS_EVENT_NAME_MAX_LENGTH]:
The name of the process event
public struct SConfiguredProcessEvents
{
ushort HardwareIdentifier;
ushort Channel;
EProcessEventType ProcessEventType;
string Name;
}
ushort HardwareIdentifier:
The HW identifier
ushort Channel:
The channel of the IO module which generates the process event.
EProcessEventType ProcessEventType:
The type of the configured process event
String name:
The name of the process event
User interfaces (API)
7.8 Data types
323

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents