2D Data plotter - OfficinaTurini

Go to content
Plot 2D
Data visualization program
Program for viewing and analyzing data recorded on file.
The expected input format provides ASCII characters according to a typical format of doublets, triplets or more of numbers, such as:

1, 123.5
2, 124.0
...
999, 137.6

In this case the separator character is given by the comma character, but it can also be a different one and is found automatically.
Binary formats such as .WAV or .IFF are also expected.
Once the data has been loaded, it is displayed in the form of vector graphics and can be viewed in different ways.
It is also possible to export the data of each curve displayed and print it.
There is also a mathematical interpreter that allows you to view arbitrary mathematical functions.
These are the basic functions and available operators of the interpreter:

Programma di visualizzazione ed analisi di dati registrati su file.
Il formato di ingresso previsto prevede caratteri ASCII secondo un tipico formato di doppiette, triplette o piú di numeri, come ad esempio:

1, 123.5
2, 124.0
...
999, 137.6

In questo caso il carattere separatore e dato dal carattere virgola, ma puó anche essere uno diverso e viene trovato in automatico.
Sono previsti anche formati binari come .WAV o .IFF
Una volta caricati i dati questi vengono visualizzati in forma di grafica vettoriale e possono essere visualizzati in modi diversi.
Si puó inoltre esportare i dati di ogni curva visualizzata e stamparla.
É presente anche un interprete matematico che permette di visualizzare funzioni matematiche arbitrarie.
Queste sono le funzioni di base e gli operatori disponibili dell'interprete:
PARSER FORMULAS SYNTAX

You may use mathematically-correct formulas, including brackets, functions etc.
+ Addition
- Subtraction and unary minus
* Multiplication
/ Division
^ Power
% Modulo
& Logical AND
| Logical OR
! Logical NOT
>, >= Greater or equal
<, <= Smaller or equal
!= Not equal
== Equal

General functions:
abs acos  asin
atan  avg(x,y,z,…)
bin    ceil  cos
cosh   fact  floor
hex    if     isNaN
log log10  max(x,y,z,…)
min(x,y,z,…)  rand()
rand(min, max) round
sin sinh  sqrt
sum(x,y,z,…)  tan
tanh
Il programma non necessita di istallazione ma lo puoi scaricare in una qualunque directory del tuo hard disk e da lí eseguirlo ...
É probabile che se non ti funziona tu abbia bisogno delle librerie C++ di cui sotto trovi il link ....

Se questa applicazione é di tuo gradimento e vuoi contribuire al suo sviluppo e miglioramento puoi fare una donazione .... Grazie!
The program does not require installation but you can download it in any directory of your hard disk and run it from there ...
Chances are that if it doesn't work for you, you need the C ++ libraries listed below ....

If this application is to your liking and you want to contribute to its development and improvement, you can make a donation .... Thanks!
Updated version: 2.0.0 - 21 November 2023, as x86 and x64
The program does not require installation, it is sufficient to unpack the archive and run the executable.
It may be that your system does not have the necessary libraries, therefore below you will find two Microsoft installations necessary for the relevant codes.
Tested on Win7/Win10 32 and 64 bit

Downloads:
Plot 2D x86

System libraries you may need ....

Revision History:
  • 1.0.0.1 2022/12/15 : First release
  • 2.0.0.0 2023/11/21: Full rebuild with VS2015 and Qt 5.10.1 - Minor bugs
Free counters!
VAT: IT 02230330504
(C) 2016-2024 Officina Turini, Tutti i diritti riservati
Back to content