LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

edit multiple objects simultaneously

Hi LV'ers,

 

 

I am using LV 8.5.1 version. is it really not capable to edit multiple objects simultaneously in 8.5.1 version? I can't do it in my program that's why until now i need to edit objects one by one (grrr...! time consuming!).

 

7.jpg

Ivel R. | CLAD
0 Kudos
Message 1 of 2
(2,211 Views)

Correct.  The ability to edit multiple objects at once came with a much more recent version of LabVIEW.

 

If you have a lot of editing to do, you can create an array of references of all the objects you want to act on.  Use a For Loop surrounding a property node for the items you want to change with the array of references feeding into that loop with auto-indexing turned on.

 

Run your code so that the properties get updated.  When you're done, delete the extra code and save the VI so the updated controls get saved.  Basically let LabVIEW programmatically modify the controls for you.

Message 2 of 2
(2,201 Views)