LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Ring control

Solved!
Go to solution

Is it possible to enter the values in a Ring Control properties box in hexadecimal form?

0 Kudos
Message 1 of 5
(3,576 Views)

Not through the dialog box that I know of.

 

But you can use the property node StringsAndValues[].  That would let you programmatically enter the data.  The value data you would send to it could then be in hexadecimal format.

0 Kudos
Message 2 of 5
(3,570 Views)
Solution
Accepted by rhillis2004

After you drop the ring control on the FP, command-click and select Display Format, and with the 'Numeric' dropdown selected (only choice on a text ring), choose 'Hexadecimal' in the type list.  Now when you go to the 'Edit Items' tab, the values should display in hex as shown.

 

Is that what you meant?

 

Dave

 

Ring dialog hex values.png

David Boyd
Sr. Test Engineer
Abbott Labs
(lapsed) Certified LabVIEW Developer
Message 3 of 5
(3,543 Views)

Yes!

Regards,
Yogesh Redemptor
0 Kudos
Message 4 of 5
(3,529 Views)

Yes you can. Ultimately in ther ring that is number only..For display enter in any manner as it really doesnt matter.

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 5 of 5
(3,525 Views)