LABVIEW pacn-basic timestamp format

This forum covers third party software that is for example developed with our APIs
Post Reply
tuttoaldoc
Posts: 24
Joined: Fri 15. Mar 2019, 14:44

LABVIEW pacn-basic timestamp format

Post by tuttoaldoc » 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

Code: Select all

{
int32 millis:
int16 millis_overflow;
int16 micros;
}
organized I guess as |millis | millis_overlow | micro_msw | micro_lsw| ?
thanks for the support
Michele
Last edited by K.Wagner on Mon 6. May 2019, 10:23, edited 1 time in total.

K.Wagner
Software Development
Software Development
Posts: 1080
Joined: Wed 22. Sep 2010, 13:36

Re: pacn-basic timestamp format

Post by K.Wagner » Mon 6. May 2019, 10:50

Hello,

Yes, you are right.For questions and further information about the KDI driver, please contact Mr. Kunze: support@digiinst.de.
Best regards,
Keneth

Post Reply