LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I programmatically change the display format radix of a numeric array?

 
0 Kudos
Message 1 of 5
(4,322 Views)
Basically, create a reference to an element in your array. Pipe that reference into a property node and select the "Display Format -> Format" property. See the attached VI for an example.
Message 2 of 5
(4,308 Views)

Whoops... and make sure you select the "Show Radix" option, which I did not do. 🙂

 

Here is a better example: 

0 Kudos
Message 3 of 5
(4,305 Views)

Thanks.  I was looking in the wrong place for the Display Format method. 

0 Kudos
Message 4 of 5
(4,283 Views)
Glad to help!
0 Kudos
Message 5 of 5
(4,278 Views)