msTimestamp (Structure)

Top  Previous  Next

Architecture:

NX32L

Device support:

NX-200, LX2

Firmware version:

1.50.00


Structure to read a timestamp from a logger buffer. See msLoggerNext and msLoggerRead.

 

Fields:

Time : DINT

The timestamp of the dataset. Represents milliseconds elapsed after the logger was started.

 

 

Declaration:

STRUCT_BLOCK msTimestamp;
  Time     : DINT;
END_STRUCT_BLOCK;