Discussion:
Streaming Data
Bob Lawrence
2016-10-30 12:52:31 UTC
Permalink
I have been looking at the KST Data Plotting application whch states
that it can be used for plotting 'live streaming data' . But how ? I
cannot see any reference to 'point' the program at a specific COM port
and configure the input data. I have a continuous ascii stream of data -
4 columns of temperature measurements. Are there any application notes
on how I can plot these 'live' as a continuous graph ??

Any help would be appreciated,
Barth Netterfield
2016-11-01 16:07:09 UTC
Permalink
Hi,

The architecture for kst is to separate data aquisition from the plotting. One
application accumulates data and dumps it to a file. kst monitors the file and plots
the results.

So your application is perfect.

Generally:

Start running data logger running.

start kst2.

start the data wizard ('w')
From the data wizard:
enter the file name
change update type to 'time interval' if it isn't that already
click 'configure' and adjust file settings. 'OK' when done.
'next'
double click on the fields you want to plot so they appear in the right col.
'next'
set the data range to specify what you want to read.
eg, 'count from end' and range 1000 will plot the last 1000
lines of the file, shifting over as new data comes in.
(note: INDEX is the row number).
'next'
set curve placement properties.
'finish'
You should have live updating plots.

cbn
Post by Bob Lawrence
I have been looking at the KST Data Plotting application whch states
that it can be used for plotting 'live streaming data' . But how ? I
cannot see any reference to 'point' the program at a specific COM port
and configure the input data. I have a continuous ascii stream of data -
4 columns of temperature measurements. Are there any application notes
on how I can plot these 'live' as a continuous graph ??
Any help would be appreciated,
Best Regards,
R.G.Lawrence
Loading...