ST_StandardRecord_MSAccess

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 is specifically intended for Microsoft Access databases, since this database type does not support the 64-bit integer data type.

Syntax

Definition:

TYPE ST_StandardRecord_MSAccess:
STRUCT
    nID: DINT;
    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