Introduction
When you input timestamped data, such as a waveform, into a waveform chart, the chart will begin updating starting from the right and working toward the left. This is because LabVIEW references 06:00.00.000 PM 12/31/1903 as the beginning time stamp and if the timestamp for the data being input come after that reference date and time chronologically, it will always start from the right. So in order to have the data start from the left to right, you need to replace the timestamp of the waveform being wired to the waveform chart with the LabVIEW reference date.

