Getting Started with TIA Portal: What Is TIA Portal?

Published on Jun10, 2025 | Category: tia
Share this article:

TIA Portal (Totally Integrated Automation Portal) is a software platform developed by Siemens for programming and configuring of PLC, HMI, drives, and other devices. TIA Portal is a complete package for configuring and programming these devices. TIA Portal comes with tools like project manager for organizing and managing automation projects, program editor for creating logic and control programs for PLCs, HMI editor for designing and configuring user interfaces for operator interaction and supports communication protocols, like Profinet, Profibus, and Ethernet/IP, and can be used with a variety of Siemens automation hardware.

What Are the Basic Features of TIA Portal?

Difference Between STEP 7 and TIA Portal

Create a Basic Project in TIA Portal

To create a project in TIA Portal, first open the software as an administrator.

img/siemens-tia/create-a-basic-project-in-TIA-Portal.webp

After TIA Portal successfully launches, you will be presented with two options:

When creating a new project, TIA Portal will prompt you to enter some details such as: project name, storage path, author name, and an optional comment. Always ensure you note the storage path, as the project will be saved in the specified location with the name you provide. The default save path can be customized. Once all information is entered, click Create.

img/siemens-tia/creating-a-new-project-in-tia-portal.webp

Configure Device & Network in TIA Portal

After creating a project, the next step is to configure your device and network. TIA Portal provides several options:

Select Configure a device to start configuring a new device.

img/siemens-tia/configure-device-network-in-tia-portal.webp

Add Device to Your TIA Project

After creating a new project, the next step is to add a device. You have two options:

Select Add New Device, choose your hardware from the list, and add it to the project.

img/siemens-tia/add-new-device-in-tia-portal.webp

How to Create a Program in TIA Portal

In the project tree (Device view), navigate to:
PLC > Program Blocks > Main [OB1]
Double-click on Main [OB1] to open the program editor. You can now start writing your logic here.

img/siemens-tia/how-to-create-program-tia-project.webp

Simple Program Example in TIA Project

Here's a simple example in a TIA project. In this logic, an input triggers a timer. When the timer reaches its preset time, the done bit is set to TRUE, indicating the completion of the timer operation.

img/siemens-tia/simple-program-example-in-tia-project.webp

Download Your TIA Portal Program

After successfully writing your program, the next step is to download it to the PLC (or test it in simulation mode). Click on the Download button. A dialog window will open.

img/siemens-tia/download-your-tia-project-program.webp

In the download dialog, select the correct PG/PC Interface and the appropriate PC port for communication. Then, add the device to your project and initiate the download process. Once the project is successfully downloaded to the PLC, you can monitor and test your program.