06-16-2010 10:56 PM
Dear Sir,
Can anyone teach me how can i maintain the history of the previous annotations that i defined on a graph earlier? Right now, it seems that once i create another new annotation list, all the previous annotations that i define earlier will be cleared.
Attach is an example to create one annotation list. How do i maintain the previous annotations if i create another new annotation list again?
Solved! Go to Solution.
06-16-2010 11:00 PM
You would store your array of annotations in a shift register, then build any new annotations onto that array and write them back to the property node.
Though your VI is missing a loop to keep it running. Is this a subVI of another VI?
06-17-2010 06:16 AM
Dear Ravens,
If one of my annotation list output is already 1 D array and the other annotation list is also 1D array, how do i actually combine them to a new annotation list? Both annotation arrays have different dimensions and i cant combine them together resulting in an error.
Is there any way to work around this?
06-17-2010 08:40 AM
Build Array.
Right click on the function and select Concatenate Inputs. It will take two 1-D arrays and append them to each other giving you one longer 1-D array. Its normal mode when you first drop it would be for that not to be selected, in which case, it would take the two 1-D arrays and make them into one 2-D array.