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.
To create a project in TIA Portal, first open the software as an administrator.
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.
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.
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.
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.
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.
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.
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.