dmroeder / pylogix

Read/Write data from Allen Bradley Compact/Control Logix PLC's
Apache License 2.0
598 stars 182 forks source link

Updates to 81_simple_gui.py file #160

Closed GitHubDragonFly closed 3 years ago

GitHubDragonFly commented 3 years ago

Short description of change

Multiple changes to GUI and functionality

Types of changes

What is the change?

What does it fix/add?

Better functionality of the app, more choices and information provided to users

Test Configuration

TheFern2 commented 3 years ago

Thanks for the PR, in retrospect simple gui might be a bad name since it does so much more than the original 80_simple_gui. Great work! I made the few changes you suggested, and the gui doesn't hang anymore while you put the IP and slot.

I've also fixed 80_simple_gui.py to import correct tkinter based on py2 or py3.