Hello,
I finally got my report generator to work, but there is still one problem. To create a graph, an array of doubles is needed. I have an array of strings, containing two columns, one with a value logged with the DAQ, and one with timestamps. Does anyone knows a way to convert this to an array of doubles?
An other thing is an excel thing: when I load the timestamp in excel, the cell is formatted in MM:SS, and it should be HH:MM:SS.uuu.
Does anyone has a solution? Thank you.