T_DBConfig_XML

Describes the database configuration structure for an XML file in the customized database format.

Syntax

Definition:

TYPE T_DBConfig_XML 
STRUCT
    sServer: T_MaxString;
    sSchema: T_MaxString;
    sDatabase: T_MaxString;
END_STRUCT
END_TYPE

Parameter

Name

Type

Description

sServer

T_MaxString

Name and path of the XML file

sSchema

T_MaxString

Name and path of the XSD file

sDatabase

T_MaxString

Describes the name of the database. The XML, XSD and XSL files are created automatically for this database type.

Requirements

Development environment

Target platform

PLC libraries to be linked

TwinCAT v3.1 Build 4020.10

PC or CX (x86)

Tc3_Database