PID23 - Beckhoff TC3 PID03 - Analog Input Wiring, Configuration, and 'SCALE' programming

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024
  • #AnalogInput #PID #Beckhoff #EL3174 #EL3044
    Next: • PID24 - Beckhoff TC3 P...
    PID Playlist: • PID and Process Object...
    Beckhoff Playlist: • Beckhoff TwinCAT Controls
    PID21 - Beckhoff TC3 PID01
    Introduction of TF4100 Controller Toolbox and PID Sample Program
    • PID21 - Beckhoff TC3 P...
    PID22 - Beckhoff TC3 PID02
    Create TC3 Project, Hardware Configuration, and Cyclic Task Setting
    • PID22 - Beckhoff TC3 P...
    PID23 - Beckhoff TC3 PID03
    Analog Input Wiring, Configuration, and 'SCALE' programming
    • PID23 - Beckhoff TC3 P...
    PID24 - Beckhoff TC3 PID04
    Analog Output 0-20mA/4-20mA EL4014 'UNSCALE' programming
    • PID24 - Beckhoff TC3 P...
    PID25 - Beckhoff TC3 PID05
    TwinCAT3 FB_CTRL_PID Offline Programming, CTRL_PID_PARAMS, E_CTRL_MODE
    • PID25 - Beckhoff TC3 P...
    PID26 - Beckhoff TC3 PID06
    Apply a Second-Order Model as Controlled Object
    • PID26 - Beckhoff TC3 P...
    PID27 - Beckhoff TC3 PID07
    Setup Watch Table and YT Scope Trend for PID Sp, Pv, and Output Preparing
    • PID27 - Beckhoff TC3 P...
    PID28 - Beckhoff TC3 PID08
    Apply Ziegler-Nichols Rule(Step Response) for PID Parameters Preparing
    • PID28 - Beckhoff TC3 P...
    PID29 - Beckhoff TC3 PID09a
    Tune PID Parameters (Kp, Tn, Tv) for Controlling a Cooling System
    • PID29 - Beckhoff TC3 P...
    PID29 - Beckhoff TC3 PID09b
    Demonstrate Tuning PID Parameters (Kp, Tn, Tv) Proportional, Integral, Derivative
    • PID29 - Beckhoff TC3 P...
    PID30 - Beckhoff TC3 PID10
    Program Auto/Manual Bumpless Switch
    • PID30 - Beckhoff TC3 P...
  • НаукаНаука

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

  • @chiachiyang4680
    @chiachiyang4680 3 года назад

    Thanks for your video, it’s a big help here.

  • @PattysLab
    @PattysLab 3 года назад

    Really clear thanks for the video series!

  • @ngochan3706
    @ngochan3706 4 года назад

    Thank you for your great video

  • @engrforkanhossan8125
    @engrforkanhossan8125 3 года назад

    Thanks

  • @4436966
    @4436966 3 года назад

    thanks :)

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

    how do you know what EL3xx series to choose for analog inputs(4a20mA) thanks

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

    The maximum resolution only 360p?

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

      I just tested and it can do 1080p. So please check your internet network speed.

  • @rubraver
    @rubraver 3 года назад

    Hello!! Great channel!!! got some question regarding this analog configuration. When I'm using a 0-10v potenciometer on the input and wanted to connect on the output a 12v fan, wich variable should be the one giving me the correct data to the output? and how to link the output with this value? Thanks in advance.

    • @rubraver
      @rubraver 3 года назад

      Should be enough with scaling or unscale must be done also? sorry, I'm trying different plc from siemens so I'm a bit lost.

    • @electricalautomation
      @electricalautomation  3 года назад

      Hi Bro. If you are using Beckhoff, for the Unscale, that is just the next video #4. named "Analog Output 0-20mA/4-20mA EL4014 'UNSCALE' programming" ruclips.net/video/rR9oNaoIXzw/видео.html

    • @electricalautomation
      @electricalautomation  3 года назад

      If you are using Siemens, you also find the right channel, please view the video "Analog Input Scale Library and Norm_X/Scale_X in TIA Portal" ruclips.net/video/Mc-JZEuGxFw/видео.html, and "Analog Output Unscale" ruclips.net/video/-zpbEuXQxuo/видео.html

  • @Alex-pz7kr
    @Alex-pz7kr 3 года назад

    Hi, what about errors( wire break, overflow)? In Siemens Plcs we have 0 - 27648 fo scale and -32768 or 32767 for errors

    • @electricalautomation
      @electricalautomation  3 года назад

      As showing 13:40, if you use 3174, then 4 - 20mA is 0x7736, overflow will be 7FFF, 0mA is E233, wire break. Also please view 15:29.

    • @Alex-pz7kr
      @Alex-pz7kr 3 года назад

      @@electricalautomation So if I use EL315x ( 4 - 20mA, 0- 32767), wire break will be =32767. Am i right?

    • @electricalautomation
      @electricalautomation  3 года назад

      @@Alex-pz7kr ( 4 - 20mA, 0- 32767) for EL315x is correct. But I am not sure this module will do =32767. Most likely it can not diagnose the wire break and overflow. I would recommend you use EL317X

    • @Alex-pz7kr
      @Alex-pz7kr 3 года назад

      ​@@electricalautomation Thanks.
      I have also a question about scaling. There's a typical scaling formula
      result= ( Yi -Ymin/Ymax-Ymin) * (Xmax - Xmin)+Xmin;
      You use
      result = ( Xmax- Xmax)/ Ymax * Yi;
      Why you not add Xmin in your version? Thanks in advance

    • @electricalautomation
      @electricalautomation  3 года назад +1

      @@Alex-pz7kr Hi, because Ymin = 0.0v, and Xmin = 0 in this case. Pls see 33:40, the green comments