Hi Taoncl,
I don't see how you got the data file from the milling machine.llb you posted earlier.
In the llb, your LVM files are set to overwrite, so you should only get one data point in the LVM file.
you need to set your LVM files to "append".
Also about the timing, just before you write the data, use a get
date/time, convert to dbl, and build into an array, you might need to
build array and use Concatenate inputs. then write this to an LVM, that
would make the 4th channel time, which you can pull out with an index
array function.
Regards
James