/checkstep

Python Code that checks AWL Code (Siemens Step7 Codes)

Primary LanguagePython

Check AWL Step7

There are two functions:

  1. Check if the Network has a comment
  2. Check if the Network name and FB Name are the same needs to implement the Symbol File

Creating a executable

  1. Change the checkStep.py format to pyw (It won't open the command window)
  2. Go to CMD and write
  3. Write ---> pyinstaller C:..\checkStep.pyw --onefile

Python - Check AWL Step7