LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to display "0.2m" but automatically converted to "200u"

Solved!
Go to solution

Hi, on numeric control, I configured display format as "SI".

"0.2m" is forced to "200u". I don't need the feature. I want to display "0.2m" as "0.2m".

"1.2m" is not forced..... Ummm

 

Does anyone have good idea? (Sorry but I don't want to develop Xcontrol)

 

image.PNG

Please don't make the display "200.00u" : (

 

Certified LabVIEW Developer
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

GCentral
0 Kudos
Message 1 of 3
(2,499 Views)
Solution
Accepted by Tepig

SI does not allow fraction only.

 

If it is always milli, you can multiply the value by 1000 and use an advanced format of "%.01fm".

Or you could use a string indicator and create a subVI to do any formatting you want.

Message 2 of 3
(2,485 Views)

Hi altenbach, Im really honored to get your reply.

OK, SI rule doesn't allow such display, right?

 

I will develop subVI. Thanks.

Certified LabVIEW Developer
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

GCentral
0 Kudos
Message 3 of 3
(2,475 Views)