Solution
DIAdemUnfortunately, it wouldn't be possible to view the full timestamps in DIAdem. Because, although the original raw data logfile contains the timestamps, DIAdem can not read it as it is. So it utilizes the
Bus Log Converter. Now, the
Bus Log Converter is currently designed in such a way that when it converts the file, it loses the original timestamps and gives out a time channel, that contains only the time difference (dt) information.
LabVIEWIn the LabVIEW
Display TDMS Logfile as Signals.vi example as well, it displays data against the time difference (dt) in the example's original form. However, as the original XNET logfile contains the full timestamps, you can modify the example to extract the original timestamps from the raw data logfile and then plot the signals against these timestamps.
Some LabVIEW functions that might help you in this modification are as follows: