Sdatarecord - 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.15

SDataRecord

Description
This structure contains read/write data record information and data records.
Table 7- 420 SDataRecord - Native C++
Syntax
Member
Table 7- 421 SDataRecord - .NET (C#)
Syntax
Member
322
struct SDataRecord
{
SDataRecordInfo Info;
BYTE Data[DDATARECORD_MAX_SIZE];
};
SDataRecordInfo Info:
The data record information, see SDataRecordInfo (Page 321)
BYTE Data[DDATARECORD_MAX_SIZE]:
The array length of the user data
struct SDataRecord
{
UInt32 HardwareId;
byte[] Data
}
SDataRecordInfo Info:
The data record information, see SDataRecordInfo (Page 321)
byte[] Data:
The array length
DDATARECORD_MAX_SIZE
Function Manual, 12/2017, A5E37039512-AB
S7-PLCSIM Advanced

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents