Sinstanceinfo - 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.6.8

SInstanceInfo

Description
This structure contains an IPv4 address.
Table 7- 407 SInstanceInfo - Native C++
Syntax
Member
Table 7- 408 SInstanceInfo - .NET (C#)
Syntax
Member
7.8.6.9
SDimension
Description
This structure contains information about the dimension of a field.
Table 7- 409 SDimension - Native C++
Syntax
Table 7- 410 SDimension - .NET (C#)
Syntax
314
struct SInstanceInfo
{
INT32 ID;
WCHAR Name[DINSTANCE_NAME_MAX_LENGTH];
};
INT32 ID:
The ID of the instance
WCHAR Name[DINSTANCE_NAME_MAX_LENGTH]:
The name of the instance
struct SInstanceInfo
{
Int32 ID;
String Name;
}
Int32 ID:
The ID of the instance
String name:
The name of the instance
struct SDimension
{
INT32 StartIndex;
UINT32 Count;
};
struct SDimension
{
Int32 StartIndex;
UInt32 Count;
}
S7-PLCSIM Advanced
Function Manual, 12/2017, A5E37039512-AB

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents