09-04-2009 06:41 AM
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
09-04-2009 06:55 AM
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.
09-04-2009 06:55 AM
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
09-04-2009 07:16 AM
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
09-04-2009 07:19 AM
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
09-04-2009 07:36 AM - edited 09-04-2009 07:38 AM
You just need to use a property node. I've attached a code snippet (new LabVIEW 2009 toy.)
09-04-2009 07:41 AM
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.)
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.)
Message Edited by Gleichman on 09-04-2009 08:38 AM
Ben
09-04-2009 07:49 AM
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.
09-04-2009 08:20 AM
Look mom, No Code! ...
09-04-2009 08:28 AM
Broken Arrow wrote:Look mom, No Code! ...
OK you got me!
Feel free to click on that light bulb for us any time. I love those "no code" solutions.
Ben