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

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

ความคิดเห็น • 25

  • @fabianomoreiraamaro9920
    @fabianomoreiraamaro9920 ปีที่แล้ว

    Excellent! Thanks for sharing your knoledge!

  • @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 th-cam.com/video/IyWnHCK2O5A/w-d-xo.html, for the analog scaling

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

    Great explanation! Thank you

  • @wandersonpereira9884
    @wandersonpereira9884 10 หลายเดือนก่อน

    Excellent!

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

    Thanks you very very much !

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

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

    • @electricalautomation
      @electricalautomation  3 ปีที่แล้ว +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 3 ปีที่แล้ว

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

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

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

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

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