Search code examples
labviewwaveform

How do you modify a waveform graph in labview to display the time axis in milliseconds instead of seconds?


In the following LabView diagram:

enter image description here

The waveform I get looks triangular, but I am expecting it to look more like square pulse waves. How can I change the time axis to display in milliseconds instead of seconds?


Solution

  • You can change the display of the x-format to %<%3u>T, this is selectable from the properties.

    enter image description here

    This however will add a decmal sign to the timestamp.