11-28-2014 09:34 AM
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.
11-28-2014 09:40 AM
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.
11-28-2014 09:51 AM
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
11-28-2014 10:07 AM