LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to display ohm sign in string indicator.

Dear freinds,

 

I want to display sign of ohm unit in string indicator in my software. can anyone tell me how to do that.....

 

Regards,

 

Vijtin

0 Kudos
Message 1 of 29
(15,887 Views)

If you can afford to use a simple string label beside the indicator, type W (capital) into the label, then select the text and change the font to Symbol (Windows only!). You can easily enter any other Symbol character using the Character map Windows application.

To show the sign into the indicator is possible (I think: never actually done) but quite tricky.

Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 2 of 29
(15,870 Views)

I don't know if you can mix symbols with regular numbers and text (the old extended-ASCII alt-234 for capital Omega doesn't seem to work), but if you are ok with displaying the symbol in its own indicator, you can set the indicator's font type to Symbol and use a capital W.

 

Regards,

 

Michael Tracy

Synergy Microwave

 

0 Kudos
Message 3 of 29
(15,868 Views)

vijtin wrote:

Dear freinds,

 

I want to display sign of ohm unit in string indicator in my software. can anyone tell me how to do that.....

 

Regards,

 

Vijtin


 

Confession time!

 

I will often just spell it out rather than trying to get the omega to show up.

 

If my customer insisted, I'd first try to find a font that include the omega and just set the string indicator to use that font.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 4 of 29
(15,852 Views)

Hi,

 

do you really need to display it as an ohm symbol?

 

Wouldn't an 'R' (or 'K' or 'M' depending upon it's value) do ? For example 5R6 = 5.6 Ohms.

 

 

Regards,

Sebster

 

0 Kudos
Message 5 of 29
(15,844 Views)

You just need to use a property node.  I've attached a code snippet (new LabVIEW 2009 toy.)

 

ohm.png

 

Message Edited by Gleichman on 09-04-2009 08:38 AM
Message 6 of 29
(15,831 Views)

Thank you very much!

 

I did not know that.

 


Gleichman wrote:

You just need to use a property node.  I've attached a code snippet (new LabVIEW 2009 toy.)

 

ohm.png

 

Message Edited by Gleichman on 09-04-2009 08:38 AM

 

That reply is so it bears repeating!

 

 


Gleichman wrote:

You just need to use a property node.  I've attached a code snippet (new LabVIEW 2009 toy.)

 

ohm.png

 

Message Edited by Gleichman on 09-04-2009 08:38 AM

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 7 of 29
(15,822 Views)

sebster wrote:

For example 5R6 = 5.6 Ohms.


That nomenclature isn't used much inside the U.S. From what I've seen. Most of us have used/seen it in catalogs or on part markings, but on a panel shown to a casual user or non-EE, I feel you'd be explaining it a lot.

Richard






0 Kudos
Message 8 of 29
(15,808 Views)

Look mom, No Code! ...

 

ohms.gif

Richard






Message 9 of 29
(15,785 Views)

Broken Arrow wrote:

Look mom, No Code! ...

 

ohms.gif


 

OK you got me!

 

Feel free to click on that light bulb for us any time. I love those "no code" solutions.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 10 of 29
(15,777 Views)