Skip to content

Commit

Permalink
update readme for problem mentioned in #64
Browse files Browse the repository at this point in the history
  • Loading branch information
drunsinn committed Jun 20, 2024
1 parent 151346b commit de3647d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ These changes where made intentionally to make further development easier. See t
```
vermin --no-parse-comments .
```
The results indicate that pyLSV2 should work with python 3.5 and even with 3.4 if you install
The results indicate that pyLSV2 should work with python 3.6 and even with older versions if you install
the packported modules argparse, enum and typing. While argpares is only used in the demo script
the other two are necessary. Therefore it should be possible to use pyLSV2 with the current version
of [IronPython](https://ironpython.net/) if you install these two modules.
Expand Down
5 changes: 5 additions & 0 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ For iTNC 530:
- open the MOD dialog and enable the external access by toggling the soft key "External access"
- restart control

For iTNC 530 programming station:
- open the MOD dialog and enable the external access by toggling the soft key "External access"
- close and disable virtual keyboard (only one MONITOR connection can be active at a time)
- restart control

For TNC 320, 620, 640
- open the MOD dialog
- navigate to Machine settings/External access
Expand Down

0 comments on commit de3647d

Please sign in to comment.