Hello there,
I need to read data from a serial sensor. The data is 8 bytes (unsigned integer) and it is a timestamp, defined as ms since 01/01/1904.
Does anyone have an idea of how to achieve this with a Campbell CR1000 since as far as I know the variables can be up to 4 bytes (Long format) and the data is 8 bytes?
Thanks in advance
You could store it in two 32-bit integers. It won't display correctly on the datalogger. However, you could put it back together in post processing.