LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

in-place for two clusters

Solved!
Go to solution

Hi

I am not sure about the in-place thing, how it works... I have a big array of clusters and I am making some calculations and put them in another array of clusters. How do I use the in-place thing to decrease memory use ?

When I add cluster at input in the in-place structure, the outside request the same cluster

Thanks for any ideeas

Regards 

0 Kudos
Message 1 of 5
(1,073 Views)

Hi nitad,

 


@nitad54448 wrote:

I have a big array of clusters and I am making some calculations and put them in another array of clusters.


So you have two inputs and two outputs…

Have you tried exactly this?

Best regards,
GerdW


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

You gave me an ideea, but let me check if this is correct...

One of the inputs will be a constant and one of the outputs will not be used.. is that it ?

thanks

0 Kudos
Message 3 of 5
(1,069 Views)
Solution
Accepted by topic author nitad54448

Hi nitad,

 


@nitad54448 wrote:

One of the inputs will be a constant and one of the outputs will not be used.. is that it ?


When the output is not used then you don't need the IPE structure for this array/cluster…

 

And the other input will be a constant!? Why do you need the IPE at all when you want to replace some entries in a constant array of clusters?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 5
(1,057 Views)

one of the outputs is not used in this vi, but is a part of a bigger cluster (and there some arrays calculations I don't need to copy the data for)

I did what you suggest, let me test, I'll tell if it's better, or not

regards

0 Kudos
Message 5 of 5
(1,045 Views)