What is PID controller 2: The PLC PID RSLogix 500 tutorial.

Поділитися
Вставка
  • Опубліковано 24 лис 2024

КОМЕНТАРІ • 14

  • @er.guruprasath9547
    @er.guruprasath9547 6 років тому +1

    good tutorial.
    thank you

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

    Holy shit thanks brou 🤗

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

      Thanks Edson

  • @pranabchowdhury6307
    @pranabchowdhury6307 11 місяців тому

    How did you come up scaled min 6242 and scaled max 31208 ?

    • @Bin95
      @Bin95  10 місяців тому

      The programmer comes up with the range based on sensor specs and application. The sensor documentation is the place to start, then deviate if needed by the application. As long as you have the whole scale/bandwidth of the sensor or greater, the programmer sets the trip points according to the application, independent of the sensor scale.

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

    How did you come up with the range of 3277 to 16384 ? Is that always the same or depends on the A/D input card? What would be the best way to understand what range has to be used for different cards and transmitters. Thank you

    • @Bin95
      @Bin95  2 роки тому +3

      It is a computer numbering standard and standard among all A/D. As the max value 32767 is arrived at by being the maximum number that can be stored in a 16 bit integer block of data. (In computers its always been base 16 ... 32, 64, etc., later 32 bit word sizes (base 32) become more commonly used, but it is the same 16 bit max. ) The limits set in video (3277-16384) where just decided by programmer for specific application in the example. You may have a 40ma sensor that manual indicates uses max 32767 to -32768 but the programmer may chose to only use a smaller range. (They just cant use a larger one than device manual indicates. Most will be that 'magic' number 32767.

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

      @@Bin95
      Thank you for the reply.
      But shouldn't be a common rule to determine what range has to be selected and why?
      On other words, what's the benefits of shortening the range?
      What if we use the whole range -32768 to 32768?

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

    pls can we perform PID simulation in RS logix500 without actual real input and output.
    tried it actually don't know if am doing something wrong the PID isn't giving me any output
    pls I need clear explanation thanks

    • @Bin95
      @Bin95  2 роки тому +1

      You will need to write some logic to simulate a varying analog input if you are not going to use a real input signal. Then your PID will output.

  • @suriyat8773
    @suriyat8773 10 місяців тому

    Thank

  • @lambro8052
    @lambro8052 6 років тому

    Output is current or voltage signal? O6:1 output

    • @Bin95
      @Bin95  6 років тому +1

      Like it shows, 4-20ma. But would be the same if you wanted 1-10v, you just change card on 500, setting for card on 5000. Logic/function the same, scale/setting may vary depending on application.

  • @ramadar5637
    @ramadar5637 11 місяців тому

    good tt