Using Pylogix to Read PLC Data through a Python3 GUI

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

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

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

    Subscribe: mmini.me/Subscribe-4-Updates
    Other socials:
    Facebook: facebook.com/OnlinePLCSupport
    LinkedIn: www.linkedin.com/in/shane-welcher-sr/

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

    Problem to run the application, I'm using w11. It doesn't seem to recognize the Pylogix library.
    Any recommendation ?

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

      I would recommend using Visual Studio

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

    Thanks you very much, sir!

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

    Do you know how many connections of Enet card t it is consuming when reading a tag?

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

      Look at the ethernet card diagnostics

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

    [WinError 10061] No connection could be made because the target machine actively refused it....plzz help with this
    i have bachmann using IEC protocal

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

      Check out the Internet Properties, Connection tab, LAN Settings were set to Proxy Server, change it to automatically detect settings, and try it.

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

      @@ShaneWelcher hi,Thanks for ur reply. Now let me know whether pylogix will connect the bachmann PLC.

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

      Not sure, I only use Rockwell Automation.
      Visit the GitHub for more data
      github.com/dmroeder/pylogix

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

    Can you make a video to compare pylogix, pycomm3 and ethernet-ip nodejs products as any other similar products who may exists ? Thanks.

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

      Long story short, anything wit a GUI is much better.
      So far on GitHub, PyLogix is the winner.

    • @robertoguerra5375
      @robertoguerra5375 3 หลายเดือนก่อน

      I am also debating pylogix vs pycomm3…
      I chose pycomm3 in my last project because it can send UDT tags

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

    Does this code work for Omron Plcs that run with sysmac studios?

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

      Not sure
      Reach out to the person on GitHub that wrote the code.
      Or search GitHub for that brand

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

      @@ShaneWelcher Thanks

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

    Can I do it for other PLCs like Beckhoff?

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

      I'm not sure, I have only tested this with Rockwell Automation however, as long as the communication protocol is Ethernet then I would think it would work exactly as I show.
      And if by chance it doesn't then visit the GitHub page then request an update.
      Hope this information helps.

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

    It would be nice to use python to pull data of the process and send it to a db after.

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

      You can, you just need to add the SQL database info into the script

  • @Dexter.amr88
    @Dexter.amr88 ปีที่แล้ว

    Is it necessary to have rslinx installed to establish communication?

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

    how to connect with emulator

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

      It's not built for that currently from what I know, check the GitHub page to see if they made edits or request edits

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

      @@ShaneWelcher okay thanks, I have done some research and found TH-cam videos to connect using softlogix. Thanks for your reply.

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

      @@krishnapalsinghrathore4997 You can connect pylogix to RSEmulate. Pylogix must be running on the same machine as emulate. The key to making this work was the connection size. Pylogix automatically sets the connection size to the correct value if it fails to connect at the default size. Edit: make sure you are using pylogix v0.7.15 or newer.

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

      @@dustin9480 thank you I will try it