Metadata-Version: 1.1
Name: awlsim
Version: 0.33
Summary: S7 AWL/STL Soft-PLC
Home-page: http://bues.ch/cms/hacking/awlsim.html
Author: Michael Buesch
Author-email: m@bues.ch
License: GNU General Public License v2 or later
Description: Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
        
        Depending on the host machine and the Python interpreter used, it achieves
        good performance of several thousand to millions of AWL/STL instructions
        per second. German and english AWL/STL mnemonics are supported.
        
        Awlsim can emulate CPUs with two and four accumulator registers (S7-3xx and
        S7-4xx).
        
        Compatibility to S7 hardware is taken seriously by the awlsim project. We want
        to be as close as possible to the real PLC hardware with our AWL/STL code
        execution. For this reason awlsim ships an extensive selftest suite. Missing
        features and differences between awlsim and Step 7 are documented in the
        COMPATIBILITY.txt and TODO.txt files. If you find any undocumented bugs and
        incompatibilities to a real PLC CPU, please contact us.
        
        Awlsim is Open Source Free Software licensed under the GNU General Public
        License v2+. That means it's available in full source code and you are
        encouraged to improve it and contribute your changes back to the community.
        Awlsim is free of charge, too.
        
        
        The official website of awlsim is:
        http://bues.ch/cms/hacking/awlsim.html
        
Keywords: AWL,STL,SPS,PLC,Step 7,Siemens,emulator,simulator,PROFIBUS,LinuxCNC
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: Jython
Classifier: Programming Language :: Python :: Implementation :: IronPython
Classifier: Topic :: Education
Classifier: Topic :: Home Automation
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Interpreters
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Emulators
