Temperature control for dressing room in clothing store

We want to thermostat the dressing room by setting a setpoint between 20 and 25 degrees Celsius. Sensor in the system is a PT100 that acquire the temperature. A finder interface with analog voltage output, operating range is 0-10V to be scaled in 0-250 degrees centigrade is connected between PT100 and PLC analog input. basic.

It is available a PLC Siemens S7-1200 model AC/DC/RLY and a HMI model KTP400 basic.

Termometro di Luisa

Creating a new project in TIA Porta V16 enviroment

crea progetto

In the next step is necessary to configure the devices in the profinet net.

configure device

Insert in the “Network view” a CPU and a HMI, so interconnet it, using drag and drops, the ethernet connector. In aour specific case is assigned IP 192.68.0.1 and 192.168.0.3

configure device

The Profinet and the dedigned devices must appear like these:

configure device

In the “project tree” is necessary to create a minimal program structure where there are a main program (cycle OB1), a Data Block where to store data and exchange it with the HMI tags, and a function where to implement normalization and value scale.

thermostat project tree Micro-GT

Inside the cycle block OB1 (main program), there is a unconditional call to the function FC1.

thermostat main program Micro-GT

Normalization and scaled are performed in FC1

The analogue signal normalization chain has two steps,The fist one put the value in percent of the total range, in the second the unit of measurement is assigned.

The standard saturation numerica value, for siemens analog channels is ever the number 27648. It mean, for 4-20mA the numeber is 20ma, for 0-10V it mean 10V, for bipolar +/-5V or ever +/-10V the value 27648 express the +5V and +10V respectively.

To clarify, the normalization transforms the numeric image of 0V into 0.0, which has direct correspondence with 0%.

similarly the number 27648, which corresponds to the full scale, which corresponds to 100%. This value becomes 1.0.

Both values 0.0 and 1.0 are necessarily expressed as real 32-bit numbers. This results in a type transformation by the NORMX block.

The normalized value is downloaded into a REAL variable inside the DB1. The same number is used as input for the SCALEX command. This value can move between the minimum and the boulders of the available sensor engineering scale. This range is shown in the sensor databook.

Convertitore PT100

The image shows a converter for PT100 in the range 0-50 °C.

thermostat normalization chain Micro-GT

In the HMI side, the numeric field in which to display the temperature in the XX.X or XXX.X format must be show. The use of a sample thermometer, and a forced temperature change, are necessary to calibrate the instrument.

download the draft of the exercise-> Rest room termostat_1

The implementation on the touch panel side of the temperature setpoint setting buttons is left as a useful exercise. Insights and use of the PID block can be found in the textbook of the teacher Marco Gottardo for sale on Amazon.

The whole project, with extensive explanations, is found in the two textbooks on sale on www.lulu.com and on Amazon visible below. Text is in Italian but Step 7 programming and procedure can be well understand in any languages due to high number of figures explanation.

Let' program a PLC esercizi ediz 2020

buy the most complete workbook in the world in Amazon

Let’s Program a PLC!!! (Quinta Edizione 2020): Esercizi di programmazione in TIA Portal V16 S7-1200/1500 e PLC modelli S7300-400 WinCC

(pubblicazioni di automazione industriale) (Volume 2) (Italian Edition) (Italian) Paperback – February 9, 2020
by dott Marco Gottardo PhD (Author)

  • Language: Italian
  • ISBN-10: 1724436465
  • ISBN-13: 979-8611490815

Advanced PLC Programming ediz.2021

copertina advanced PLC 2021

buy Advanced PLC programming on Amazon

Advanced PLC programming ed.2021: Pubblicazioni di Automazione Industriale (Volume 3) (Italian Edition) (Italian) Paperback – December 15, 2020
by dott Marco Gottardo PhD (Author)

ISBN: 979-8581600740

Books in english, on Amazon

English Book 2021

PLC controlled wind turbine Amazon page

PLC controlled Biomass generator