Video-handledningar
Lär dig T-IA Connect genom att titta på våra förklarande videor steg för steg.
T-IA Connect V2
New![[EN] T-IA Connect: Building a Custom Knowledge Base for AI Automation](https://img.youtube.com/vi/z2suySJ8XQ0/hqdefault.jpg)
[EN] T-IA Connect: Building a Custom Knowledge Base for AI Automation
Welcome to this tutorial on the T-IA Connect Custom Knowledge Base. Learn how to enrich your AI Copilot with your own technical documentation, such as specifications, machine standards, and manufacturer manuals. In this video: • Introduction to the Custom Knowledge Base and the BM25 search engine. • Setting up the storage folder and supported formats (PDF, Markdown, TXT, HTML). • Automatic indexing and real-time file monitoring with FileSystemWatcher. • Using free MCP tools to query your documentation without quota limits. • Practical use case: Generating TIA Portal tags based on internal naming conventions. • Manual re-indexing and search via the WPF interface. Resources : • Website: https://t-ia-connect.com • Documentation: https://t-ia-connect.com/api-reference T-IA Connect is the ultimate AI assistant for automation engineers using Siemens TIA Portal. This feature is available with Professional and Enterprise licenses.
![[EN] T-IA Connect Tutorial: Classroom Mode for Instructors TIA Portal](https://img.youtube.com/vi/cOURvMrsWRo/hqdefault.jpg)
[EN] T-IA Connect Tutorial: Classroom Mode for Instructors TIA Portal
Welcome to this tutorial on T-IA Connect Classroom mode. Learn how to monitor your students' workstations in real-time from a single screen to streamline your automation training sessions. In this video: • Setting up the Teacher station and SignalR hub • Connecting Student stations using a secure room token • Real-time monitoring of TIA Portal project progress • Remote compilation and error diagnostics • Detailed exploration of blocks, tags, and DB values via the project viewer • Direct communication through integrated chat • Automatic reconnection management for network stability Classroom mode centralizes all critical information (TIA Portal version, project status, compilation errors), allowing instructors to focus on teaching rather than troubleshooting connectivity. Resources: • Website: https://t-ia-connect.com • Documentation: https://t-ia-connect.com/api-reference Optimize your lab management with the power of T-IA Connect.
![[EN] TIA Portal Git & AI Block Generator: Professional Versioning with TIA Connect](https://img.youtube.com/vi/ec0SDODUvUc/hqdefault.jpg)
[EN] TIA Portal Git & AI Block Generator: Professional Versioning with TIA Connect
Welcome to this tutorial on Version Control Systems (VCS) and AI-powered code generation for TIA Portal. Experience a high-speed workflow: what normally takes hours is achieved in minutes using AI and TIA Connect. ⏱️ Chapters: 00:05 Introduction & Concept 00:44 Tutorial Overview 01:21 Creating a GitHub Repository 02:18 Generating a Secure Access Token (PAT) 03:52 VCS Configuration & DPAPI Encryption 05:34 Initializing the Local Git Repository 06:06 First Push: Exporting the Initial Project 06:48 AI Generation: FC_Utilities (Conversion) 07:55 AI Generation: FB_MotorControl (Motor Logic) 08:58 AI Generation: FB_ValveControl (Valve Command) 10:35 Variable Management: Inputs Tag Table 11:28 Data Structuring: Creating UDT MotorData 12:16 Configuration: Global DB Setup 13:06 Diagnostics: Alarm Collection Function 14:14 Maintenance: Block Modification & Power of Diff 15:35 Traceability: Full History (Git Log) 16:11 ULTIMATE DEMO: Full TIA Portal Project Deletion 17:01 Reconstruction: Creating a Blank Project 17:56 Recovery: Clone & Pull from GitHub 19:12 Resurrection: Full Block Restoration 21:05 Conclusion & Wrap-up With TIA Connect, your changes are tracked line by line in standardized XML format, ensuring maximum security and traceability for your industrial projects. Resources : - Website: https://t-ia-connect.com - Documentation: https://t-ia-connect.com/api-reference
![[EN] T-IA Connect — Test Bench (TDD): Automated Testing for Siemens PLCs](https://img.youtube.com/vi/NOrBSrKWkME/hqdefault.jpg)
[EN] T-IA Connect — Test Bench (TDD): Automated Testing for Siemens PLCs
Welcome to this tutorial on the T-IA Connect Test Bench. Learn how to apply Test Driven Development (TDD) to industrial automation by writing automated JSON tests for your S7-1500 programs. In the software world, automated testing is standard. This tutorial shows you how to bring these best practices to PLC programming to ensure safety and reliability before commissioning. In this video: • Setting up a TIA Portal project and creating a motor control FB • Using PLCSim Advanced for software-based simulation • Writing JSON test cases (Setup, Steps, Teardown) • Validating logic: start, stop, fault handling, and safety priorities • Running a full test suite and analyzing detailed reports • Real-time visualization of state changes within TIA Portal Resources: - Website: https://t-ia-connect.com - Documentation: https://t-ia-connect.com/api-reference About T-IA Connect: T-IA Connect bridges the gap between modern software development tools and Siemens industrial automation environments.
![[EN] TIA Connect & AI: LTime to Days Hours Minutes conversion in LADDER](https://img.youtube.com/vi/TXWo2vKk4EQ/hqdefault.jpg)
[EN] TIA Connect & AI: LTime to Days Hours Minutes conversion in LADDER
Discover how TIA Connect leverages AI (Claude) to automate TIA Portal block generation. In this tutorial, learn how to convert LTime durations into a readable format (Days, Hours, Minutes) using LADDER logic on a Siemens S7-1500 PLC. AI-powered tutorial highlights: • Automated UDT structure generation (typeTankTime). • AI-assisted creation of the DB TankMonitoring. • Automated development of the FC conversion function using 10 LADDER networks. • Configuration of the main OB1 and initialization in OB100 Startup. • Full validation using PLCSim Advanced simulation. Resources: - Website: https://t-ia-connect.com - Documentation: https://t-ia-connect.com/api-reference TIA Connect is leading the way in AI-driven industrial automation. Subscribe for more AI-generated TIA Portal tutorials.
![[EN] Create a project and a simple motor program in Ladder](https://img.youtube.com/vi/hTK8wsEG6fM/hqdefault.jpg)
[EN] Create a project and a simple motor program in Ladder
In this tutorial, we will learn how to create a project and a simple motor program in Ladder using TIA Connect. We will create the "Demo_Moteur_LD" project, add an S7-1500 CPU, and program a motor control block with self-latching. What you will learn: • Creating the new project "Demo_Moteur_LD" • Adding a Siemens S7-1500 PLC to the hardware configuration • Defining mnemonics for inputs and outputs in the variable table • Creating a function block (FB) named "Cmd_Moteur" for the control logic • Calling the "Cmd_Moteur" function block in the main cycle OB1 • Compiling the project to check for errors The compilation is now successfully completed! Thank you for watching this presentation. --- About TIA Connect: TIA Connect is a powerful API that allows you to interact with Siemens TIA Portal. Automate your programming tasks, generate code, and much more! --- Resources: Website: https://t-ia-connect.com Documentation: https://t-ia-connect.com/api-reference
![[EN] Creating a GRAPH Program in TIA Portal - AI Generated](https://img.youtube.com/vi/Ht8Fjjw-YaM/hqdefault.jpg)
[EN] Creating a GRAPH Program in TIA Portal - AI Generated
In this TIA Connect tutorial, we will explore GRAPH programming in TIA Portal. The GRAPH language allows you to create automated sequences in the form of GRAFCET, with steps and transitions. We will create a motor control program with four steps: wait, start, run, and stop. In this video: • Creating a new TIA Portal project (2.Demo_Graph_Moteur) • Adding a Siemens S7-1500 PLC (CPU 1511) • Creating a GRAPH block for the motor sequence • Compiling and visualizing the GRAFCET diagram Resources: - Website: https://t-ia-connect.com - Documentation: https://t-ia-connect.com/api-reference About TIA Connect: TIA Connect simplifies the integration and programming of Siemens PLCs through a streamlined and powerful interface.
![[EN] How to install TIA Connect V2](https://img.youtube.com/vi/jJw1tMxRLo4/hqdefault.jpg)
[EN] How to install TIA Connect V2
Welcome to this tutorial on installing TIA Connect V2. Follow these simple steps to set up your environment and start using the application. In this video: • Launching the installer • Accepting the license agreement • Selecting the installation folder • Installation process and Windows security permissions • First launch of the application Resources : - Website: https://t-ia-connect.com - Documentation: https://t-ia-connect.com/api-reference About TIA Connect: TIA Connect is an innovative solution for industrial automation, facilitating seamless integration with TIA Portal and Siemens systems via a high-performance API.
![[EN] TIA Connect V2 configuration settings](https://img.youtube.com/vi/FfhC-fDsilg/hqdefault.jpg)
[EN] TIA Connect V2 configuration settings
Welcome to this TIA Connect V2 tutorial. We will explore the configuration settings to help you customize your experience and integrate AI into your TIA Portal projects. In this video: • General Tab: Language selection (14 languages), default folders, and Interactive vs Headless modes. • Memory Management: Auto-correction for memory tag address overlapping. • Appearance: Interface customization and Dark theme. • Data & Cache: Auto-save intervals and catalog cache reset for device discovery. • Integration: Setting up the built-in MCP server for major LLM providers. • AI Assistant: Web Copilot activation, API key setup, and model benchmarking. • License: Overview of your current license status. Resources: - Website: https://t-ia-connect.com - Documentation: https://t-ia-connect.com/api-reference
T-IA Connect V1
LegacyDenna video visar v1-gränssnittet — den aktuella produkten har ett nytt grafiskt gränssnitt
![[EN] T-IA Connect: First test of the Web Copilot assistant for automation](https://img.youtube.com/vi/Z8187vwtmYA/hqdefault.jpg)
[EN] T-IA Connect: First test of the Web Copilot assistant for automation
Welcome to this TIA Connect demonstration video. Discover how artificial intelligence is transforming industrial automation with our Web Copilot assistant. In this video: • Creating a project named Motor in TIA Portal in just 45 seconds • Adding a CPU 1215C AC/DC/Rly from the Siemens catalog • Automatic generation of an FB_MOTOR block in LADDER logic (motor start/stop system) • Handling AI interactions, hallucinations, and refining instructions • Saving, compiling, and project analysis via the TIA Connect Web UI • Hardware AML export and CPU import demonstration TIA Connect is the innovative solution designed to optimize your TIA Portal workflows using the power of AI. Simplify your API configuration and accelerate your industrial development.
![[EN] Performing a benchmark with TIA Connect](https://img.youtube.com/vi/ZSWVq7POwT8/hqdefault.jpg)
[EN] Performing a benchmark with TIA Connect
Welcome to this new TIA Connect tutorial. In this video, we will demonstrate how to perform a full benchmark to validate the API's performance and stability during project generation. What you will learn: • Accessing the Benchmark Dashboard via the Resources menu • Real-time telemetry analysis (CPU, memory, latency) • Stress test configuration: simulating 10 CPUs and 50 tags per block • Queue management and TIA Portal limitations handling • Results analysis: 560 operations successfully processed This test confirms that TIA Connect can handle heavy industrial generation loads without compromising the integrity of the TIA Portal project. About TIA Connect: TIA Connect is an advanced solution for automating and interacting with the Siemens TIA Portal ecosystem via API.
![[EN] Introduction to the TIA Connect API Reference Page](https://img.youtube.com/vi/tXONYccira8/hqdefault.jpg)
[EN] Introduction to the TIA Connect API Reference Page
Welcome to this new TIA Connect tutorial. We will explore the TIA Connect API Reference page. You will find a direct link to it in the Web UI. This page is an interactive and exhaustive documentation of the TIA Connect REST API. Unlike static paper documentation, it serves as a sandbox and an essential reference guide for any IT developer or automation engineer wishing to control TIA Portal via code. The API Reference page is the entry point for all developers and engineers who want to integrate TIA Portal into their own applications. It gathers all commands available in the TIA Connect server, transforming complex Siemens functions into a universal computer language: the REST API. Thanks to this page, you will understand how to communicate with your TIA Portal project without having to use the Siemens graphical interface. You can control your PLCs from any language (Python, JavaScript, C#) to automate repetitive tasks such as creating or saving projects, retrieving real-time data for your dashboards, generating code, or configuring hardware via script. The documentation is categorized by theme for quick navigation: • Project Management: to create, open, or archive your Siemens projects. • Hardware and Devices: to access the configuration of your PLCs and chassis. • Software and Blocks: to explore the structure of your data blocks, read SCL code, or launch a compilation. • Variable Management: to read and write tags directly in the PLC memory. • System: to monitor the health status of the API bridge and the Openness connection. This is interactive documentation. For each command, you can view: • The method used (e.g., GET to read or POST to send data). • The parameters (the information you need to provide, such as a project name). • The JSON format (the exact structure of the data you will receive in return). • The response codes (to know if your command was processed successfully). In summary, the API Reference page is your digital toolbox for transforming TIA Portal into a programmable resource connected to your entire software ecosystem. --- About TIA Connect: TIA Connect is an innovative solution that transforms TIA Portal into a programmable resource, allowing developers and engineers to automate, integrate, and control their Siemens projects with unparalleled flexibility.
![[EN] Access SIEMENS Knowledge Base with T-IA Connect](https://img.youtube.com/vi/4wmrmA7OaLQ/hqdefault.jpg)
[EN] Access SIEMENS Knowledge Base with T-IA Connect
In this tutorial, discover how to use the SIEMENS knowledge base integrated into T-IA Connect. Quickly access all technical documentation and device information directly from your interface. What you will learn: • Access the Knowledge Base page via the Resources menu • Search for references and devices in the SIEMENS catalog • View technical details, firmware, and use cases • Use quick search links (Rexel, Wiautomation, SiePortal) • Filter by categories (HMI, CPU, Drive) About TIA Connect: TIA Connect is the essential tool designed to enhance your productivity within TIA Portal. Resources: Website: https://t-ia-connect.com Documentation: https://t-ia-connect.com/api-reference
![[EN] Discover the TIA Connect Web UI Graphical Interface](https://img.youtube.com/vi/G9dlAyVhpOQ/hqdefault.jpg)
[EN] Discover the TIA Connect Web UI Graphical Interface
In this tutorial, we explore the core features of the T-IA Connect Web UI. Learn how to navigate the homepage, customize your settings, and leverage advanced automation tools such as MCP integration and the AI assistant. What you will learn: • Navigating the homepage and opening TIA Portal projects. • Overview of General and Appearance settings. • Managing data, cache, and Siemens catalogs. • Configuring MCP integration for AI agents (Claude Code, Gemini). • Activating the integrated AI Web Co-Pilot. About TIA Connect: TIA Connect is the essential software solution designed to boost your productivity within TIA Portal through automation and AI. Resources: Website: https://t-ia-connect.com Documentation: https://t-ia-connect.com/api-reference
![[EN] How to Open a TIA Portal Project with TIA Connect](https://img.youtube.com/vi/ffqUceZC8h4/hqdefault.jpg)
[EN] How to Open a TIA Portal Project with TIA Connect
Learn how to use TIA Connect to quickly open a TIA Portal project. What you will learn: - Click on the magnifying glass icon - Select the project file - Click "Open" About TIA Connect: TIA Connect is the essential tool designed to enhance your productivity within TIA Portal. Resources: Website: https://t-ia-connect.com Documentation: https://t-ia-connect.com/api-reference
![[EN] Multi-Instance Connection with TIA Connect Simplified](https://img.youtube.com/vi/zfraPotleaU/hqdefault.jpg)
[EN] Multi-Instance Connection with TIA Connect Simplified
Learn how to use TIA Connect for establishing multi-instance connections. Discover how to manage multiple instances of TIA Portal simultaneously. What you will learn: - Launching the TIA Connect application - Creating a Headless instance - Opening an interactive instance About TIA Connect: TIA Connect is the essential tool designed to enhance your productivity within TIA Portal. Resources: Website: https://t-ia-connect.com Documentation: https://t-ia-connect.com/api-reference TIAConnect, TIAPortal, Siemens, Automation, PLC, S71200, S71500, Tutorial, Industrial, Programming
![[EN] How to Create a Project with TIA Connect in 5 Minutes](https://img.youtube.com/vi/UnZ3TBbLKlY/hqdefault.jpg)
[EN] How to Create a Project with TIA Connect in 5 Minutes
Learn how to use the TIA Connect tool to quickly and easily create a new TIA Portal project. What you will learn: - Open the settings window available - Enter the storage folder path - Name the project without spaces or special characters - Create and open the project About TIA Connect: TIA Connect is the essential tool designed to enhance your productivity within TIA Portal. Resources: Website: https://t-ia-connect.com Documentation: https://t-ia-connect.com/api-reference
![[EN] How to Start in Interactive Mode with TIA Connect](https://img.youtube.com/vi/Wv2Nd2fb33c/hqdefault.jpg)
[EN] How to Start in Interactive Mode with TIA Connect
Learn how to start the T.I.A. Portal in interactive mode through this tutorial on TIA Connect. What you will learn: - Identify the software interface - Launch the T.I.A. Portal in Interactive Mode - Connect to the graphical interface and TIA Portal environment About TIA Connect : TIA Connect is the essential tool designed to enhance your productivity within TIA Portal. Resources : Website: https://t-ia-connect.com Documentation: https://t-ia-connect.com/api-reference TIAConnect, TIAPortal, Siemens, Automation, PLC, S71200, S71500, Tutorial, Industrial, Programming
![[EN] Get Started with TIA Connect Headless Mode](https://img.youtube.com/vi/-k6p1pL57KE/hqdefault.jpg)
[EN] Get Started with TIA Connect Headless Mode
Learn how to start TIA-Connect in headless mode for a GUI-free experience. What you will learn: - Understand the concept of headless mode - Authorize TIA Connect to connect in headless mode - Access the TIA Portal graphical interface About TIA Connect: TIA Connect is the essential tool designed to enhance your productivity within TIA Portal. Resources: Website: https://t-ia-connect.com Documentation: https://t-ia-connect.com/api-reference TIAConnect, TIAPortal, Siemens, Automation, PLC, S71200, S71500, Tutorial, Industrial, Programming
![[EN] Adding a TIA Connect License in 3 Easy Steps](https://img.youtube.com/vi/8C4ynvUm-as/hqdefault.jpg)
[EN] Adding a TIA Connect License in 3 Easy Steps
In this tutorial, we will guide you through the simple process of adding a license to your TIA Connect account. Follow our steps to boost your productivity on TIA Portal. What you will learn: Visit the T-IA Connect website Log in with your credentials Add a new license to your profile About TIA Connect: TIA Connect is the essential tool designed to enhance your productivity within TIA Portal. Resources : Website: https://t-ia-connect.com Documentation: https://t-ia-connect.com/api-reference
![[EN] How to Download TIA Connect - Quick Tutorial](https://img.youtube.com/vi/mYpZ9uCyouI/hqdefault.jpg)
[EN] How to Download TIA Connect - Quick Tutorial
Learn how to create your account and download the TIA Connect installer in just a few minutes. This guide walks you through the registration process to the final download. 📌 What's covered: Accessing the T-IA Connect website. Account creation and access request. Logging into the member area. Downloading the software. 🚀 About TIA Connect: TIA Connect is the essential tool designed to enhance your productivity within TIA Portal. Resources : Website: https://t-ia-connect.com Documentation: https://t-ia-connect.com/api-reference
![[EN] TIA Connect Installation Guide - Step by Step](https://img.youtube.com/vi/ZIIfriST-rA/hqdefault.jpg)
[EN] TIA Connect Installation Guide - Step by Step
Learn how to install TIA Connect on your workstation in just a few minutes. This step-by-step tutorial covers everything from running the installer to configuring Windows security permissions, ensuring a smooth setup for your industrial automation projects. 📌 What you will learn: - Running the installer. - Choosing the installation directory. - Handling Windows security prompts. - First launch from the desktop shortcut. 🚀 About TIA Connect: TIA Connect is the essential tool designed to enhance your productivity within TIA Portal. Resources : Website: https://t-ia-connect.com Documentation: https://t-ia-connect.com/api-reference