PLC BLOG | Getting Started with TIA Portal - What is Tia Portal
Share on Facebook Share On Twitter Share on LinkedIn Share on Whatsapp


lg-12 col-12 fb-share-button">

Share on Facebook

Share on twitter

Share on Whats-App

Getting Started with TIA Portal - What is Tia Portal

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 Steps 7 And Tia Portal

Create A Basic Project in TIA Portal

To create a project in TIA Portal, open TIA PORTAL as administrator

create a basic project in TIA Portal

After the TIA portal successfully open select open existing project if you have already a project, for creating a new project select create a new project


when you create a new project in TIA portal so it required some information like name, path, author and comment enter the required information always remember project save in path location with name which you enter. path is by default set you also set your own path and name, and than Click create.

creating a new project in tia portal

Configure Device & Network in TIA Portal

after creating a project next step to Configure Device & Network in TIA Portal so you see following option Select Configure a device option for configuration a new device

Configure Device & Network in TIA Portal

Add Device to your TIA Project

after creating new project next step to add device on project so you have two option select add new device and select your device on list and then add to your project.

Configure Device & Network in TIA Portal

How To Create Program TIA Project

in Device (Project explorer) select PLC > Program Block > double click Main (OB1) now program editor will open here you make your own program.

 How To Create Program TIA Project

Simple Program Example IN TIA Project

here is a simple example of TIA Project, in this example simple input and output, when input is set to true than timer operation is start when timer preset time is equal to timer current time than timer done bit is set to true.

 Simple Program Example IN TIA Project

Download Your TIA Project Program

After successfully program next to test your in this article we discuss only simulation mode. Press download a new dialog will open

 Download Your TIA Project Program

select PG/PC interface as and then select PC port for communication than add device to your project download after successfully download project into the plc check your program.