LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

display date & time on graph(scale x)

i facing a problem where i cant allocated the date & time on my graph x scale. i realize that when the data are too large the x scale display some repeating date. how can i solve this problem??
change the path to the path where u allocated the test.txt.
Thank~
Download All
0 Kudos
Message 1 of 7
(3,679 Views)

Could you please elaborate more on the problem so I may be able to help you? Looking at your VI, I am not able to understand the purpose of the program.

Ankita

0 Kudos
Message 2 of 7
(3,636 Views)

the text file include date&time which i want to display on the scale x of the graph, so that the user can know when is their data is (eg: 1.3m in 28/2/06 9.00am). The problem is when the data too large the date display on the scale x will be duplicated, how i going to display the date correctly.

Thank

 

Regard

Terry

0 Kudos
Message 3 of 7
(3,618 Views)
I don't know what you mean by "duplicated", but here's a wild guess:
 
If your dates span more than a year, you probably should also display the year, not just day/month. You have it currently set to "Do not display year". Check your x-axis formatting.
 
0 Kudos
Message 4 of 7
(3,613 Views)

ya i think you rite, thank! after i show the 2 digit year out the graph look  nicer. Beside this One more question i would like to ask is whether the xy graph also can use the cusor legend like waveform graph??

that can let the user to scroll on the graph...Smiley Very Happy

Terry

0 Kudos
Message 5 of 7
(3,608 Views)
You can right-click on your xy graph and select "visible items...X scrollbar".
 
---> Now you can scroll the x-axis. 🙂
0 Kudos
Message 6 of 7
(3,593 Views)

what i mean is not the x scrollbar, i want to use a cursor to let user navigate through the graph and user can see the level and the date of the current cursor position... just like the waveform graph, cusor legend can bring the cursor to center and let user to move within the graph.Thank...Smiley Very Happy

Terry

0 Kudos
Message 7 of 7
(3,583 Views)