Search found 4 matches

by peterh337
Mon May 05, 2014 2:53 pm
Forum: PicoLog
Topic: How to create a CSV file with date/time, and graph config?
Replies: 5
Views: 7555

Re: How to create a CSV file with date/time, and graph confi

The .pls file also doesn't save the max logging period, which keeps defaulting to 500 samples. I found this out to my cost today when doing a very difficult to set up experiment, and discovered that I lost a chunk of the data which should have been logged. It looks like the only reliable way of usin...
by peterh337
Sun May 04, 2014 6:41 pm
Forum: PicoLog
Topic: How to create a CSV file with date/time, and graph config?
Replies: 5
Views: 7555

Re: How to create a CSV file with date/time, and graph confi

Yes - this works, thank you.

2 observations:

1) It doesn't help with the graph config, as far as I can see
2) There is a limit on the number of samples of 65535

But that's OK because I am now logging just one per second.
by peterh337
Thu May 01, 2014 3:31 pm
Forum: PicoLog
Topic: How to create a CSV file with date/time, and graph config?
Replies: 5
Views: 7555

Re: How to create a CSV file with date/time, and graph confi

No replies... It would appear that my only option for generating a CSV file with HH:MM:SS in the time column is to use a formula to convert the seconds into HH:MM:SS by dividing by 3600 to get hrs, dividing the remainder by 60 to get minutes, and the remainder is seconds. That is easy enough. Confirm?
by peterh337
Tue Apr 29, 2014 1:51 pm
Forum: PicoLog
Topic: How to create a CSV file with date/time, and graph config?
Replies: 5
Views: 7555

How to create a CSV file with date/time, and graph config?

1) I am using PS6 and doing Save As always writes out a CSV file with the sample number (1 2 3 ... ) in the first column. I need a CSV file with the computer time in it e.g. 10:30 2) Is there any way to make the program start up with the graph in Scroll mode and with a specific number of samples on ...