LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Combine 3 intensity graphs

Hi, I want to simulate heat distribution from 3 sources. Is it possible to combine/merge 3 looping intensity graphs into 1 intensity graph? I tried to use min max function but the result is weird.  Could you help me with some suggestions?

 

Thank you very much in advance!

0 Kudos
Message 1 of 7
(1,597 Views)

Hi Jodano,

 


@jodanjo wrote:

Hi, I want to simulate heat distribution from 3 sources. Is it possible to combine/merge 3 looping intensity graphs into 1 intensity graph?


Do you want to display those 3 images next to each other in a new graph?

Use array functions to build a larger graph…

 

Or do you want to use some math to calculate a combination of those 3 individual images?

What about adding them and change the scale? (Maybe you want to normalize those graphs to a common scale before adding them…)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 7
(1,586 Views)

Can you explain your use of the word "weird"? What do you expect to see instead?

 

Also please give attached pictures reasonable names. Which one is the weird one???

0 Kudos
Message 3 of 7
(1,582 Views)

The later one

0 Kudos
Message 4 of 7
(1,580 Views)

I tried to use minmax function, but it only allows 2 inputs. So I link 3 inputs like this

block diagram.png

 

And the result is this

result.png

0 Kudos
Message 5 of 7
(1,577 Views)

What is weird about it?

0 Kudos
Message 6 of 7
(1,575 Views)

This is heat distribution simulation, so the temperature value should spread more evenly. On the result, the left-bottom get larger, while the left-top and right-bottom part get smaller. So using min-max function is wrong here

0 Kudos
Message 7 of 7
(1,553 Views)