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,512 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,508 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,504 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,491 Views)