Ecommunicationinterface - 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.6

ECommunicationInterface

Description
This enumeration contains the available communication interfaces of a virtual controller.
Table 7- 438 ECommunicationInterface - Native C++
Syntax
Table 7- 439 ECommunicationInterface - .NET (C#)
Syntax
7.8.7.7
ELEDType
Description
This list includes all types of LEDs of a virtual controller.
Table 7- 440 ELEDType - Native C++
Syntax
Table 7- 441 ELEDType - .NET (C#)
Syntax
334
enum ECommunicationInterface
{
SRCI_NONE = 0,
SRCI_SOFTBUS = 1,
SRCI_TCPIP = 2,
SRCI_ENUMERATION_SIZE = 3
};
enum ECommunicationInterface
{
None = 0,
Softbus = 1,
TCPIP = 2,
}
enum ELEDType
{
SRLT_STOP = 0,
SRLT_RUN = 1,
SRLT_ERROR = 2,
SRLT_MAINT = 3,
SRLT_REDUND = 4,
SRLT_FORCE = 5,
SRLT_BUSF1 = 6,
SRLT_BUSF2 = 7,
SRLT_BUSF3 = 8,
SRLT_BUSF4 = 9,
SRLT_ENUMERATION_SIZE = 10
};
enum ELEDType
{
Stop = 0,
Run = 1,
Error = 2
Maint = 3,
Redund = 4,
Force = 5,
Busf1 = 6,
Busf2 = 7,
Busf3 = 8,
Busf4 = 9
}
S7-PLCSIM Advanced
Function Manual, 12/2017, A5E37039512-AB

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents