BK05. How to Link Tags/Variables to Hardware Signal Modules in TwinCAT3 PLC

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

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

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

    Excellent! Thanks for sharing your knoledge!

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

    Great explanation! Thank you

  • @m.rgh.i9199
    @m.rgh.i9199 2 года назад

    Hi, I need to work with the Block for my potentiometer in Twincat. Please make a Video about it?

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

      Please view ruclips.net/video/IyWnHCK2O5A/видео.html, for the analog scaling

  • @wandersonpereira9884
    @wandersonpereira9884 11 месяцев назад

    Excellent!

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

    Is the syntax of AT %I* identical for all PLC vendors using structure text to link variables to hardware module signals?

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

      Not really, e.g. Rockwell studio and Siemens TIA Portal they are not. As I know the develop platform has CODESYS core use "AT %.. " as syntax

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

      @@electricalautomation Thus, any software based on CODESYS, like Automation Builder of ABB, will have the same syntax right?

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

      @@mohamedhafez1641 Should be, but I recommend you check the ABB program manuals for a confirmation.

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

    Thanks you very very much !

  • @ghosthunter9897
    @ghosthunter9897 2 года назад

    Hello Sir, Can you please tell me how to change the input and output address of EL1008 and EL2008? Anyway thank you once again for your wonderful effort.

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

      Not quite understand what do you mean "Change address" do you mean rename? Right click the variable and select refactoring

    • @ghosthunter9897
      @ghosthunter9897 2 года назад

      @@electricalautomation for example I have a 8 bit input card. It’s first bit starts from 4.0 but I must change it to 20.0. How can I do it? Thanks in advance!

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

      @@ghosthunter9897 You can refactor your variable, or just relink a new variable

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

    I connected my i/o cards and uploaded the code to the plc, but I get an k-BUS error. Do you have any Idea how to fix?

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

      I recommend adding the module one by one. Configure and download the pure CPU only at first, then add one module and configure and download. Then you will find which module have a problem. BTW, the modules at right side of the CPU should be E-Bus, as I used. If they are K-Bus, likely you need a coupler module e.g. BK1250

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

    I have project about communication with el6001 (RS232 interface). Can you help me?

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

      Hi, I did not use EL6001 before and I don't have this modal in hand. But I did a search and i found the link may help you. Beckhoff supply the sample program from infosys.beckhoff.com/english.php?content=../content/1033/tc3_plc_intro/63050394919300235.html&id= Good luck!

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

      infosys.beckhoff.com/content/1033/el600x_el602x/1719016843.html?id=847701662780918913 Please check this link

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

      @@electricalautomation can I use that module to communicate with other controllers? Like arduino

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

      @@muhammadtriza3251For simple mount of data would be fine. The Arduino side needs a TTL-RS232 interface module. You could use serial communication software to test Arduino and EL6100 each side, then connect them together test ptp communication.