05-06-2023 08:16 AM - edited 05-06-2023 08:18 AM
Hi,
I am writing a LabVIEW program for real-time spectral analysis of a camera. I want to draw spectral lines on the intensity graph in a one-to-one correspondence. I am not sure which properties to modify to achieve this functionality, and this is what I have tried so far. Thank you for your help.
Solved! Go to Solution.
05-06-2023 08:26 AM - edited 05-06-2023 08:57 AM
We have absolutely no idea what you did to create your graph, so we cannot really give advice.
I would use mouse events to get the pixel and update the overlay using "plot images".
(very old example, there are many more)
05-06-2023 09:57 AM
Thanks very much! Thank you very much!
I believe that I can solve the problem through your example.
05-08-2023 03:08 AM
Hi!
I have a little confusion that I would like to consult. How to display and control the colorbar of an intensity graph in the VI in the example? I have tried but it cannot be displayed directly.
05-08-2023 09:12 AM
@astro1024 wrote:
I have a little confusion that I would like to consult. How to display and control the colorbar of an intensity graph in the VI in the example? I have tried but it cannot be displayed directly.
Yes, something seems corrupted with that graph. I would create a new one.
05-09-2023 01:45 AM
I have found a solution.
Right click the Intensity Graph, on the popup menu, => Visible Items, make sure both Z Scale and Ramp are checked.