Eledmode - Siemens Simatic S7-1500 Function Manual

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

Advertisement

7.8.7.8

ELEDMode

Description
This list contains all the LED states of a virtual controller.
Table 7- 442 ELEDMode - Native C++
Syntax
Table 7- 443 ELEDMode - .NET (C#)
Syntax
7.8.7.9
EPrimitiveDataType
Description
This list contains all the primitive data types that are used by the I/O access functions.
Table 7- 444 EPrimitiveDataType - Native C++
Syntax
S7-PLCSIM Advanced
Function Manual, 12/2017, A5E37039512-AB
enum ELEDMode
{
SRLM_OFF = 0,
SRLM_ON = 1,
SRLM_FLASH_FAST = 2,
SRLM_FLASH_SLOW = 3,
SRLM_INVALID = 4
};
enum ELEDMode
{
Off = 0,
On = 1,
FlashFast = 2,
FlashSlow = 3,
Invalid = 4
}
enum EPrimitiveDataType
{
SRPDT_UNSPECIFIC = 0,
SRPDT_STRUCT = 1,
SRPDT_BOOL = 2,
SRPDT_INT8 = 3,
SRPDT_INT16 = 4,
SRPDT_INT32 = 5,
SRPDT_INT64 = 6,
SRPDT_UINT8 = 7,
SRPDT_UINT16 = 8,
SRPDT_UINT32 = 9,
SRPDT_UINT64 = 10,
SRPDT_FLOAT = 11,
SRPDT_DOUBLE = 12,
SRPDT_CHAR = 13,
SRPDT_WCHAR = 14
};
User interfaces (API)
7.8 Data types
335

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents