LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

indicator width

I am facing a big problem regarding numaric indicator width. In my vi it is always showing as of 0 width and I am unable to change it.

Is there any way to make it visible ? 

 

There are hundreds of variables I have for which I am facing this problem. I have just copied one variable in attached vi. 

0 Kudos
Message 1 of 9
(3,523 Views)
can u post it for lv 8.0?
0 Kudos
Message 2 of 9
(3,519 Views)

Here is the vi saved for version 8.0

 

Thanks for quick response !

0 Kudos
Message 3 of 9
(3,514 Views)

Hi Bhushan,

 

you can set the property "TextWidth" (last property in the list) to a value bigger than zero to let your indicator reappear...

 

To show all indicators you can get all control/indicator references via the vi reference.

 

Next problem:

For the attached example the label and caption is moved far away from the indicator - it's quite irritating to scroll the screen to read the label...

Message Edited by GerdW on 06-24-2009 09:36 AM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 9
(3,504 Views)
Frankly i couldnt find the answer. In the same vi if i create a new indicator or a control i dont see any problem. Hmmmmmmmmmmmmm
0 Kudos
Message 5 of 9
(3,502 Views)
indi.JPG
0 Kudos
Message 6 of 9
(3,498 Views)
Have u played around with any default settings recently?
0 Kudos
Message 7 of 9
(3,489 Views)

BhushanDole wrote:

Is there any way to make it visible ?


I right-clicked on it and changed it to a constant then changed it back and it became visible.  An interesting thing I noticed was the Properties window before and after doing this.

 

Before:  before.jpg  I don't know the significance of the parentheses, but they went away.

After:      after.jpg

 


BhushanDole wrote:

 

There are hundreds of variables I have for which I am facing this problem.


A side note; indicators are not variables, wires are.  Here's a Google search for more on this.

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 8 of 9
(3,483 Views)

1) No I have not played with any properties of the indicator.

 

2) I have not moved the caption or label of that to anywherre. ( Actually my mistake is when I started developing it, I ignored the front panel thinking that I will arrange it once I get all the functionality covered.) Actually the captions are by default at some arbitary postion rather than getting sticked to indicator) Many times it goes so far on the screen that the scroll bars vanish away.

 

 

0 Kudos
Message 9 of 9
(3,470 Views)