LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying values on the intensity graph directly - MLX90621

Solved!
Go to solution

Hello All, 

 

I am trying to plot the temperature values directly on the intensity graph instead of having a separate array as shown.

Is there an option or a way to do this ? Please Advise 

 

Atif

0 Kudos
Message 1 of 8
(3,043 Views)

Hi Aaatif,

 

I am trying to plot the temperature values directly on the intensity graph instead of having a separate array as shown.

You already do so:

check.png

So what's the problem?

Where do you have a "separate" array?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 8
(3,033 Views)

Hi 

 

0 Kudos
Message 3 of 8
(3,023 Views)

Hi Aaatif,

 

several options:

- make the numeric array transparent (both the element and the array container). Then put it in front of your intensity graph to have the numbers in front of the colors

- fake the intensity graph by using colorboxes: use the same approach as before and put a numeric indicator in front of a colorbox (one per array element)

- draw the numbers into a 2D picture, then use that image as "front image" of the intensity graph (see it's property nodes!)

- use annotations of the graph to "draw" the numbers at the right position

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 8
(3,013 Views)

 

Thank you on your advise and patience to type so many options for me, would try one of these and keep you updated if i succeeded.

 

Best Regards,

Atif.

0 Kudos
Message 5 of 8
(2,993 Views)

Hi GerdW, 

 

Using this - - make the numeric array transparent (both the element and the array container). Then put it in front of your intensity graph to have the numbers in front of the colors.

 

I got the concept of making the 2D array transparent, How does on put (overlay) it in front of the intensity graph?

Attached is what i tried .vi

Atif

0 Kudos
Message 6 of 8
(2,987 Views)
Solution
Accepted by topic author Aaatif

Hi Aaatif,

 

I got the concept of making the 2D array transparent,

You only made the array element transparent, but not the array container itself.

Did this for you…

 

How does on put (overlay) it in front of the intensity graph?

You set the numeric array to front, then you move it over the intensity graph…

See attachment.

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 7 of 8
(2,980 Views)

Hi

Thank you so much .. that did it ..

Will attach the final .vi below it could help some one out too.

 

Best Regards 

Aatif

Download All
0 Kudos
Message 8 of 8
(2,977 Views)