Allen Bradley PLC Connecting To Ethernet/IP Devices

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

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

  • @bryanfrancisco-t7x
    @bryanfrancisco-t7x 8 หลายเดือนก่อน +1

    Sir is this the way allen Bradley use implicit message?

  • @engr.inigo.silva2000
    @engr.inigo.silva2000 ปีที่แล้ว +1

    Is this method used capable to stablish connection between PLC and LabVIEW?

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

      I understand that LabView is an NI (National Instrument) product, but I assume that you are trying to connect LabView to Allen-Bradley ControlLogix PLC vis CIP protocol? Ethernet/IP set is the correct way to connect to the Allen-Bradley ControlLogix PLC. Just have to ensure that the CIP path and IP address are correctly defined configured in the LabView driver.

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

    Thanks for this, great explanation!

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

    Could we use this generic module to establish connection between two Allen-Bradley PLCs?

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

      You can a detail article from my engineering blog below (using Agcromag device)
      xybernetics.com/techtalk/allen-bradley-plc-connecting-to-ethernet-ip-devices/
      What generic module are you trying to use?

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

      @@RabiGurungXybernetics When adding a device to the Ethernet BUS in the RSLogix, you can choose "Generic Ethernet IP Module" within the list. My objective is actually establish communication between a B&R PLC and an Allen Bradley PLC.

  • @adnan.iq1
    @adnan.iq1 3 ปีที่แล้ว +1

    How to do the reverse? How to send PLC values to gateway?

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

      You will have to write to the output tags as input tags are only for reading.
      In the video the output tags would be Agcormag.O.Data[0], Agcormag.O.Data[1], Agcormag.O.Data[2], etc.
      And the input tags would be Agcormag.I.Data[0], Agcormag.I.Data[1], Agcormag.I.Data[2], Agcormag.I.Data[3] and Agcormag.I.Data[4].

    • @adnan.iq1
      @adnan.iq1 3 ปีที่แล้ว +2

      ​@@RabiGurungXybernetics Shall be same for Prosoft's ETHERNET/IP to BACnet gateway?

    • @RabiGurungXybernetics
      @RabiGurungXybernetics  3 ปีที่แล้ว +2

      @@adnan.iq1 In ProSoft space, when you import the L5K file from ProSoft, it will create a few Controller Tags. The ones that you'd be interested would be MBTCP.Data.ReadData[XX] and MBTCP.Data.WriteData[XXX].
      MBTCP.Data.ReadData would be for you to read data from the ProSoft module.
      MBTCP.Data.WriteData allows you to write to the ProSoft Module.
      You can check out my TH-cam video about this. Link provided below.
      Look at the video at 21:38 where I talk about these tags (MBTCP.Data.ReadData[XX] and MBTCP.Data.WriteData[XXX])
      th-cam.com/video/8CF6zAwPF88/w-d-xo.html
      I have more ProSoft video coming over the next few days. One of which I will be demonstrate how to diagnose your ProSoft communication (on a live system) which can be a real pain.
      I hope this help!

    • @adnan.iq1
      @adnan.iq1 3 ปีที่แล้ว +1

      @@RabiGurungXybernetics Thanks a lot! If you are planning Prosoft anytime soon , a video on ETHERNET/IP to BACnet could be a life saver for me. I am aware of BACnet, MODBUS, KNX but ETHERNET/IP is new to me.

    • @RabiGurungXybernetics
      @RabiGurungXybernetics  3 ปีที่แล้ว +2

      @@adnan.iq1 To be honest, I have not worked on EtherNet/IP to BACNet but based on my experience working with a few ProSoft models for both media and protocol conversion, I know that the Allen-Bradley tag prefixes are different from ProSoft models but the suffixes are always the same, except when you gravitate towards using Allen-Bradley's PLC5 or the older version of SLC when they still use address based tagging.

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

    Hi, just saw that for configuration you entered 1280 instead of 128 as recommended by manual but thanks for the video