10-16-2013 04:48 AM
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.
Solved! Go to Solution.
10-16-2013 05:36 AM
Here
10-16-2013 06:02 AM
10-16-2013 08:06 AM - edited 10-16-2013 08:08 AM
@Ranjeet_Singh wrote:
Here
I didn't read any of the posts, but your VI doesn't do anything...
10-16-2013 08:30 AM - edited 10-16-2013 08:30 AM
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.
10-16-2013 11:33 PM
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?
10-17-2013 01:51 AM
10-17-2013 02:24 AM
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.
10-17-2013 02:33 AM
10-17-2013 02:40 AM
guess sqrt is 0xD6. (214d).