LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

square root symbol in front panel

Solved!
Go to solution

how to inser a square root symbol in the front panel in the given vi snippet? i want to write V3 instead of sqrt(3). using Labview 8.6. 

0 Kudos
Message 1 of 26
(6,304 Views)

Here

--------------------------------------------------------------------------------------------------------
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 2 of 26
(6,288 Views)

Hi pcs,

 

you could use the Symbol font for those labels...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 26
(6,276 Views)

@Ranjeet_Singh wrote:

Here


I didn't read any of the posts, but your VI doesn't do anything...

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

Message 4 of 26
(6,253 Views)

GerdW wrote:

you could use the Symbol font for those labels...


In particular, character 0xD3 of the Symbol font gives you the squareroot symbol. It would look as follows.

 

Message 5 of 26
(6,242 Views)

 

Hi,

 

Thank you all.. I could insert the sqrt symbol in the GUI. 

 

I also want to initialise one of the strings with the same symbol. So I copied the sqrt symbol and inserted that in place of "sqrt(3)"  . but it switched back to a special character. I selected that special character and selected symbol font from the font menu, then it switched back to sqrt symbol. but as soon as i clicked the mouse outside, it reverted to the old special character(may be the one corresponding to 0xD3 in Application Font). 

 

How to fix this?

Download All
0 Kudos
Message 6 of 26
(6,192 Views)

Hi pcs,

 

use Symbol font for the whole string, not just for one character...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 7 of 26
(6,165 Views)

Hi,

 

But in the symbol font there are no alphabets. So I cant possibly write "Um" . Attaching a vi by Lynn to print out all symbols in the symbol font. enter 'symbol ' in the font text box and run the vi.

0 Kudos
Message 8 of 26
(6,159 Views)

Hi pcs,

 

you can display label and caption next to each other. Use label for Application font and caption for Symbol font:

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 9 of 26
(6,153 Views)

guess sqrt is 0xD6. (214d). 

0 Kudos
Message 10 of 26
(6,150 Views)