LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Data with chart and cursor.

I have 5 data which I need to continously acquire and display. Also user can go back and check the datas i.e. cursor. 

 

I am able to show all data using chart with (Stack plot) but cursor I am not able to add cursor as it is not supported. Attached image.

 

Any other suggestion?  I am using LV2011

 

Untitled.png 

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 1 of 3
(2,901 Views)

 Is there any other option in which I can manage?

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 2 of 3
(2,882 Views)

Yes, cursors are not supported on chart. 

You can accumulate data manually and display them on waveform graph. Initialize history before loop and use rotate array to add points.

But I do not see way to stack waveforms (except several indicators or manual offset for each graph + slide indicators as custom y scales)

 

Also you can put empty waveform, use it's cursor, match coordinates, use coordinates to xy method to transform points to location on axis.

Waveform with cursor can be either on top or on bottom.

0 Kudos
Message 3 of 3
(2,868 Views)