06-20-2014 04:01 AM
Hello
I need a smaller overview of the actual waveform graph just to know the exact position where I am, when I zoom in and out of the graph for measurement purpose with a position cursor. Could anyone please help me how to do this. Thankyou in advance
Regards
Pratheek
Solved! Go to Solution.
06-20-2014 08:18 AM - edited 06-20-2014 08:19 AM
I would use the range properties of the zooming graph to set the position of the cursor in the overview graph.
Snipet:
Screenshot:
Could you send the data file, which is imported, please, if you need more help?
06-20-2014 08:25 AM
The actual mechanism can be different, depending upon exactly how you want to do it, but the basic idea is as follows:
Much of this is shown in the demo code for Generate and Display in Managing Large Data Sets in LabVIEW. This is the technique used by SignalExpress.
Take a look at the demo code and let us know if you need more help.
06-23-2014 05:13 AM
Hi ghighuphu
Thanks for the reply. I tried this method but its not working. Coming to the data file, Actually I'm working on a TDR oscilloscope. I need to compare the graph between a failure device with a good device. I dont have any actual waveforms from the oscilloscope so i'm just trying with sine and triangle wave and later on i'll replace the "simulate signal" block with the instrument driver. i'm fairly new to labview. could you please help.
Regards
pratheek
06-23-2014 05:52 AM
Hi DFGray
When I'm trying to use scale range change events for the waveform graph i'm not able to move the cursors at all. Could you please tell me how to do it. Thanks you in advance
Best Regards
Pratheek
06-23-2014 06:39 AM
It is working for me, see and run the attachment.
Your only WHILE loop waits for an event, so, to zoom and move the cursor (during that wait time), you have to build the zooming code in a separate parallel WHILE loop.
06-23-2014 06:44 AM
Could you please save it to Labview 10 and post it again
06-23-2014 06:53 AM
@pratheek wrote:
Could you please save it to Labview 10 and post it again
Sure, here you go.
06-23-2014 06:56 AM
Thanks alot........ It works exactly how i need
Regards
pratheek
06-23-2014 07:06 AM
You are heartily welcome!