Re: Problem in writing to a property node of a cluster



I took the liberty to modify your VI for an alternative approach (LabVIEW 7.1). You should keep your array of 32 clusters in a shift register and show only a single cluster as a front panel control.

- Selecting a different transducer from the listbox on the left will load its settings into that control via a local variable.

- Any changes to the settings will modify the currently selected array element

- At any give time, a boolean array shows which transducers have changed settings

- At any given time, a listbox summarizes all settings.

Let me know it this makes sense to you. These are just some ideas, modify as needed. Good luck! :)


How_to_write_to_a_clusterMOD.vi:
http://forums.ni.com/attachments/ni/170/140865/1/How_to_write_to_a_clusterMOD.vi
.



Relevant Pages

  • Re: Changing array element properties?
    ... you can't modify the settings for the individual elements in an array. ... Basically, it's a 2D string array, but you can modify the color of each cell separately. ...
    (comp.lang.labview)
  • Re: Cascading Windows
    ... I've been suspicious for some time that Word 2003 changes settings all by ... Dim Upper As Long 'Upper boundary of array ... Do While Len> 0 ' Loop to put files into an array ... and allowing me to use the bottom 50% for the other 2 apps). ...
    (microsoft.public.word.customization.menustoolbars)
  • Re: Internet Explorer cant find Favorites Folder - How to fix??
    ... Regedit will display REG_EXPAND_SZ ... > How do you modify or add a new value of the type REG_EXPAND_SZ? ... I will get this matter put to bed! ... because IE rewrites its settings when it closes. ...
    (microsoft.public.win2000.general)
  • Re: Word 2007 Styles
    ... You can *modify* the Normal style but you cannot replace it with a different ... To change the default settings, ... this template" option, and click OK. ... To control which styles are displayed on the Home tab, modify (see the Edit ...
    (microsoft.public.word.docmanagement)
  • Re: passing parameters by reference
    ... Try thinking of it this way: everything in Lisp is passed ... If you passed in an array, any changes you make to array elements ... and see that it does not necessarily modify its argument. ... A macro call looks syntactically ...
    (comp.lang.lisp)