ST_StandardRecord

This structure can be used in the PLC if you want to work with the standard table structure of the TwinCAT Database Server.

This structure cannot be used with Microsoft Access databases, since this database type does not support the 64-bit integer data type. In this case the structure ST_StandardRecord_MSAccess should be used.

Syntax

Definition:

TYPE ST_StandardRecord :
STRUCT
    nID: LINT;
    dtTimestamp: DT;
    sName: STRING(80);
    rValue: LREAL;
END_STRUCT
END_TYPE

Requirements

Development environment

Target platform

PLC libraries to be linked

TwinCAT v3.1 Build 4020.10

PC or CX (x86)

Tc3_Database