GroupByType - 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

Groups technological objects by their type. The result is a collection of grouping elements with properties:

  • Type : the key of the group
  • Items : collection of technology objects
// Arrays for indexed access
{{#TechnologicalObjects.GroupByType}}
   {{Type}}_Group : ARRAY [1..{{Count}}] OF REF_TO {{>*Type}};
{{/TechnologicalObjects.GroupByType}}