ElectricalChile

Profiter L'Ingénierie

PLC LOGO Cabinets Learn Spanish Solutions SPANISHESP


Programming Temperature AI RTD in PLC Logo!






OFF => -50°C
Simulating 4 different values from -50 to 200 °C , let's turn on Q1 when T° >50°C


First, We must to know these concepts:

Must Knowledge

Industrial Command
Computation
Electricity
Basic English
First Time with Logo!





STEP 1 : NECESSARY ELEMENTS

First we must to have all components and PLC in LADDER

The Programmable Relay PLC Logo! need a Software to make the Program that control all our process, so we need these elemments:

NO problem if we dont have the Original CD, we can Download DEMO VERSION Here Download fast! from Siemens WebPage in "Demosoftware" if we have this demo, we may simulate and create a lot of control projects really perfect to practice



PASO 2: NECESSARY HARDWARE

Measure Temperature in PLC Logo! Have some devices to work correctly

IDENTIFY ALL ELEMENTS

  1. CPU PLC Logo! 220VAC (in this case)
  2. Expansion Module RTD (AM2 RTD) Watch Model
  3. Switching Power Supply 220VAC / 24 VDC
  4. PT100 or Thermocouple 3 wires
  5. Shielded Cable +4xCables 1.0mm2

We have some advantages working with RTD Modules to Meaasure Temperature, measure temperature is very important in process of any type


PASO 3: WIRE AND SPECIFICATIONS

Wire a Thermocouple PT100 and PLC is simpler than AI

We can see the examples from Siemens Webpage connecting 2-3- 4 wires PT100 to RTD Module, and other side we have our circuit connecting a 3-wire PT100 in a PLC Logo! and Expansion Module



  1. RTD Input Modules in almost cases are powered by 24VDC

  2. Wiring is exactly as the image, RTD Module is powered by 24VDC and PT100 is connecting directly to RTD AM2

  3. This way is easier to wire than Analog Input

  4. Remember consider Ground GND in all devices that needed

  5. The better and more Robust way to measure Temperature may be using RTD and PT100 (Thermocouples)


PASO 4: PROGRAMMING PLC

Now Let's configure Input Temperature RTD

Access to Logo Soft Comfort and start to create the program with follow blocks:

Add block and before to Configure let's Know what means each one:

Configuring RTD Input Blocks:

The Parameters to configure are simple:

SIMULATING RTD INPUTS


OFF => -50°C
Simulating 4 values from -50 to 200 °C, Turn ON Q1 if T° >50°C

VIDEO RTD SIGNALS


NOTE: In case you are using PLC Logo 12/24 RCE (24 Volts) these PLCs have enabled AI to use in CPU (0-10V), to be more reliable that "AI1" is the Input of Channel 1 in RTD Module GO to File -> Properties -> I/O Settings -> Enable 0 AI


STEP 6: Uploading to PLC LOGO!

After every programmation and new knowledge go to Start!

After our program is uploaded to our Logo! (if you have problems goes to) How Connect via ethernet to PLC Logo!, you do click in RUN and READY! The program of Counters has been uploades and is running in PLC Logo! Siemens




QUESTIONS & ANSWERS

HERE THE ANSWERS MOST IMPORTANTS:


  1. Where Can Download Logo Soft Comfort! The Software of PLC Logo? and Buy Original CD?
    For the Version DEMO go to Siemens Webpage here or you try in the above external links of Step 2 Here; It Costs around 70 USD (without upgrades) and you can get it in a external company Buy in Automation24 this software may be installed in many computers

  2. I Have a PLC Logo! 24V 24RCE and my RTD Input Module AM2-RTD don't work?
    It may happens is not strange, because PLCs Logo! powered 24V have incorporated 2 or 4 Analog Inputs (in 0-10V) but it must to be configurated, to see configuration go to Logo Soft Comfort! -> File -> Properties -> I/O Settings -> "Enable 0 AIs" ; it means no one AI in CPU is configurated, so the first "AI1" will be on RTD Module

  3. How can I Understand fast how RTD Module and PT100 Works?
    If you have read the section Programming Analog Inputs PLC Logo! this section is easier to learn
    1. The Sensor to measure is a PT100 or Thermocouple
    2. Need a RTD AM2 Module to work with PT100 and PLC
    3. Power 24VDC the RTD Module
    4. For a better Measure the Sensor PT100 must to be directly connected to RTD Module avoiding link wires
    5. Scale values is easier and simpler you must to create Analog Contact AIx and link to a block, then in block select PT100/PT1000, most used Blocks are Amplifier and Threshold Trigger
    6. Wiring must to be right connected in Control, Power and Ground
    7. Details explainded in STEP 3 HERE

  4. Why Can't Connect with my PLC Logo?
    The Communication with PLC Logo! is by ETHERNET (TCP/IP); you should change your Sub-network number in your computer, remember Logo! comes with 192.168.1.x or 192.168.0.x must to try with both options