Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Reading 8 bytes serial data in CR1000


luisfgranada Aug 30, 2017 04:37 PM

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


JDavis Sep 5, 2017 03:32 PM

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.

Log in or register to post/reply in the forum.