LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

custom units ºC

I'm using LV8.2.1 and i'm trying to get my indicators to display units of "ºC".....but the VI responds with "?ºC". How can I display an indicator with this unit type?
 
Thanks,
Craig
0 Kudos
Message 1 of 4
(2,485 Views)
Hi Craig,

it's quite annoying Smiley Mad as you have to use "degC" instead! Other temp units are "K" and "degF"...

With temperatures I always use text constants or indicators to show "°C" on the user interface.Smiley Wink
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,479 Views)

If I understand the question correctly and it's only about formatting the indicator, right click the indicator, choose "format and precision," choose the "advance editing mode" radio button, and you can add text to the indicator by typing it in the top field.  so for instance, instead of '%2f' you would have '%2f ºC'

 

0 Kudos
Message 3 of 4
(2,470 Views)
Both suggestions are very helpful. Thank you.
 
 
0 Kudos
Message 4 of 4
(2,467 Views)