LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dispaying a waveform graph with control of the cursor in the document.

I would like to be able to control the cursor when I save my waveform graph in html. I'm currently saving the graph through the report vi's
0 Kudos
Message 1 of 5
(3,215 Views)
I am not sure I understand your question. Do you want to simply control where the cursor is on the picture you are appending to the html report. If so then when you use the Append Control Image to Report VI it basically takes a snap shot at that moment and displays it. Therefore you just need to place the cursor where you wnat it before you add the image.

To programttically control the cursor you will need to use property nodes of the Waveform Graph. A good start would be the property cursor>>cursor position>>all elements.
Message 2 of 5
(3,215 Views)
Thanks for the response. I wanted to have control of the cursor in the saved html document. We have an Oros Spectrum analyzer and with the reports function you can save a spectrum to a word or html document and actively use a cursor to view the peaks within the document. I called NI on this and they did not seem to think it possible. Thanks again for your response.
0 Kudos
Message 3 of 5
(3,215 Views)
One solution may be to use remote fron panels. Therefore you could have a VI embedded in the web page and can do what ever you would on a VI in the web page.
0 Kudos
Message 4 of 5
(3,215 Views)
Thanks, I'll give it a try.
0 Kudos
Message 5 of 5
(3,215 Views)