ā01-31-2006 07:38 AM
I have an array of numeric controls and wish to modify the increment value of each array element.
The increment values are held in a .csv file & loaded on the press of a button.
I had hoped to use a property node to set the increment value when this button is pressed as I had earlier prototypes code for a single numeric control.
Note
1) For a single numeric control I select the control, right click then select create/property node/data range & select increment.
This adds a property node to the block diagram and allows me to change the increment value at run time.
2) If I select the array, right click then select create/property node there is no 'data range' option.
3) If I select an array element, right click then select create/property node/data range & select increment.
This adds a property node to the block diagram and allows me to change the increment value of all array elements at run time.
I want to have different increments for each element of the array.
Any thoughts?
ā01-31-2006 07:48 AM
ā01-31-2006 09:25 AM
To do what you want, you might want to look into using a Cluster.
ā02-01-2006 03:31 AM
ā02-01-2006 04:03 AM
ā02-01-2006 08:14 AM
ā02-01-2006 08:34 AM
ā02-02-2006 02:18 AM
ā02-02-2006 05:01 AM - edited ā02-02-2006 05:01 AM
Message Edited by David Crawford on 02-02-2006 05:01 AM
ā02-02-2006 09:58 AM