LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I change the precision of a numeric array indicator using property nodes ?

I want to change the precision of a numeric array indicator programatically using property nodes. I tried to see all the array properties but I couldn't find it. URGENT !!!
0 Kudos
Message 1 of 6
(3,993 Views)
- creat a proberty Node
- mark it, right 'mous Button (the lower Part)
- under Properties\Format&Percision\Percision
0 Kudos
Message 2 of 6
(3,993 Views)
Make sure you pop up on the numeric inside the array and create the property
node, rather than popping up on the array itself; this way the "Format &
Precision" settings are visible.

RA Eletro wrote in message
news:506500000008000000C12E0000-1003545641000@exchange.ni.com...
> I want to change the precision of a numeric array indicator
> programatically using property nodes. I tried to see all the array
> properties but I couldn't find it. URGENT !!!
Message 3 of 6
(3,993 Views)
If you want to change the precision of an element in an array you must first get the reference to the array element. Then raise the reference to the more specific class of a digital numeric. Use a property node connected to that reference to set the precision. See the attached vi for an example.

Brian
0 Kudos
Message 4 of 6
(3,993 Views)
DOH, CraigGraham's answer is much easier than mine...
0 Kudos
Message 5 of 6
(3,993 Views)
I have an array of meters that is a cluster. Can I have different precision per meter? If you change the precision of one meter it makes all the rest to that precision.
0 Kudos
Message 6 of 6
(3,993 Views)