From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

need to create property node (value) for a bunch of controls (same data type) in my front panel in one shot

I need to create property node (value) for a bunch of controls in my front panel in one shot. Is there any way to do this? All the controls are of same data type.

0 Kudos
Message 1 of 4
(2,304 Views)

I take it you don't need to make for all controls on the front panel?

 

Select all the controls you want, right-click->create reference, build array of references, use a property node in an auto-indexing for loop to read all values, handle values from the output array.

Best regards,

Jarle Ekanger, MSc, PhD, CLD
Flow Design Bureau AS

- "The resistance of wires in LabVIEW is not dependent on their length."
0 Kudos
Message 2 of 4
(2,300 Views)

Hi,

 

I am using a state machine with events, and all these property nodes has to be used inside individual events. Events are handled by different controls ofcourse. 

 

Juvin

0 Kudos
Message 3 of 4
(2,296 Views)
Put the refereres in ***** cluster, wire it to the event structure
Best regards,

Jarle Ekanger, MSc, PhD, CLD
Flow Design Bureau AS

- "The resistance of wires in LabVIEW is not dependent on their length."
0 Kudos
Message 4 of 4
(2,283 Views)