09-08-2008 08:24 AM
Dear All,
I have a graph where i am plotting 4 channel data.
I want to put markers on each channel.
By Markers, i mean small dots on the plot which gives me the x-difference between the two. And, one more thing, the markers should only move on the plot and not elsewhere.
I know something can be done with the cursors in the graph pallete. but, they take a lot of place in the graph. 1 horizontal and 1 vertical line for each plot would add to alot more confusio.
I am putting a picture to make things more clear of what i want. Black line represents the data and on it i have placed 2 red markers.
Juat have a look at the pic and let me know if that thing is possible in LabView??
Thanks
09-08-2008 09:33 AM
09-08-2008 09:37 AM
09-10-2008 03:48 AM
Hi,
Thanks alot for the sloution.
Yes, with the Attributes i just got what i was looking for.
but somehow i couldn't get how to play around with them via property node.
I have placed 2 cursors on the plot. i want to display the x-difference between the 2 cursors. With the property node, i was just able to manipulate the 1st Cursor, and not the second. Any idea how can i play around with the 2nd Cursor.
And also i want an indicator just above the 2nd Cursor which shows the x-difference between the 2 Cursors. How is this possible?
Thanks
09-10-2008 06:30 AM - edited 09-10-2008 06:33 AM
Use the active cursor property as shown in attached VI
Read each cursor's x co-ordinate using 'cursor.PosX' property node and find their difference
Regards,
Dev
09-10-2008 06:41 AM
Thanks alot.
I got the way.
Is there anyway i can place an indicator just on top of the 2nd cursor(and moves along with it) which displays the x-difference b/ween the 2 cursors ?
I can place an indicator on top of the cursor but its position remains static. I want the indicator to move with the cursor.
09-10-2008 07:18 AM - edited 09-10-2008 07:21 AM
Simpler Method>> just keep renaming the 2nd cursor with the x difference
Look at at attached VI
Ofcourse you could do further string concatenations/ modifications to customize what you want to display
09-10-2008 07:59 AM
09-10-2008 08:09 AM
09-10-2008 08:26 AM