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

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ธ.ค. 2024

ความคิดเห็น • 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!

  • @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)

  • @issod6425
    @issod6425 3 ปีที่แล้ว +1

    Excellent!!!

    • @plcgoods
      @plcgoods  3 ปีที่แล้ว

      Thank you! Cheers!, glad you like it!

  • @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

  • @cascadeanalog320
    @cascadeanalog320 3 ปีที่แล้ว +1

    Thank you very much Sir !

    • @plcgoods
      @plcgoods  3 ปีที่แล้ว

      Most welcome! and thanks for checking out the channel

  • @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!

  • @lessspeech7129
    @lessspeech7129 4 ปีที่แล้ว +2

    Very Good!Thanks

    • @plcgoods
      @plcgoods  4 ปีที่แล้ว

      Thank you too! :)

  • @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

  • @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

  • @SLEtec-e
    @SLEtec-e 3 ปีที่แล้ว +1

    Nice work

    • @plcgoods
      @plcgoods  3 ปีที่แล้ว

      Thank you! Cheers! and welcome to the channel!

  • @abdalishah8721
    @abdalishah8721 2 ปีที่แล้ว

    Sir how to create bridge saw machine plc program?

    • @plcgoods
      @plcgoods  2 ปีที่แล้ว

      Answered already!

  • @abdalishah8721
    @abdalishah8721 2 ปีที่แล้ว

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

    • @plcgoods
      @plcgoods  2 ปีที่แล้ว

      this question is already answered!

  • @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