From 4b7a2fe5c2de782e0b267fc4395ee07837290583 Mon Sep 17 00:00:00 2001 From: chrisbeardy <20585410+chrisbeardy@users.noreply.github.com> Date: Wed, 10 May 2023 08:28:59 +0100 Subject: [PATCH 1/3] added notification to use stack overflow for questions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 07d1d92..40d06eb 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ for communicating with TwinCAT devices. *pyads* uses the C API provided by *TcAd Documentation: http://pyads.readthedocs.io/en/latest/index.html +Issues: In order to assist with issue management, please keep the issue tracker reserved for bugs and feature requests. For any questions, particularly around usage, route creation and ads error messages when reading or writing variables, please post a question on stack overfow using the tag `twincat-ads` and state you are using the pyads library. + # Installation From PyPi: From f8f936f8a38eada78b9cd8f708ba80f57bc4e0d7 Mon Sep 17 00:00:00 2001 From: chrisbeardy <20585410+chrisbeardy@users.noreply.github.com> Date: Fri, 12 May 2023 10:46:32 +0100 Subject: [PATCH 2/3] Update issue management message --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40d06eb..13bd3d4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ for communicating with TwinCAT devices. *pyads* uses the C API provided by *TcAd Documentation: http://pyads.readthedocs.io/en/latest/index.html -Issues: In order to assist with issue management, please keep the issue tracker reserved for bugs and feature requests. For any questions, particularly around usage, route creation and ads error messages when reading or writing variables, please post a question on stack overfow using the tag `twincat-ads` and state you are using the pyads library. +Issues: In order to assist with issue management, please keep the issue tracker reserved for bugs and feature requests. For any questions, particularly around usage, route creation and ads error messages when reading or writing variables, please either use [Stack Overflow](https://stackoverflow.com/) tagging the question with `twincat-ads` and state you are using the pyads library or use the [TwinControls](https://twincontrols.com/community/) Forum. # Installation From 1345ce65f48055e034a7552c4e7ccbfc8ad6af07 Mon Sep 17 00:00:00 2001 From: chrisbeardy <20585410+chrisbeardy@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:47:57 +0000 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13bd3d4..d3aab14 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ for communicating with TwinCAT devices. *pyads* uses the C API provided by *TcAd Documentation: http://pyads.readthedocs.io/en/latest/index.html -Issues: In order to assist with issue management, please keep the issue tracker reserved for bugs and feature requests. For any questions, particularly around usage, route creation and ads error messages when reading or writing variables, please either use [Stack Overflow](https://stackoverflow.com/) tagging the question with `twincat-ads` and state you are using the pyads library or use the [TwinControls](https://twincontrols.com/community/) Forum. +Issues: In order to assist with issue management, please keep the issue tracker reserved for bugs and feature requests. For any questions, particularly around usage, route creation and ads error messages when reading or writing variables, please either use [Stack Overflow](https://stackoverflow.com/) tagging the question with `twincat-ads` and state you are using the pyads library. # Installation