How to use analog input/output signals modules - analog input output programming examples

Поділитися
Вставка
  • Опубліковано 27 лис 2024
  • 💙in this video, I simply show how to use analog input/output signals modules which is the best tutorial analog signal programming video. I show how we can use an analog input output module for processing and scaling analog signals. Analog signals such as 0 to 10 analog signals to control the analog output module or analog input 4-20ma for both analog input output module. I also developed a shot test program as an application of analog input output programming examples as plc analog inputs and signals as a nice tutorial analog signal programming lesson.
    In this video, we discuss analog input/output signals 0 to 10 V, 4 to 20 mA 0 to 20 mA or 4 to 20 mA signals. These signals can be used to control analog field devices such as flow or level transmitters.
    💛💛 Interested in Learning More? 💛💛
    Check out my comprehensive PLC programming courses on 💚💚 Udemy! 💚💚
    Whether you're just starting or looking to enhance your skills, these courses cover everything from the basics to advanced techniques.
    💚💚Enroll now and start mastering PLC programming today:💚💚
    1-Programming S7-1200 PLC with Siemens TIA Portal & Factory IO
    bit.ly/3XbQL2h
    2-Programming Siemens Simatic S7-300/400
    bit.ly/3XuwIxy
    3-Allen Bradley training - RSLogix 500/5000 Series
    bit.ly/3B3GKwA
    4-Complete Delta PLC programming Course with ISPSoft & Factory IO
    bit.ly/4gaPp0t
    5- CODESYS PLC programming tutorial for beginners
    bit.ly/3XxebRh
    6- Camtasia Mastery & training and tutorial course
    bit.ly/3ZcYrnz
    💛💚 7-Affiliate link to purchase Factory IO software 💛💚
    factoryio.com/...
    💚💚💚💚💚💚💚💚💚💚💚💚
    #plcgoods #plcprogramming #tiaportal

КОМЕНТАРІ • 41

  • @steve-ip1cd
    @steve-ip1cd 3 роки тому +1

    Another great and very helpful video! Thanks Reza!!!

    • @plcgoods
      @plcgoods  3 роки тому

      Thanks for your compliment!

  • @riaziiuc
    @riaziiuc 3 роки тому +1

    thanks for a learing and fruitful video

    • @plcgoods
      @plcgoods  3 роки тому

      Glad you like them! thanks for checking out the channel!

  • @issod6425
    @issod6425 3 роки тому +1

    Excellent!!!

    • @plcgoods
      @plcgoods  3 роки тому

      Thank you! Cheers!, glad you like it!

  • @cascadeanalog320
    @cascadeanalog320 3 роки тому +1

    Thank you very much Sir !

    • @plcgoods
      @plcgoods  3 роки тому

      Most welcome! and thanks for checking out the channel

  • @sletec6768
    @sletec6768 3 роки тому +1

    Nice work

    • @plcgoods
      @plcgoods  3 роки тому

      Thank you! Cheers! and welcome to the channel!

  • @lessspeech7129
    @lessspeech7129 4 роки тому +2

    Very Good!Thanks

  • @adnanjayousi9140
    @adnanjayousi9140 3 роки тому +1

    Thanks for the video!, looks like there is a mistake on 9:34 , the min is 0 and the max is 27648 is it ?

    • @plcgoods
      @plcgoods  3 роки тому

      Thanks so much for watching our videos carefully. You're right and I mentioned this matter before testing (Time 15:20)

  • @irelandlotelugufamily2019
    @irelandlotelugufamily2019 4 роки тому +1

    Hi Can you please help me as i am new to this programming world
    What is the difference between |RAW value and Scaled value do they need to be same always

    • @plcgoodsmentor9223
      @plcgoodsmentor9223 4 роки тому +2

      Hi, usually they are not the same. If you have a 13-bit resolution analog input channel, your raw input range is 0 to 2^13 = 8192, 0 representing the minimum value of your analog signal, 8192 representing the maximum value. analog input modules are suitable for a specific range. If you set it up for 0-20mA, and you connect a 4-20mA sensor, you won't have 0 as a raw value when the sensor output is minimum (4mA). If you want the 4-20mA to represent a water level between 10 and 300 cm, then that is your engineering range, also referred to as scaled range. usually, PLCs have some instructions to scale the received RAW value according to the next formula
      scaled value = (raw value * factor +offset) * unit of measurement

    • @plcgoods
      @plcgoods  4 роки тому

      thanks for the inquiry

    • @irelandlotelugufamily2019
      @irelandlotelugufamily2019 4 роки тому

      @@plcgoodsmentor9223 Thanks very much for you reply So basically i am an Automation Validation Engineer, While performing FAT f on one of the systems on the HMI they are displaying RAW value and Scaled value for all the analogs of same make and model and signals are coming from same Festo but i see the difference between them is ns 3 deg and for some transmitters it is 0.2 deg . My concern is which is actual field value . If we consider Raw value as actual field value, then i will ask them to calibrate the Instruments . Sorry for this long reply

  • @msizingcobo9950
    @msizingcobo9950 2 роки тому

    Thank you for the tutorial but how to do the conversion blocks using s7 300 cpu since the norm_X & scale_X don't appear when selecting s7 300 cpu

    • @plcgoodsteam8934
      @plcgoodsteam8934 2 роки тому

      Hi there, note that each PLC may support some instructions that maybe are not used with the others. Also, now we are preparing a course about S7 300. It can help you to use analog signals with S7-300 PLCs.

    • @plcgoods
      @plcgoods  2 роки тому

      Thanks for checking the channel out!

  • @Dirson2001
    @Dirson2001 3 роки тому +1

    Hi all, vhen I have a defective Analog I/O module Sinad 6ES7232-4HB32-0XB0, the red LED starts blinking to show me the fault. Can I simply substitute the old defective to a new one or we must manage the soft for the new module recognization? thanks a lot.

    • @plcgoodsmentor9223
      @plcgoodsmentor9223 3 роки тому

      Hi there, I've never had your problem, but In my opinion, you can substitute the defective module to a new one with the same model. one time, I changed my CPU module with a similar CPU, and then transferred my project without adjusting the CPU model inside my program. it worked correctly.

    • @plcgoodsmentor9223
      @plcgoodsmentor9223 3 роки тому

      Also, If you want to use another type of analog module (with the same input type), you can transfer the PLC program to your computer, modify the selected analog module inside the hardware configuration window, and then transfer the modified program to your PLC

    • @plcgoods
      @plcgoods  3 роки тому

      thanks for checking out the channel

  • @abdalishah8721
    @abdalishah8721 2 роки тому

    Verry Good Sir please tell me abot multi blade bridg saw machine plc

    • @plcgoods
      @plcgoods  2 роки тому

      this question is already answered!

  • @nareshsekar4807
    @nareshsekar4807 2 роки тому

    Hi Sir, (At Time = 14:45). What will happen if we didn't right the line "Move "0" to Electric Valve" if the level is not below 5. Will the Electric Valve still be open for 16mA current. If the level is not below 5 then the MOVE instruction will not move any value to the Electric Valve so the output analog current will be zero right then why should we have wright this line?

    • @plcgoods
      @plcgoods  2 роки тому

      Hi there, If the MOVE instruction is not enabled, then it won't do anything. In this condition, If "Electric Valve" is open, it remains open, and if it is closed, it remains closed as well. So, I needed to write the line "Move 0".

    • @nareshsekar4807
      @nareshsekar4807 2 роки тому

      @@plcgoods Thank you so much sir

  • @abdalishah8721
    @abdalishah8721 2 роки тому

    Sir how to create bridge saw machine plc program?

  • @ahmedafifi2984
    @ahmedafifi2984 4 роки тому +1

    Very good 👍
    Wanna be friends!!

    • @plcgoods
      @plcgoods  4 роки тому +1

      we are already friends, do not be worry!

  • @dispositivosautomatizados
    @dispositivosautomatizados 2 роки тому

    👍🇧🇷

    • @plcgoods
      @plcgoods  2 роки тому

      Glad to help! Thanks for your comment and concern

  • @chrismerani5330
    @chrismerani5330 3 роки тому +1

    the terrible ai voice is unbearable.

    • @plcgoods
      @plcgoods  3 роки тому

      Thanks for checking the channel, it seems to me you paid more attention to the voice-over than the content quality. I am using Babalola which I guess is an excitingly fabulous program.

    • @chrismerani5330
      @chrismerani5330 3 роки тому

      @@plcgoods that's the point, I can't get past the voice over to even appreciate the content. I would rather hear a real human's broken English than a terrible robotic ai voice that sounds like it is from 1987