LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Advanced Format String to show mA

Hey,

I have a display in my program thats show the current measured using a SMU, I want that display to show mA instead of A.

 

Example

 

.00548 A

 

-> 5.48 mA

 

Or

 

5.48E-5 A

 

-> 5.48E-2 mA

 

 

Anybody know how this can be accomplished?

Is there a specific Format String i can use in data display?

 

0 Kudos
Message 1 of 11
(2,844 Views)

Which kind of indicator are you using to display the value in mA? Is a numeric indicator or a string?

 

Ricky
Italian Developer engineer
www.www.selt-sistemi.com
0 Kudos
Message 2 of 11
(2,837 Views)

Hey,

It's numeric indicator that I want to display mA.

0 Kudos
Message 3 of 11
(2,833 Views)

Like this?

Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


0 Kudos
Message 4 of 11
(2,829 Views)

Hey,

Im running Labview 8.5, could you save it for that and repost it please.

0 Kudos
Message 5 of 11
(2,823 Views)

look at this....

Ricky
Italian Developer engineer
www.www.selt-sistemi.com
0 Kudos
Message 6 of 11
(2,817 Views)

Hey,

This is handy but, the problem is that i have Amps and need to convert them to mA, then display them.

Is there an easy way to do this (ie a format string) or will i have to alter the value before i display it?

0 Kudos
Message 7 of 11
(2,808 Views)

Sorry but I didn't get you! You simply have to transform the data in mA so, why don't you want to multiply the value per 1000?

Ricky
Italian Developer engineer
www.www.selt-sistemi.com
0 Kudos
Message 8 of 11
(2,805 Views)

Try This:

 

solution.PNG

Don't forget to rate a good Answer....
---------------------------------------------------------
Here should be some cool signature

But there's NOT

LabVIEW 2012-2017
---------------------------------------------------------
Message 9 of 11
(2,798 Views)

It seems to work very good!

Ricky
Italian Developer engineer
www.www.selt-sistemi.com
Message 10 of 11
(2,791 Views)