Wiring Testing Analog PLC Input Click

Поделиться
HTML-код
  • Опубликовано: 3 ноя 2024

Комментарии • 17

  • @jounce1111
    @jounce1111 4 года назад +2

    @Garry Shortt would you be able to wire in the source from the plc to the potentiometer instead of using a battery, or did you avoid that because of consumed amperage at low impedance? In that case, would it be fine to wire another resistor in series to the potentiometer (before it) to limit the current flow?

    • @ACCautomation
      @ACCautomation  4 года назад +2

      Hi Jounce1111,
      The purpose of the battery was to make this device portable so it can be quickly used in the field. I use this for quick testing of analog voltage inputs. The battery will ensure that the input is isolated from any other circuits.
      You could wire in another resistor and create a voltage divider so that the 24VDC supply can be used for the 10 VDC analog input. In our case, we are using a 10K ohm potentiometer, so we would need a 14K ohm resistor if our supply is 24VDC.
      www.ohmslawcalculator.com/voltage-divider-calculator
      What you are trying to do is limit the amount of voltage to the input.
      I hope this helps you out.
      Regards,
      Garry

    • @jounce1111
      @jounce1111 4 года назад +1

      @@ACCautomation Thanks for the reply! it helps

  • @rfoline1
    @rfoline1 Год назад +1

    I greatly appreciate you doing this for us....question, from what I can see on the software, I do not understand why after you get past 1VDC that Output1 turns OFF and ect as you go up. What is telling them to shut off once you get to the next increment?

    • @ACCautomation
      @ACCautomation  Год назад +1

      Hi Ralph,
      Each line of code will specify the signal greater than and less than a value.
      ruclips.net/video/JwSeulaHV6U/видео.html
      Looking at rung one. If the analog value is above 0 but less than 1, the first output (Y1) will turn on.
      I hope this helps you out.
      Regards,
      Garry

    • @rfoline1
      @rfoline1 Год назад

      @@ACCautomation Thanks Gary, I see it now!

  • @gerardoortega4027
    @gerardoortega4027 2 года назад +2

    Hi - Great video!! - Short and sweet.. I am trying to measure the torque of a Motor grabbing the Signal from a Driver and send the signal to the PLC to process - Is a similar setup will work?

    • @ACCautomation
      @ACCautomation  2 года назад +2

      Hi Gerardo Ortega,
      Thank you for the comments.
      For most motors, torque is directly proportional to the current and can be derived from it by knowing shaft speed and motor efficiency. You mention a driver that sends the signal. If this is an analog value, then yes you can read this into the PLC. If this is a communication driver then, you will need to know what protocol is being used.
      I hope this helps you out.
      Regards,
      Garry

    • @gerardoortega4027
      @gerardoortega4027 2 года назад +1

      @@ACCautomation Yes- it does!! thanks for all the your videos and the good explanation

    • @ACCautomation
      @ACCautomation  2 года назад +1

      @@gerardoortega4027
      You are welcome.

  • @GALAXI10R
    @GALAXI10R 4 года назад +1

    algun ejemplo para las salidas analogas y entrada de corriente analoga.

    • @ACCautomation
      @ACCautomation  4 года назад +2

      Hi Beno,
      Currently, I do not have any samples for analog outputs or current inputs. The analog outputs can be read from a multimeter for testing.
      Regards,
      Garry

    • @GALAXI10R
      @GALAXI10R 4 года назад +1

      @@ACCautomation Thanks for answering and excuse my insistence, but I would like to know how the ladder diagram is to activate that output in the plc click DA1V

    • @ACCautomation
      @ACCautomation  4 года назад +1

      @@GALAXI10R
      The following post will show you how to set up the analog output in the program fro the Click PLC.
      accautomation.ca/click-plc-analog-dusk-to-dawn-program/
      I hope this helps you out.
      Regards,
      Garry

  • @nathanmoran5293
    @nathanmoran5293 4 года назад +1

    Please do the output now

    • @ACCautomation
      @ACCautomation  4 года назад +2

      Hi Nathan,
      I have done analog output with the PID instruction in the following post:
      accautomation.ca/click-plc-pid-using-factory-io/
      Here is the entire series.
      accautomation.ca/series/click-plc/
      I hope this helps you out.
      Regards,
      Garry