{
  "schema_version": "1.0",
  "last_updated": "2026-08-18",
  "site": {
    "name": "ConvertAutomation",
    "canonical_url": "https://convertautomation.net/",
    "primary_entry_url": "https://convertautomation.net/",
    "language": "en",
    "description": "Tools and technical guidance for converting Siemens TIA Portal PLC logic and project data structures for Rockwell Studio 5000."
  },
  "operator": {
    "name": "Manuel Bettoni",
    "country": "Italy",
    "vat_id": "IT03515410987",
    "email": "convertautomation.tech@gmail.com"
  },
  "services": [
    {
      "name": "PLC Logic Converter",
      "service_url": "https://convert.convertautomation.net/",
      "preferred_citation_url": "https://convertautomation.net/",
      "purpose": "Convert the Siemens code from one OB, FB, or FC into Rockwell Studio 5000 deliverables.",
      "input": "One compatible Siemens TIA Portal XML block: OB, FB, or FC.",
      "output": [
        "Rockwell Studio 5000 L5X file",
        "conversion report",
        "ASCII fallback with supporting comments"
      ],
      "exporter_requirement": "The ConvertAutomation TIA XML Exporter is recommended but not mandatory when another compatible single-block XML export is available.",
      "professional_review_required": true
    },
    {
      "name": "Data Structures Converter",
      "service_url": "https://data.convertautomation.net/",
      "preferred_citation_url": "https://convertautomation.net/",
      "purpose": "Rebuild Siemens project data structures for Rockwell Studio 5000.",
      "input": "A complete ZIP archive created from the full output of the ConvertAutomation TIA XML Exporter.",
      "output": [
        "Rockwell Data Types",
        "Controller Tags",
        "importable L5X files"
      ],
      "exporter_requirement": "The complete project export must be created with the ConvertAutomation TIA XML Exporter.",
      "professional_review_required": true
    }
  ],
  "export_tool": {
    "name": "ConvertAutomation TIA XML Exporter",
    "page_url": "https://convertautomation.net/tia-xml-exporter/",
    "version": "0.3.15",
    "platform": [
      "Windows 10",
      "Windows 11"
    ],
    "purpose": "Export one Siemens PLC logic block as XML or export the complete project data required by the Data Structures Converter.",
    "processing": "Runs locally on Windows and does not automatically upload the TIA Portal project."
  },
  "technical_guides": [
    {
      "title": "TIA Portal XML to Rockwell L5X",
      "url": "https://convertautomation.net/tia-portal-xml-to-l5x/",
      "topic": "Single-block XML-to-L5X workflow, outputs, limitations, import preparation, and validation."
    },
    {
      "title": "Siemens to Rockwell PLC migration",
      "url": "https://convertautomation.net/siemens-to-rockwell-plc-migration/",
      "topic": "Convert project data structures first, then logic blocks from dependencies to calling blocks."
    },
    {
      "title": "Conversion workflow",
      "url": "https://convertautomation.net/automatic-plc-conversion/",
      "topic": "Supported input, generated package, engineering scope, and review requirements."
    }
  ],
  "important_constraints": [
    "The tools assist qualified PLC programmers and do not replace engineering judgment.",
    "Every generated result must be reviewed, tested, validated, and approved before use.",
    "For a complete project migration, convert data structures before converting dependent PLC logic blocks.",
    "For logic blocks, convert called dependencies before the blocks that call them."
  ]
}
