From 9ab9ff4485fab7a2ebedb08d84dfaca8e1818a25 Mon Sep 17 00:00:00 2001 From: Jens-Uwe Peter <31007027+pma-jup@users.noreply.github.com> Date: Sun, 25 Apr 2021 10:25:57 +0200 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1d43903 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# ADS + +This is a Beckhoff ADS implementation in pure LabVIEW, i.e. using TCP connections. + +## Current state +The code was used in a project for production porpuses but not tested under any circumstances. It also has almost none documentation so you should be familiar with ADS terminology. +It should not be used in production. If you would do so please contact me, so I can tell caveats and maybe change to code. Please feel free to adopt the code but commit to this project if you use it.