LABVIEW pacn-basic timestamp format
Posted: Fri 3. May 2019, 17:24
Hello,
I'm using pcan-basic in labview callin pcan-read. I checked in the forum and I did some tests and it seems the 64bit timestamp output for pcan-read is a structure. I found that
https://www.peak-system.com/forum/viewt ... tamp#p7503
so is it a structure like
organized I guess as |millis | millis_overlow | micro_msw | micro_lsw| ?
thanks for the support
Michele
I'm using pcan-basic in labview callin pcan-read. I checked in the forum and I did some tests and it seems the 64bit timestamp output for pcan-read is a structure. I found that
https://www.peak-system.com/forum/viewt ... tamp#p7503
so is it a structure like
Code: Select all
{
int32 millis:
int16 millis_overflow;
int16 micros;
}
thanks for the support
Michele