LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

result value in digits full screen

Solved!
Go to solution

Hi

Is it possible to have instaed say a gauge to have the value displayed  full screen .

its the same as in numeric field display ,but i cannot resize it  , a t least not to full screen

 

any suggestions?

0 Kudos
Message 1 of 23
(4,018 Views)
You can change the font size of the text for a numeric or string indicator to essentially "resize" it. Or, you could use a font that's large to begin with. Or, you could use a picture indicator and just draw the text that you want to display as big as you want.
0 Kudos
Message 2 of 23
(4,013 Views)

Well i tried what you suggested still could not have full screen

let say i want a speed digital   displayed full screen  ,

 

how??

0 Kudos
Message 3 of 23
(4,003 Views)
Well, if the dial is on the front panel you first have to make the window full screen. This can be done in the VI Properties. Then, resize the digital indicator horizontally and set the font size. You can this this with the indicator, or you can do it programmatically. See attached VI which sets the font size programmatically. Looks pretty big to me.
0 Kudos
Message 4 of 23
(3,992 Views)

It must  be dumb  becuase i cannot change the size of a indicator  ,and cannot change it to text string   since it has to display speed.

0 Kudos
Message 5 of 23
(3,983 Views)
well to change double to string all you have to do is use the Decimal String to Number.vi
Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
0 Kudos
Message 6 of 23
(3,962 Views)

Hi harold

I think the problem lies deeper  ,since i cannot change the size horizontal of the window only vertcal.

It's the same as the example vi  of big indicator .vi     i cannot change that  either       in horizontal size.

I only get  handle's for horizontal change  ,so there is something  other going on

 

 

0 Kudos
Message 7 of 23
(3,944 Views)

Try this

  1. Place a indicator in the fronpanel
  2. Select the text in it
  3. Then select in Toolbar as the picture shows.
  4. sample.PNG

This way you may select the font size you want to have, I tried 800. Remember you must rezieze the control to fit the text in the X direction



Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 8 of 23
(3,932 Views)

cees10 wrote:

Hi harold

I think the problem lies deeper  ,since i cannot change the size horizontal of the window only vertcal.

It's the same as the example vi  of big indicator .vi     i cannot change that  either       in horizontal size.

I only get  handle's for horizontal change  ,so there is something  other going on


You cannot resize a numeric control vertically. You can only resize it horizontally. The vertical size is being set automatically by virtue of the font change, which is what I did in my example. If you use a string indicator then you can resize the control horizontally and vertically. You would still need to set the font size in order to get big text. 

0 Kudos
Message 9 of 23
(3,924 Views)

smercurio_fc

 

Then it must be me i cannot get bigger the 36.

0 Kudos
Message 10 of 23
(3,915 Views)