Properties of an object - Manual - TIA2ST - A CLI tool to import TIA Portal project data into a SIMATIC AX project. - TIA2ST - Convert parts of TIA Portal projects to ST code,tool

TIA2ST CLI Tool (tia2st)

Portfolio
SIMATIC AX
Product
TIA2ST
Software version
2.0.24
Edition
01/2025
Language
English (original)
Package Name
@ax/tia2st

The basic concept is simple: writing a text file and insert placeholders for properties of an object via braces {{property}}, which will be replaced by the actual data of the current object.

For example, in the pre-defined templates you will find:

    /// {{Name}}
    /// {{TypeName}}
    /// OrderNumber: {{OrderNumber}}
    /// FwVersion: {{FirmwareVersion}}
    /// Author: {{Author}}
    /// InstallationDate: {{InstallationDate}}

These placeholders will be replaced by the actual data of the current object, in this example by the properties of the current PLC during import.