06-28-2013 02:38 PM
Besides the guide here : https://decibel.ni.com/content/docs/DOC-8097
is there any other new method that can be implemented using LabVIEW 2012?
06-28-2013 02:42 PM - edited 06-28-2013 02:43 PM
The reason I'm asking is because this method shows extra values after seconds (as shown in the red circle)
06-28-2013 03:25 PM
Right click on the chart, select properties, then display format, and then set up the X axis for 2 digits.
-AK2DM
06-28-2013 03:36 PM - edited 06-28-2013 03:37 PM
@AnalogKid2DigitalMan wrote:
Right click on the chart, select properties, then display format, and then set up the X axis
for 2 digits.Custom time format/ vice system time and 0 digits the default system time usually includes %.3u (millisecond resolution)
-AK2DM
06-29-2013 02:27 AM
I don't really understand the second method you suggest but I tried the first and set the digit to '0' and it works. Thanks^^