Hi Friends!
I am new to Labview and need some help. In a VI sescibed below I would like to know about optimizing the memory.
Problem: Needs to take the values of 7 physical quantities for three different time intervals. Each physical quantity has individual elements(which are clusters) whose number actually depends on the user input ( can be of any number).
What I have done: I had first constructed an
1. Array(Let it be array1 for discussion) of three elements(For three time intervals) each element is a cluster(Let be Level 1 Cluster)
2.Cluster(Level1) has 7 arrays(Let them be Level 2 arrays) to represent 7 physical quantities
From the concepts of arrays in the C each element of the array occupies same memory space. But does this concept applicable here. As I have elements in a cluster(level1) as arrays(Level 2). Each one of the array(Level2) could be of different size depending on user input.
If there is another way to handle them please help me with ur valuable suggestion.
Siddhu.