Sdatarecordinfo - Siemens Simatic S7-1500 Function Manual

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

Advertisement

7.8.6.14

SDataRecordInfo

Description
This structure contains read/write data record information.
Table 7- 418 SDataRecordInfo - Native C++
Syntax
Member
Table 7- 419 SDataRecordInfo - .NET (C#)
Syntax
Member
S7-PLCSIM Advanced
Function Manual, 12/2017, A5E37039512-AB
struct SDataRecordInfo
{
UINT32 HardwareId;
UINT32 RecordIdx;
UINT32 DataSize;
};
UINT32 HardwareId:
The ID of the hardware module (hardware identifier)
UINT32 RecordIdx:
The data record number
UINT32 DataSize:
The data record size
struct SDataRecordInfo
{
UInt32 HardwareId;
UInt32 RecordIdx;
UInt32 DataSize;
}
UInt32 ID:
The ID of the hardware module
UInt32 RecordIdx:
The data record number
UInt32 DataSize:
The data record size
User interfaces (API)
7.8 Data types
321

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents