05-16-2016 08:38 AM
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
05-16-2016 10:03 AM
Is there any other option in which I can manage?
05-16-2016 12:42 PM
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.