Showing posts with label Siemens. Show all posts
Showing posts with label Siemens. Show all posts

March 26, 2024

#199 - Siemens HMI Fit to Screen

When developing the HMI in one size (e.g. TP1200) but having to quickly scale the project to other size (e.g. TP900) a quick and easy way is to select the Options > Settings > Visualization > Fit to screen

February 5, 2024

#174 - How to migrate a project from STEP 7 5.x to modern TIA Portal

With time, the control system hardware and software become obsolete. That's why it is important to keep the systems running up to date with modern technologies, or, at least, not too far away from it.

November 25, 2023

#173 - HMI NTP with PLC through PROFINET connection

Here below how to link the HMI connection with the PLC to be NTP time sync: Device & networks > Network view > Select the PLC and then check the Connections tab

November 20, 2023

#172 - Reminder about Data Types and Memory Addresses in Siemens

Bit streams:

BOOL, 1 bit, %M0.0

BYTE, 8 bits, %MB0

WORD, 16 bits, %MW0

DWORD, 32 bits, %MD0

LWORD, 64 bits, %M0.0

November 19, 2023

#171 - PLC conversions and operations

> Convert a Real value to a Time value:

DINT_TO_TIME(REAL_TO_DINT(#myValue * 1000)) //myValue entered in seconds

October 30, 2023

#168 - What are the main differences between these two Digital Input Cards

What's the main differences between these two Digital Input Cards:

6ES7131-6BF01-0BA0 vs. 6ES7131-6BH01-0BA0.

October 29, 2023

#167 - Wiring some Digital Input sensors

Digital Input sensors are very common in the industry, and they can inform the system about different types of information. Here below some of the most common examples.

#166 - Siemens Analog Input 2-Wire vs. 4-Wire

Analog Input sensors can be in different configurations, such as 2-wire and 4-wire.

Depending on the chosen configuration, there are some points to watch out, in particular: how to wire the ground reference and how to wire the analog input signal or current loop.

#165 - Siemens PN/PN Coupler

The PN/PN Coupler is a great product from Siemens (ref. 6ES7158-3AD10-0XA).

It has two independent PROFINET cards that enable the data transfer between two different industrial networks, X1 and X2.

June 3, 2023

#157 - Online resources to learn about CNC, G-Code and PLC controlled applications

Some online resources to learn about CNC, G-Code and PLC controlled applications:

March 29, 2023

#151 - Chat with Alexandre Ribeiro Silva

(English version at the bottom)


Tive o prazer de bater um papo com Alexandre Ribeiro Silva, engenheiro eletricista, consultor e instrutor de automação industrial. Conversamos sobre a sua trajetória profissional e as suas décadas de experiência trabalhando nesse setor.

February 26, 2023

#150 - Siemens Partner Finder

Siemens has different types of certifications:

> Solution Partner - Automation Drives

> Distributor / Approved Partner - Value Added Reseller

> Service Partner / Approved Partner - Industry Services

October 14, 2022

#142 - Debug PLC stop

1. Online Diagnostics 2. Diagnostics > Diagnostics Buffer (events are shown from last to first order) 3. Click on Button "Save as..." in the Details on event section to open in a text editor 4. Open the Diagnostics file and look for the event, such as: > "CPU changes to STOP mode" > "Temporary CPU error:" > "Programming error"

September 14, 2022

#139 - Upgrading Siemens HMI firmware version

1: Try to upgrade directly from TIA Portal

2: If image files are missing then:

> Download the image files in this link

> Insert these files at the Siemens installation folder (e.g. "C:\ProgramFiles\Siemens\Automation\PortalV16\Data\HMI\Transfer\16\Images" and try to upgrade again from TIA Portal

March 15, 2022

#137 - G120 CU250S-2 Activating License for BasicPos

 > Procedure to Create a License and Insert in p9920 and activate on p9921

#136 - Siemens Tools: Proneta, Serial Drive Commissioner (SDC), DT Configurator, TIA Selection Tool

> Proneta

> Serial Drive Commissioner-

> DT Configurator

> TIA Selection Tool

#135 - Checklist automation project in TIA Portal

HW:

> Upgrade all devices to the latest FW available > Register devices into Siemens Support IBase (Prod. n°, Serial n°) for Life-cycle Management > Register Drives for extended warranty > Create a Proneta report of the system (HW version, MAC address, FW version, etc) > Get product information on DT Configurator > Create UDTs and DBs to unit test devices (Encoder, sensor, IO link, flowmeter, etc)

#134 - TIA Portal Safety Programming Blocks tips and examples

It is recommended that the Safety Program follows a set of guidelines in order to ensure it properly works. Here below some of the points to remind when programming a Safety PLC:

Tips:

> Isolate the Access to the Safety Program via DBs (optimized block access), such as DataFromSafety and DataToSafety.

Source [1]

March 14, 2022

#132 - Siemens Safety PLC hardware configuration and wiring of EStop, SFDoor, FDBACK, SENDDP, RCVDP and Frequency Converter G120C

Wiring, Configuring Hardware and Tags of Emergency Stop, Safety Door and Frequency Converter G120C in TIA Portal: