LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem deleting an indicator ....

Hi everyone,
 
I have a numeric indicator on my diagram page that isn't wired to anything. When I double click on it, I don't see anything on the front panal. I would like to delete it but it doesn't work : I have tried  the delete button and  the delete Edition one... but no success
 
Would anybody have a clue....?
 
Lab 8.0, XP
 
Thanks a lot,
 
regards,
 
Marc
0 Kudos
Message 1 of 19
(4,301 Views)
Hi Marc,

just my guess:
have you tried right-click on terminal and 'Show indicator'? After this the indicator should show up on the frontpanel and can be deleted.
Other possibility: delete the indicator by deleting the terminal (you have to allow this in the LabView general options)

But:
even a hidden indicator should show up on the frontpanel when double-clicking the terminal (normally in 'grayed' style). But you cannot select it...
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 19
(4,294 Views)
Are you not able to delete this indicator even on Block diagram page????
 
Probably the indicator is hidden,  see this link for displaying a hidden indicator and then delete it on front panel
 
Hidden or not hidden, you should be able to delete an indicator from block diagram too.
 
If you cannot, attach the vi that is showing this behaviour so that we could see it and suggest better

Message Edited by devchander on 01-04-2007 02:32 AM

0 Kudos
Message 3 of 19
(4,292 Views)

Hi GerdW,

 

Thanks for answering. Here is my program. I am not able to swhow the front pannel icon... I don't know why..

regards,

Marc

0 Kudos
Message 4 of 19
(4,271 Views)

Hi Dev,

 

Thanks for your help. Here is my program. 

regards,

Marc

0 Kudos
Message 5 of 19
(4,269 Views)

Hi Marc,

same behaviour with your vi on my pc. Can't delete the indicator and don't know why.

Nevertheless, if you just want to delete it: Change to constant and delete... It worked for me...

Message 6 of 19
(4,252 Views)
Hi Marc,

yes, there is a problem.
Even in LV8.2 I couldn't delete this indicator. I can copy it and edit/delete the copied indicator - but nothing helps on the original one...
Also the label of the terminal is not shown (or hidden somewhere in the block diagram)...

So my advice: To get rid of such problems you can (or have to) recreate the whole vi! Do this and keep my 2nd advice in mind 🙂

2nd advice:
Try to learn more about dataflow and LabView programming.
You do unneccessary things in your vi like copying values from a control to its own local (several times in the while loop in the center of your diagram). Never compare floatingpoint-numbers with 'equal' operation (inside upper sequence, while loop named 'Prochaine acquisition (S)'). Try to use less locals, usually you don't need them.

P.S.: You don't have to answer both of us (Dev and me), when your answer is the same. It's an open forum and we all can read your replies 🙂

Message Edited by GerdW on 01-04-2007 02:12 PM

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 7 of 19
(4,254 Views)
Hi STT,

yes, your option also works for me.

But I am curious. LabView likes to remember such 'bad things' and will present you a wierd warning/failure sometime in the future. So I still would recreate such a vi from scratch!
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 8 of 19
(4,243 Views)
That's curious. The indicator terminal label has been boosted very far upward from the terminal itself. Also, when you try to show the indicator by clicking on the terminal, LV points to a fornt panel region very far (downward) from  the other controls. Probably, some internal limit has been exceeded and LV can no more manage it.
Anyway, as pointed out before, you can change the indicator to a constant and delete it.
Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 9 of 19
(4,243 Views)

I never did find the label!

I posted this the the bug thread.

I have seen this myself but I could not recreate it!

Do you remeber how you managed to achieve this effect?

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 10 of 19
(4,225 Views)