From d1a3e740041044e8c2f4a65724bfd8cbc4c73048 Mon Sep 17 00:00:00 2001 From: haschtl Date: Wed, 7 Nov 2018 09:00:05 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81e97a5..eabe773 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # RealTime OpenControl (RTOC) ### Version: 1.6 +Compatible with Windows and Linux + ### Currently this README and the WIKI-documentation is only available in german. The software is available in english AND german, selectable in the menu. English translations for the documentation is following soon! Short description: RealTime OpenControl is a universal measurement, plot and control-software. It's purpose is to put measurements from different devices (for example 3d-printers, multimeters, power supplies, microcontroller,...) into one tool. Its fully expandable for every device with Python-Plugins and a running TCP-server. You can also control the devices (if your plugin has this functionality) with python-scripts, which you can write and run at runtime! This makes it also possible to plot everything else. There are some example-plugins and example-scripts included. It also offers an extended plotting-GUI with multiple plots, measure-tools, style-adjustments. @@ -14,13 +16,13 @@ Note: the english-translation is not perfect, some text isn't translated. This w - long-time-measurements - just playing around with plots -You can download the python3-sourcecode and run it with `python3 RTOC.py` or you can download the build from here and run it without python! +You can download the python3-sourcecode and run it with `python3 RTOC.py` or you can download the build from here and run it without python (currently Windows only!) ![Übersicht](screenshots/overview.png) RTOC starten: > python3 RTOC.py -> Alternativ wird hier ein BUILD bereitgestellt (inklusive Installer) +> Alternativ wird hier ein BUILD (inklusive Installer) bereitgestellt (bisher nur Windows!) RealTime OpenControl ermöglicht eine geräteübergreifende Messaufzeichnung. Außerdem kann man mit dem integrierten Python-Skript-Editor auf die Messdaten und Geräte zugreifen und mit diesen interagieren. Somit lassen sich langsame Regelungen zwischen mehreren Geräten realisieren.