11-21-2005 01:16 PM
11-22-2005 04:08 PM
11-26-2015 08:42 AM
11-26-2015 01:50 PM
You chose an interesting time to bump this, as I just linked to this earlier today, but here's my contribution, and at least you didn't have to wait a decade for that - http://forums.ni.com/t5/LabVIEW/Independent-cursors-on-array-of-cluster-of-graphs-or-work-around/m-p...
This has some advantages, like allowing different types of "XControls" (not useful if you actually want to have an array of data, unless it's objects), simplifying the caller, making it easier to have more elements, making the code for each element simpler (you don't actually need an XControl), etc.
I never actually had a need for something like this in my code, so I didn't really develop it further, but if I wanted something like an array of XControls, I would probably modify it to use an array of DVRs to keep the data and simply have accessors for modifying specific elements and an accessor for reading the entire array value.