11-06-2009 07:19 AM
11-06-2009 08:16 AM
You can change the x-coordinate in the cursor legend like in a control.
you could also use the properties from graph to set a cursor. There you can programatically generate the appropriate x-values at once.
Regards
11-06-2009 10:34 AM
Well, I didn't understand!
I have a cluster with a graph, and in this graph the X-scale is 1sec
I show the 1sec in my screen but I only want to add some markers in this X-scale
Because I have a number that indicates me where I have to look on the graph[
like:
My samples are 3600
so, if my index show me 1800, I have to look at the middle of the graph
or if it show a number like 2255, I know that this number is from right of the middle
but I want to put some marker to can look better, and don't waste my time searching for it!
My graph is like that:
14:32:00 14:32:01
And I want something like that:
14:32:00 100ms 100ms 100ms 100ms 100ms 100ms 100ms 100ms 14:32:01
Something like that, its possible make it?
because I only know add markers clicking at the graph and add marking, but I need precision in this markers!
11-06-2009 05:20 PM
Sorry!
When I read marker I started thinking of cursors...
If you edit the marker value on the x-scale and the marker will move to the respective position. If you have selected uniform markers Labview will add additional markers if necessary.
Hope this helps
Regards
11-06-2009 06:16 PM
I'm not certain that I know what you're looking for, but this might contain something useful to you. The first property sets the format of the X axis as you described and the second sets the one-second range you mentioned. Perhaps you could post a picture of what you're trying to do?
11-09-2009 05:03 AM
Well the marker spacing is arbitrary
and I tryed put a marker and then edit the value but when I did it.. the marker desapear.
My X-scale is 1sec
and I wanna put 10 markers in 1sec
like one marker in 100ms
another one in 200ms
something like that
I tryed this:
12:31:00 is the beggining of the scale, so I add a marker and edit to: 12:31:00:100 and the marker disapear
I tryed put 100ms too, and desapear too.
So I don't know x(
11-09-2009 05:19 AM
11-09-2009 05:21 AM
11-09-2009 05:56 AM
Vsh, I can't disable X auto scale, because I use real time and I need it to show the correct time when I recorded.
Jorn, I tryed with komma and dot, also desapear when I change x(
11-09-2009 10:51 AM
Well guys, Thanks for the help but I already find the problem here!