COM21. ModbusTCP - Allen-Bradley CompactLogix (Client) and Siemens S7-1200/S7-1500 (Server)

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 มี.ค. 2021
  • #Modbus #Siemens #Allen-Bradley #CompacLogix
    Playlist: • Industrial Automation ...
    Allen-Bradley Modbus TCP Sample Code AOI V2.0.2
    www.rockwellautomation.com/se...
    In this video, Siemens S7-1200/S7-1500 runs as Modbus TCP Server (Slave), while Allen-Bradley CompactLogix runs as Modbus TCP Client (Master).
    COM16. ModbusTCP Client via Allen-Bradley CompactLogix PLC
    • COM16. ModbusTCP Clien...
    COM17. ModbusTCP Server via Allen-Bradley CompactLogix PLC
    • COM17. ModbusTCP Serve...
    COM18. ModbusTCP Client via Siemens S7-1200/S7-1500 PLC and TIA Portal
    • COM18. ModbusTCP Clien...
    COM19. ModbusTCP Server via Siemens S7-1200/S7-1500 PLC and TIA Portal
    • COM19. ModbusTCP Serve...
    COM20. ModbusTCP - Siemens S7-1200/S7-1500 (Client) and Allen-Bradley CompactLogix (Server)
    • COM20. ModbusTCP - Sie...
    COM21. ModbusTCP - Allen-Bradley CompactLogix (Client) and Siemens S7-1200/S7-1500 (Server)
    • COM21. ModbusTCP - All...
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @noevizcarra2314
    @noevizcarra2314 2 ปีที่แล้ว

    Grand contribution Sir, thank you very much!

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

      Thanks my friend, glad the video could be helpful, Welcome!

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

    Good video in comm. Series.

  • @tiennguyenhuu8736
    @tiennguyenhuu8736 2 หลายเดือนก่อน

    Does the plc s7 1200 comunicate with CompactLogix 5300 need a extend module? I have only 1 plc compactlogix 5300 and 1 plc s7 1200. Thank you

    • @electricalautomation
      @electricalautomation  2 หลายเดือนก่อน +1

      no need the extra module, please find the detailed step of the implementation in the video.

  • @SunilYadav-nb9wp
    @SunilYadav-nb9wp 3 ปีที่แล้ว

    When I use visual studio 2017 in Twincat 3 then no option available for rename or delete in gvl and dut

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

      Your software might has problem. Try to use the version >= TwinCAT 3 4024

  • @mdshakhawathossain6010
    @mdshakhawathossain6010 2 ปีที่แล้ว

    Hello, how can Client acts as Master and Server acts as a slave. Plz correct it. Client is Slave and Master is server.

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

      My friend, Client is the role to actively send or receive the data, it is MASTER . Server is role passive, it is SLAVE. Please see the link www.simplymodbus.ca/TCP.htm

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

    Is there a way to transfer string data?

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

      A string includes 255 bytes (max), so sending bytes

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

      So I need to split the string and send it separately? Addition, if I have the Siemens as a Client, which tag type (like 16#00C1) can transmit alphabet ? Thank you so much in advacne!