LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
jwdz

Numeric Ring(Numeric Combo Box)

Status: Declined
This feature already exists in LabVIEW

I have a Group of numeric values.Such as

1.0

0.866

 0.5

0.2

0.1

0.0

I want to create and update a drop down menu so a user can select a numeric value(Direct calculation,do not Converted form a string), a bit like a combo box.

 

DBL to DBL.png

 

Hope to have this controls in the labVIEW!

 


" 一天到晚游泳的鱼"

labview@263.net

我的个人网站:LabVIEW——北方客栈 http://www.labview365.com
欢迎加入《LabVIEW编程思想》组——http://decibel.ni.com/content/groups/thinking-in-labview
12 Comments
tst
Knight of NI Knight of NI
Knight of NI

The ring control (in the ring and enum palette) is a numeric and it does exactly that. I believe its representation can be changed to floating point.

 

The difference between a ring and a combo box is that the user cannot type values into a ring, but my understanding is that you don't want that.


___________________
Try to take over the world!
jwdz
Active Participant

To tst

 

The ring control is v16(Default Data Type)

 

V16.png

 

its representation can be changed to floating point(DBL)

 

DBL.png

 

My hope to output of "Nuneric ring" by DBL.

 

items=0.866(DBL),output of ring=0.866(DBL).

 

Sorry,My English is poor!

" 一天到晚游泳的鱼"

labview@263.net

我的个人网站:LabVIEW——北方客栈 http://www.labview365.com
欢迎加入《LabVIEW编程思想》组——http://decibel.ni.com/content/groups/thinking-in-labview
jwdz
Active Participant

this

 

ideal.png

" 一天到晚游泳的鱼"

labview@263.net

我的个人网站:LabVIEW——北方客栈 http://www.labview365.com
欢迎加入《LabVIEW编程思想》组——http://decibel.ni.com/content/groups/thinking-in-labview
AristosQueue (NI)
NI Employee (retired)

You can build an XControl to be this type of ring.

crossrulz
Knight of NI

Just make your "values" what your "Items" is in the Edit Items tab.  If you have Seqeuncial Values unchecked, then you can edit the values that correspond to each item.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
jwdz
Active Participant

Sorry, my English is so bad!


I mean to create such a "Numeric Controls" in LabVIEW, for everyone to use.

 

Xcontrol too complicated to use, the purpose is to simplify the graphical code.

 


" 一天到晚游泳的鱼"

labview@263.net

我的个人网站:LabVIEW——北方客栈 http://www.labview365.com
欢迎加入《LabVIEW编程思想》组——http://decibel.ni.com/content/groups/thinking-in-labview
RavensFan
Knight of NI

Doesn't Crossrulz's suggestion solve your problem?

jwdz
Active Participant

Is the language problem,I uesd translate.google.cn, just started not to see to understand. Now I see!

And learn new skills!

Thank you! Everyone!

" 一天到晚游泳的鱼"

labview@263.net

我的个人网站:LabVIEW——北方客栈 http://www.labview365.com
欢迎加入《LabVIEW编程思想》组——http://decibel.ni.com/content/groups/thinking-in-labview
Laura F.
Active Participant
Status changed to: Completed
 
G-Money
NI Employee (retired)
Status changed to: Completed
This feature already exists in LabVIEW