LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to insert intensity graph into a picture box (cont...)

Hai
1.jpg file attached
sasi
0 Kudos
Message 1 of 3
(2,852 Views)
Hi

You can use a property node to grab a control bitmap and than throw it to the picture box ("Picture to Pixmap.vi", etc.). That will give you very poor quality, but sometimes it is enough.

The other approach is to generate a picture by direct methods like "Draw Point.vi", etc.

hope it helps
Pawel
0 Kudos
Message 2 of 3
(2,844 Views)
I'm probably missing something here, but why don't you use simply the graph cursors to do the job. Usin g property nodes, you can get the cursor position, convert it to a string, and use this string as name forv the cursor.
Have a look at the attached vi.

Happy New Wires !

CC
Chilly Charly    (aka CC)
0 Kudos
Message 3 of 3
(2,840 Views)