README.txt 1.1 KB

123456789101112131415161718192021222324
  1. Awlsim is a free Step 7 compatible AWL/STL Soft-PLC written in Python.
  2. Depending on the host machine and the Python interpreter used, it achieves
  3. good performance of several thousand to millions of AWL/STL instructions
  4. per second. German and English S7 AWL/STL mnemonics are supported.
  5. Awlsim can emulate CPUs with two and four accumulator registers (S7-3xx and
  6. S7-4xx).
  7. Compatibility to S7 hardware is a task taken seriously by the awlsim project.
  8. We want to be as close as possible to the real PLC hardware with our AWL/STL code
  9. execution. For this reason awlsim ships an extensive selftest suite. Missing
  10. features and differences between awlsim and Step 7 are documented in the
  11. COMPATIBILITY.txt and TODO.txt files. If you find any undocumented bugs and
  12. incompatibilities to a real PLC CPU, please contact me (see project website).
  13. Awlsim is Open Source Free Software licensed under the GNU General Public
  14. License v2+. That means it's available in full source code and you are
  15. encouraged to improve it and contribute your changes back to the community.
  16. Awlsim is free of charge, too.
  17. The official website of awlsim is:
  18. http://bues.ch/h/awlsim