Sdatavaluebynamewithcheck - Siemens Simatic S7-1500 Function Manual

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

Advertisement

7.8.6.6

SDataValueByNameWithCheck

Description
This structure represents a PLC tag that is called by its name.
Table 7- 403 SDataValueByNameWithCheck - Native C++
Syntax
Table 7- 404 SDataValueByNameWithCheck - .NET (C#)
Syntax
7.8.6.7
SConnectionInfo
Description
This structure contains the IP address and port of a TCP/IP connection.
Table 7- 405 SConnectionInfo - Native C++
Syntax
Table 7- 406 SConnectionInfo - .NET (C#)
Syntax
S7-PLCSIM Advanced
Function Manual, 12/2017, A5E37039512-AB
struct SDataValueByNameWithCheck
{
WCHAR Name[DTAG_NAME_MAX_LENGTH];
SDataValue DataValue;
ERuntimeErrorCode ErrorCode;
SDVBNI Internal;
bool ValueHasChanged;
};
struct SDataValueByNameWithCheck
{
String Name;
SDataValue DataValue;
ERuntimeErrorCode ErrorCode;
SDVBNI Internal;
bool ValueHasChanged;
}
struct SConnectionInfo
{
UIP IP;
UINT16 Port;
};
struct SConnectionInfo
{
SIP IP;
UInt16 Port;
}
User interfaces (API)
7.8 Data types
313

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents